-
Notifications
You must be signed in to change notification settings - Fork 208
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 references to default admin creds #3869
Conversation
Signed-off-by: Derek Ho <[email protected]>
@dlvenable @kkondaka I might need some help in understanding how the CI is run in this repo. Basically docker images/release binaries < 2.12.0 would spin up with "admin:admin", and >= 2.12.0 you have to provide a password - I am using |
@derek-ho , Our main CI is configured in the Here is where we set the
You can see all the versions we test against here:
And then we'd need to set the password here:
Might it be better to just set the password to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the current set of changes are all workable. As noted in the other comment, we may need to make other changes. But, that need not hold this up.
@dlvenable Agreed. The change need to be made once 2.12 is added to the list of versions. But that doesn't block this PR, so can we get reviews/merge it? |
Thanks @derek-ho for this contribution! |
Description
Starting in 2.12.0, security plugin is mandating an initial admin password to be provided, via env variable. This PR updates the documentation and CI to run with that change.
Issues Resolved
Resolves #[Issue number to be closed when this PR is merged]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.