-
Notifications
You must be signed in to change notification settings - Fork 65
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
feat: [Helm] Generate password for Keycloak #686
Conversation
src/tasks/installers/helm.ts
Outdated
// Generate Keycloak admin password | ||
const keycloakPassword = generatePassword(12) | ||
setOptions.push(`--set che-keycloak.keycloakAdminUserPassword=${keycloakPassword}`) | ||
ctx.highlightedMessages.push(`Autogenerated Keycloak credentials is: "admin:${keycloakPassword}"`) |
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.
is -> are
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.
The autogenerated
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.
Could you provide the full chectl
output?
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.
✔ Show important messages
✔ ❗[MANUAL ACTION REQUIRED] Please add Che self-signed CA certificate into your browser: /home/mmorhun/cheCA.crt.
Documentaton how to add a CA certificate into a browser: https://www.eclipse.org/che/docs/che-7/installing-che-in-tls-mode-with-self-signed-certificates/#using-che-with-tls_installing-che
-in-tls-mode-with-self-signed-certificates
✔ Autogenerated Keycloak credentials are: "admin:42uE9uFZdGZZ"
Command server:start has completed successfully.
Signed-off-by: Mykola Morhun <[email protected]>
Signed-off-by: Mykola Morhun <[email protected]>
Rebased |
Signed-off-by: Mykola Morhun [email protected]
What does this PR do?
Generates random password for Keycloak admin user and prints it into console on Che installatin step.
What issues does this PR fix or reference?
eclipse-che/che#14082
Depends on
eclipse-che/che#16849