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

Add the LIST operation on /sys/policies/password to be able to list all password policies #12562

Closed
jynolen opened this issue Sep 15, 2021 · 1 comment · Fixed by #12787
Closed
Labels
core/policy core Issues and Pull-Requests specific to Vault Core feature-request

Comments

@jynolen
Copy link

jynolen commented Sep 15, 2021

Is your feature request related to a problem? Please describe.
Right now with /sys/policies/password endpoint it is possible to create/update/delete and generate a password but it's not possible to list all password policies.
So it's not possible to generate a backup of those if needed

Describe the solution you'd like
Add a LIST method on /sys/policies/password

@pmmukh pmmukh added core Issues and Pull-Requests specific to Vault Core core/policy feature-request labels Sep 15, 2021
remilapeyre added a commit to remilapeyre/vault that referenced this issue Oct 10, 2021
@ccapurso
Copy link
Contributor

Thank you for submitting this request! As noted above, PR #12787 has been opened for this and our team has begun the review process to ensure the changes meet our contributing guidelines.

HridoyRoy pushed a commit that referenced this issue Jan 24, 2022
* Add read support to sys/policies/password

Closes #12562

* Add changelog

* Empty commit to trigger CI

* Add optional /

Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>

* Use a ListOperation

Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core/policy core Issues and Pull-Requests specific to Vault Core feature-request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants