-
Notifications
You must be signed in to change notification settings - Fork 162
TKS ACL
The default TKS ACL is defined in /usr/share/pki/tks/database/ds/acl.ldif. When TKS is installed, the ACL will be stored in the following entry which can be customized as needed:
dn: cn=aclResources,dc=tks,dc=pki,dc=example,dc=com objectClass: top objectClass: CertACLS cn: aclResources resourceACLS: ... ...
Administrators, auditors, and agents are allowed to read CMS general configuration but only administrators are allowed to modify and delete.
Operations:
-
read -
modify -
delete
Rules:
-
allow (read) group="Administrators" || group="Auditors" || group="Token Key Service Manager Agents" -
allow (modify,delete) group="Administrators"
Administrators, agents and auditors are allowed to read ACL configuration but only administrators allowed to modify.
Operations:
-
read -
modify
Rules:
-
allow (read) group="Administrators" || group="Auditors" || group="Token Key Service Manager Agents" -
allow (modify) group="Administrators"
Administrators, Agents, and auditors are allowed to read the log configuration but only administrators are allowed to modify.
Operations:
-
read -
modify
Rules:
-
allow (read) group="Administrators" || group="Auditors" || group="Token Key Service Manager Agents" -
allow (modify) group="Administrators"
Nobody is allowed to modify a fileName parameter.
Operations:
-
read -
modify
Rules:
-
allow (read) group="Administrators" || group="Auditors" || group="Token Key Service Manager Agents" -
deny (modify) user=anybody
Nobody is allowed to modify an expirationTime parameter.
Operations:
-
read -
modify
Rules:
-
allow (read) group="Administrators" || group="Auditors" || group="Token Key Service Manager Agents" -
deny (modify) user=anybody
Only auditor is allowed to read the signed audit log.
Operations:
-
read
Rules:
-
allow (read) group="Auditors"
Administrators, auditors, and agents are allowed to read the log content.
Operations:
-
read
Rules:
-
allow (read) group="Administrators" || group="Auditors" || group="Token Key Service Manager Agents"
Administrators, auditors, and agents are allowed to read the log content.
Operations:
-
read
Rules:
-
allow (read) group="Administrators" || group="Auditors" || group="Token Key Service Manager Agents"
Administrators, agents, and auditors are allowed to read authentication configuration but only administrators allowed to modify.
Operations:
-
read -
modify
Rules:
-
allow (read) group="Administrators" || group="Auditors" || group="Token Key Service Manager Agents" -
allow (modify) group="Administrators"
This ACL is shared by all admin servlets.
Operations:
-
read -
modify
Rules:
-
allow (read) group="Administrators" || group="Auditors" || group="Token Key Service Manager Agents" -
allow (modify) group="Administrators"
Any user may import a certificate.
Operations:
-
import
Rules:
-
allow (import) user="anybody"
Anybody may submit an enrollment request.
Operations:
-
submit -
read -
execute
Rules:
-
allow (submit) user="anybody"
Token Key Service Manager agents may view statistics.
Operations:
-
read
Rules:
-
allow (read) group="Token Key Service Manager Agents"
Only administrators are allowed to modify groups.
Operations:
-
read -
modify
Rules:
-
allow (modify,read) group="Administrators" -
allow (read) group="Token Key Service Manager Agents"
Token Key Service Manager agents may execute encrypted data information servlet.
Operations:
-
execute
Rules:
-
allow (execute) group="Token Key Service Manager Agents"
Token Key Service Manager agents may execute key set data information servlet.
Operations:
-
execute
Rules:
-
allow (execute) group="Token Key Service Manager Agents"
Token Key Service Manager agents may execute session key servlet.
Operations:
-
execute
Rules:
-
allow (execute) group="Token Key Service Manager Agents"
Token Key Service Manager agents may execute random data servlet.
Operations:
-
execute
Rules:
-
allow (execute) group="Token Key Service Manager Agents"
Only Enterprise Administrators are allowed to register a new agent.
Operations:
-
read -
modify
Rules:
-
allow (modify,read) group="Enterprise CA Administrators" || group="Enterprise KRA Administrators" || group="Enterprise OCSP Administrators" || group="Enterprise TKS Administrators" || group="Enterprise TPS Administrators"
Only Enterprise Administrators are allowed to import transport certificate.
Operations:
-
read -
modify
Rules:
-
allow (modify,read) group="Enterprise CA Administrators" || group="Enterprise KRA Administrators" || group="Enterprise OCSP Administrators" || group="Enterprise TKS Administrators" || group="Enterprise TPS Administrators"
Only Enterprise Administrators are allowed to clone the configuration.
Operations:
-
read -
modify
Rules:
-
allow (modify,read) group="Enterprise CA Administrators" || group="Enterprise KRA Administrators" || group="Enterprise OCSP Administrators" || group="Enterprise TKS Administrators"
Anybody can login and logout.
Operations:
-
login -
logout
Rules:
-
allow (login,logout) user="anybody"
Admins may execute group operations.
Operations:
-
execute
Rules:
-
allow (execute) group="Administrators"
Only admins can access selftests.
Operations:
-
read -
execute
Rules:
-
allow (read,execute) group="Administrators"
Admins may execute user operations.
Operations:
-
execute
Rules:
-
allow (execute) group="Administrators"
|
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |