Add Credential Admin role

This commit is contained in:
Wayne Witzel III
2018-01-26 15:43:00 +00:00
parent 6c951aa883
commit 109841c350
4 changed files with 7 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ role_names = {
'admin_role' : _('Admin'),
'project_admin_role' : _('Project Admin'),
'inventory_admin_role' : _('Inventory Admin'),
'credential_admin_role': _('Credential Admin'),
'auditor_role' : _('Auditor'),
'execute_role' : _('Execute'),
'member_role' : _('Member'),
@@ -54,6 +55,7 @@ role_descriptions = {
'admin_role' : _('Can manage all aspects of the %s'),
'project_admin_role' : _('Can manage all projects of the %s'),
'inventory_admin_role' : _('Can manage all inventories of the %s'),
'credential_admin_role': _('Can manage all credentials of the %s'),
'auditor_role' : _('Can view all settings for the %s'),
'execute_role' : _('May run the %s'),
'member_role' : _('User is a member of the %s'),