--
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/0d52be5a-4a98-488c-9ca6-f7fd3e44913e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I suspect you're encountering the same issue that's described in https://github.com/hashicorp/vault/issues/6467 with Consul secrets: when you obtain a secret via Agent with auto_auth, when the Agent's auto_auth token is revoked (upon reaching max_ttl), your secrets will be revoked as well. You should either increase your auto_auth method's max_ttl or make it a periodic token.
On Sat, Mar 30, 2019 at 3:24 PM <zxcvb...@gmail.com> wrote:
I've been experimenting with the vault agent and I'm certain that database secrets I'm obtaining are not being renewed.--The vault agent is successful at doing an AWS IAM auth, and it is successful at obtaining and caching a secret from the database engine.The problem with the token expiring might be a misunderstanding on my part - currently I've defined my DB policies with both a ttl and maxttl of 86400 - the idea is to ensure that tokens are renewed at least once a day, however I may have mis-interpreted how these values are used.
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...@googlegroups.com.
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/4cf27128-71ab-4fc5-ab01-99b858b1d90c%40googlegroups.com.
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/9458f1b0-bed7-4f2e-b4f3-875f15364263%40googlegroups.com.