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

Vault UI: support filter for auth methods by type (k8s, jwt, ...) #19001

Closed
Ais8Ooz8 opened this issue Feb 6, 2023 · 1 comment
Closed

Vault UI: support filter for auth methods by type (k8s, jwt, ...) #19001

Ais8Ooz8 opened this issue Feb 6, 2023 · 1 comment

Comments

@Ais8Ooz8
Copy link

Ais8Ooz8 commented Feb 6, 2023

Why is this needed? Since we must specify a specific cluster for the Kubernetes method and we cannot create a nested structure and add more than one cluster (more than one CA certificate, more than one JWT, and so on), we are forced to create a separate method for each cluster (for example, you don’t need to do this in the case of the AppRole method, when it is enough to create one single method of this type and add as many roles as you want). As a result, there can be a lot of methods in the UI, it would be more convenient to have a filter by method type.

@Monkeychip
Copy link
Contributor

@Ais8Ooz8 thank you for the issue. We recently added filtering to the secret engine list view. I had a moment, so I snuck the same filtering (by name and type) into the auth method list view as well. This should be added in the 1.14 release. #20747

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants