martelli opened a new issue, #3204: URL: https://github.com/apache/polaris/issues/3204
### Is your feature request related to a problem? Please describe. As documented in the tests, the `principals rotate-credentials` command is "self" privilege. But the cli documentation shows an explicit principal is required, inducing one to think that the root user should be able to request to credential rotation for other users. Any particular reason for not allowing the root user to perform credential rotation for other users? ### Describe the solution you'd like The root principal should be allowed to rotate credentials of other principals. This would make it simpler in the case a regular principal needs new credentials after losing the original ones, as we wouldn't need to generate the ids and secrets ourselves. ### Describe alternatives you've considered We could always use the `principals reset`, but this requires knwowing the id and secret patterns in order to generate valid values. ### Additional context _No response_ -- 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]
