wgray@vault-test:~$ vault write secret/foo value=barSuccess! Data written to: secret/foowgray@vault-test:~$ vault read secret/fooKey Valuelease_id secret/foo/9b0b20e4-e193-d01c-62e2-3265cfa63133lease_duration 2592000value barwgray@vault-test:~$ vault renew secret/foo/9b0b20e4-e193-d01c-62e2-3265cfa63133Renew error: Error making API request.
Code: 400. Errors:
* lease is not renewable--
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.
To post to this group, send email to vault...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/d3bc0a0c-804a-4f12-8c8f-149e4a4fe84e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/0fa3fff3-f3eb-4be8-bc9d-3ea34ea265c6%40googlegroups.com.
Hey Warren,
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/83d9b37e-f2fa-42b1-b1c1-4efba9debaa9%40googlegroups.com.
Hey Warren,
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/03907954-5762-4510-bf47-69d90d1ed057%40googlegroups.com.
Hey Warren,
Julien,That is correct for the “generic” backend only. Any backend that is doing dynamic secret generationwill behave totally differently. They will hard revoke the credentials at the end of the lease, and each readwill generate a new response with different values.The generic backend does not know the semantics of what it is storing, so it has a limited ability to do richerthings. Clients should still respect the lease as it allows you to reason about key rotation. e.g. if the lease is 60seconds, I can swap the value and *know* that within 60 additional seconds +/- a grace period, all my clientswill switch to the new value. This is a critical promise between clients and Vault as it restores some sanityto InfoSec folks and operators.Best Regards,Armon Dadgar
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/5012f0e1-6ed5-4349-9270-edaa4186dd93%40googlegroups.com.
Hi Guys,I am trying to renew my token and I get the same error as above (lease is not renewable)I want to make sure my command is correct:vault token-renew xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 3600
Please advice.
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.--
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/0b60af15-502f-4cdc-b9ee-5fb917d73836%40googlegroups.com.