-
Notifications
You must be signed in to change notification settings - Fork 291
[FEATURE] Initial admin password #986
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
base: main
Are you sure you want to change the base?
Conversation
Hello @superomel, Are there any plans to merge this PR? we are looking forward for this functionality |
* feat: automatic secret creation Signed-off-by: y.amelyanovich <[email protected]> * feat: add patch secrets functions Signed-off-by: y.amelyanovich <[email protected]> * feat: patching secrets moved to security context Signed-off-by: y.amelyanovich <[email protected]> * fix: logic Signed-off-by: y.amelyanovich <[email protected]> * fix: remove commented code Signed-off-by: y.amelyanovich <[email protected]> * upd: config files Signed-off-by: y.amelyanovich <[email protected]> --------- Signed-off-by: y.amelyanovich <[email protected]> Co-authored-by: y.amelyanovich <[email protected]> Signed-off-by: y.amelyanovich <[email protected]>
|
Hi @arnitolog |
This is a really good helpful feature. @prudhvigodithi @rootxrishabh @swoehrl-mw Could you please review this? |
Signed-off-by: YAUHENI AMELYANOVICH <[email protected]>
Hi @superomel, thanks for the PR, the CI failing due to a missing go.sum entry. Can you please fix it? |
Signed-off-by: y.amelyanovich <[email protected]>
Hi @rootxrishabh |
Description
Added posibility to generate random admin initial password
Issues Resolved
(#380)
Check List
make lint
)If CRDs are changed:
make manifests
) and also copied into the helm chartPlease refer to the PR guidelines before submitting this pull request.
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.