KEYCLOAK-14157 Correcting template name and table problem.

This commit is contained in:
Andy Munro 2020-07-27 17:42:21 -04:00 committed by Stian Thorgersen
parent 452a61fd5c
commit e913cccdc2
2 changed files with 9 additions and 33 deletions

View file

@ -245,34 +245,21 @@ Run the following commands to set the `fixed` hostname SPI provider for the {pro
. Deploy the {project_openshift_product_name} image with *_SSO_HOSTNAME_* environment variable set to the desired hostname of the {project_name} server. . Deploy the {project_openshift_product_name} image with *_SSO_HOSTNAME_* environment variable set to the desired hostname of the {project_name} server.
+ +
[source,yaml,subs="verbatim,macros,attributes"]
---- ----
$ oc new-app --template=sso-cd-x509-https \ $ oc new-app --template={project_templates_version}-x509-https \
-p SSO_HOSTNAME="rh-sso-server.openshift.example.com" -p SSO_HOSTNAME="rh-sso-server.openshift.example.com"
---- ----
. Identify the name of the route for the {project_name} service. . Identify the name of the route for the {project_name} service.
+ +
[source,yaml,subs="verbatim,macros,attributes"]
---- ----
$ oc get routes $ oc get routes
NAME HOST/PORT
sso sso-sso-app-demo.openshift.example.com
---- ----
+
[cols="7",options="header"]
|===
|NAME
|HOST/PORT
|PATH
|SERVICES
|PORT
|TERMINATION
|WILDCARD
|sso
|sso-sso-app-demo.openshift.example.com
|
|sso
|<all>
|reencrypt
|None
|===
. Change the `host:` field to match the hostname specified as the value of the *_SSO_HOSTNAME_* environment variable above. . Change the `host:` field to match the hostname specified as the value of the *_SSO_HOSTNAME_* environment variable above.
+ +
[NOTE] [NOTE]

View file

@ -183,26 +183,15 @@ image:images/verify_deployment.png[]
==== Accessing the Administrator Console of the {project_name} Pod ==== Accessing the Administrator Console of the {project_name} Pod
After the template got deployed, identify the available routes: After the template is deployed, identify the available routes:
[source,bash,subs="attributes+,macros+"] [source,bash,subs="attributes+,macros+"]
---- ----
$ oc get routes $ oc get routes
NAME HOST/PORT
sso sso-sso-app-demo.openshift.example.com
---- ----
[cols="7",options="header"]
|===
|NAME |HOST/PORT |PATH |SERVICES |PORT |TERMINATION |WILDCARD
|sso
|sso-sso-app-demo.openshift.example.com
|
|sso
|<all>
|reencrypt
|None
|===
and access the {project_name} administrator console at: and access the {project_name} administrator console at:
* *\https://sso-sso-app-demo.openshift.example.com/auth/admin* * *\https://sso-sso-app-demo.openshift.example.com/auth/admin*