mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-01 09:12:09 +00:00
fix: change secret perm 没有生成 (#11948)
Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
parent
ff073185f1
commit
1239082649
@ -0,0 +1,25 @@
|
|||||||
|
# Generated by Django 4.1.10 on 2023-10-24 05:59
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
dependencies = [
|
||||||
|
('accounts', '0016_accounttemplate_password_rules'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterModelOptions(
|
||||||
|
name='automationexecution',
|
||||||
|
options={
|
||||||
|
'permissions': [
|
||||||
|
('view_changesecretexecution', 'Can view change secret execution'),
|
||||||
|
('add_changesecretexecution', 'Can add change secret execution'),
|
||||||
|
('view_gatheraccountsexecution', 'Can view gather accounts execution'),
|
||||||
|
('add_gatheraccountsexecution', 'Can add gather accounts execution'),
|
||||||
|
('view_pushaccountexecution', 'Can view push account execution'),
|
||||||
|
('add_pushaccountexecution', 'Can add push account execution')
|
||||||
|
],
|
||||||
|
'verbose_name': 'Automation execution', 'verbose_name_plural': 'Automation executions'},
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user