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

Remove plaintext secret option #73

Merged
merged 8 commits into from
Mar 26, 2020

Conversation

kgcarr
Copy link
Member

@kgcarr kgcarr commented Mar 26, 2020

This is the first part to address issue #67

We will not allow plaintext in the CR for username and password...so we will only allow random string admin and password

We will have to target adding a user supplied secret in Q2

@ibm-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kgcarr

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@horis233
Copy link
Contributor

}

user = createRandomAlphaNumeric(8)
pass = createRandomAlphaNumeric(13)
Copy link
Contributor

Choose a reason for hiding this comment

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

how to make this consist during the mongodb operator restart?

Copy link
Member Author

Choose a reason for hiding this comment

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

@chenzhiwei the deployment supports changing the admin password on restarts, so it's ok for the admin secret to change

@horis233
Copy link
Contributor

/lgtm

@ibm-ci-bot ibm-ci-bot merged commit b5c7deb into IBM:master Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants