-
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
Enhancement: MySQL backend - allow lease information to be tied to a role #2678
Comments
Great, before I create another one, will the new version also allow for multiple connection to mysql (different database servers)? |
Yes! The same mounted backend can configure multiple connections, even of different database types (mysql, postgres, etc.) |
Awesome! You saved me soooo much work! |
Closing in favor of #2200 which will land...................................................very soon. And 0.7.1 which will land................................................almost as soon. |
Currently leases are defined globally to the connection. Its be very helpful to set the lease information based on roles (or even at time of requesting credentials). We have a use case to allow some roles to have extended leases. We currently temporarily change the lease, generate the credentials, then change it back. This is an obvious race condition.
The text was updated successfully, but these errors were encountered: