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

SQL backend support #7

Closed
stklcode opened this issue Mar 13, 2017 · 2 comments
Closed

SQL backend support #7

stklcode opened this issue Mar 13, 2017 · 2 comments
Assignees

Comments

@stklcode
Copy link
Owner

Vault has support for SQL backends (PostgreSQL, MySQL, MSSQL) that allows to generate dynamic credentials.

Although all operations are supported by the connector's methods right now, there should be some convenience methods for more intuitive usage like getDbCredentials(String path, String role) or createDbRole(String statement)

@stklcode stklcode self-assigned this Mar 13, 2017
@stklcode
Copy link
Owner Author

Reading credentials with readDbCredentials(role, mount) and the convenience methods readMySqlCredentials(role), readMsSqlCredentials(role), readPostgreSqlCredentials(role), readMongoDbCredentials(role) have been implemented in v0.5.0

Full support for the DB API (config, role creation, ...) may be added in future releases.

@stklcode
Copy link
Owner Author

Closing this issue due to lack of requirements and priority.

Arbitrary credentials can be created through native write() methods with knowledge of the required paths and fields.

If you got a use case for extension, please open a specific feature request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant