jojochuang commented on code in PR #254: URL: https://github.com/apache/ozone-site/pull/254#discussion_r2719192329
########## docs/05-administrator-guide/02-configuration/03-security/01-administrators.md: ########## @@ -4,6 +4,42 @@ sidebar_label: Administrators # Configuring Ozone Administrators -**TODO:** File a subtask under [HDDS-9859](https://issues.apache.org/jira/browse/HDDS-9859) and complete this page or section. +Ozone identifies administrators through specific configuration properties, allowing for fine-grained control over administrative access. These properties define users and groups with elevated privileges, or read-only administrative access. Review Comment: yeah good question. looking at the code, a read-only admin can perform query of privileged operations, and don't have privilege to modify the state as admin, such as getContainer(). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
