Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v23.1.x] admin: Exclude ephemeral users from list_users #9952

Merged

Conversation

BenPope
Copy link
Member

@BenPope BenPope commented Apr 11, 2023

Backport of PR #9936

Credentials with a principal of type `ephemeral_user` are
created automatically for use by Schema Registry and the REST
Proxy. Since they are only used internally, do not expose them
via the admin api by default.

To include listing ephemeral users, add a query parameter:
```
:9644/v1/security/users?include_ephemeral=true
```

Signed-off-by: Ben Pope <ben@redpanda.com>
(cherry picked from commit 177cc9f)
@BenPope BenPope added the kind/backport PRs targeting a stable branch label Apr 11, 2023
@BenPope BenPope self-assigned this Apr 11, 2023
@BenPope BenPope modified the milestones: v22.3.16, v23.1.7 Apr 11, 2023
@michael-redpanda michael-redpanda merged commit f57eb62 into redpanda-data:v23.1.x Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants