Slackbot
06/19/2023, 7:53 PMAbhishek Balaji Radhakrishnan
06/20/2023, 12:42 AM/users/<user_id>/credentials
API is specifically used to change the credentials for the specified user. So I think not logging any sensitive information is intentional.
However, an authorized user with the right roles can use the user management APIs to query users and their roles. For example:
curl -u @creds.json -X GET http://<master_host>:8081/druid-ext/basic-security/authorization/db/MyBasicMetadataAuthorizer/users
curl -u @creds.json -X GET <http://localhost:8081/druid-ext/basic-security/authorization/db/MyBasicMetadataAuthorizer/users/foo>
aditya khatri
06/20/2023, 11:54 AM