mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-11 00:11:25 +00:00
8dc0268a50
This release adds support for privileges and roles for the initial IPA team accounts.
29 lines
724 B
YAML
29 lines
724 B
YAML
---
|
|
# privileges
|
|
ipaprivileges:
|
|
- privilege: Privileges - Kerberos Managers
|
|
description: Kerberos Key Managers
|
|
permissions:
|
|
- "System: Manage Host Keytab"
|
|
- "System: Manage Host Keytab Permissions"
|
|
- "System: Manage Service Keytab"
|
|
- "System: Manage Service Keytab Permissions"
|
|
- "System: Manage User Principals"
|
|
role: Kerberos Managers
|
|
user:
|
|
- kerbman
|
|
|
|
# Standalone Roles
|
|
iparoles:
|
|
- role: IPA Client Managers
|
|
description: IPA Client Managers
|
|
privileges:
|
|
- "DNS Administrators"
|
|
- "DNS Servers"
|
|
- "Host Administrators"
|
|
- "Host Enrollment"
|
|
- "Host Group Administrators"
|
|
- "Netgroups Administrators"
|
|
user:
|
|
- hostman
|