-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Feature request: Update mount description #2645
Comments
Same thing with auth backend description as well. We need to be able to add a description after auth backend & mount are created. |
jefferai
added a commit
that referenced
this issue
Sep 4, 2017
Make leases much simpler by not trying to compare against system default/max -- a bit of a fool's errand since a change to config files can flip whether it's even valid. For extra credit, add the ability to tune description; closes #2645
Can you provide an example of how to update the description of a mount? |
You can do it via a POST; see https://www.vaultproject.io/api/system/mounts.html#tune-mount-configuration |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we don't have a way to update the description of a mount. If we forget to set it, or don't have an accurate description, we're SOL.
The text was updated successfully, but these errors were encountered: