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

fix: configuring custom che hostname #2019

Merged
merged 7 commits into from
Jun 7, 2021
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

:context: customize-chehost

This procedure describes how to configure {prod} to use custom hostname.
This procedure describes how to configure {prod-short} to use custom hostname.

.Prerequisites

* The `{orch-cli}` tool is available.
* The certificate and the private key files are generated.

IMPORTANT: To generate the pair of private key and certificate the same CA must be used as for other {prod} hosts.
IMPORTANT: To generate the pair of a private key and certificate, the same certification authority (CA) must be used as for other {prod-short} hosts.

IMPORTANT: Ask a DNS provider to point the custom hostname to the cluster ingress.

Expand Down Expand Up @@ -51,18 +51,6 @@ spec:
<1> Custom {prod} server hostname
<2> The TLS secret name

pass:[<!-- vale Vale.Spelling = NO -->]

pass:[<!-- vale Vale.Terms = NO -->]

. If {prod-short} has been already deployed and {prod-short} reconfiguring to use a new {prod-short} hostname is required, log in using {identity-provider} and select the `{prod-deployment}-public` client in the `{prod-short}` realm and update `Validate Redirect URIs` and `Web Origins` fields with the value of the {prod-short} hostname.
+
image::keycloak/keycloak_che_public_client.png[]
+
For logging in to {identity-provider}, follow the xref:setting-up-the-keycloak-che-username-readonly-theme-for-the-eclipse-che-login-page.adoc#logging-in-to-identity-provider_{context}[Logging in to {identity-provider}] procedure.

pass:[<!-- vale Vale.Spelling = YES -->]

pass:[<!-- vale Vale.Terms = YES -->]
. If {prod-short} has been already deployed, wait until the rollout of all {prod-short} components finishes.

:context: {parent-context-of-customize-chehost}