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

Combined Database backend: Add Static Account support to MongoDB #7003

Merged
merged 7 commits into from
Jul 5, 2019

Conversation

catsby
Copy link
Contributor

@catsby catsby commented Jun 27, 2019

Similar to #6970, this PR adds support for Static Accounts (introduced in #6834 , modified in #6951) to the MongoDB database plugin.

Unlike MySQL or PostgreSQL, MongoDB does not make use of rotation_statements. The SDK supports changing the password directly, as opposed to other SQL type databases where the password is modified via an SQL statement.

I added TestMongoDB_SetCredentials to the MongoDB plugin for testing SetCredentials directly, and TestBackend_StaticRole_Rotations_MongoDB to the database rotation tests to verify rotations being handled correctly.

@chrishoffman chrishoffman added this to the 1.2 milestone Jul 3, 2019
@jefferai jefferai added the beta label Jul 3, 2019
briankassouf
briankassouf previously approved these changes Jul 3, 2019
Copy link
Contributor

@briankassouf briankassouf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just the one comment, otherwise 👍

@chrishoffman chrishoffman merged commit 30de18e into master Jul 5, 2019
@chrishoffman chrishoffman deleted the f-mongodb-static branch July 5, 2019 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants