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

Writing lease_max on several backends doesn't work (pull request forthcoming) #533

Closed
ctennis opened this issue Aug 13, 2015 · 2 comments
Closed

Comments

@ctennis
Copy link
Contributor

ctennis commented Aug 13, 2015

No description provided.

@ctennis
Copy link
Contributor Author

ctennis commented Aug 13, 2015

Implemented a lease reader, but found lease_max was not being set right:

caleb-ss-mbp:vault caleb$ vault write mysql/config/lease lease=1h lease_max=24h
Success! Data written to: mysql/config/lease

caleb-ss-mbp:vault caleb$ vault read mysql/config/lease
Key Value
lease 1h0m0s
lease_max 1h0m0s

@ctennis
Copy link
Contributor Author

ctennis commented Aug 13, 2015

also fixes #387

@armon armon closed this as completed in d009d79 Aug 19, 2015
armon added a commit that referenced this issue Aug 19, 2015
Fix #533, add a reader for lease values (#529) and an acceptance test for mysql to prove it works
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant