You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a team, install a Red Hat Single Sign On server to OpenShift using the catalog.
Create the sso-keystore secret
Open the secrets of the OpenShift project by clicking [ Resources ] -> [ Secrets ]
Click "Create Secret"
Secret Type: Generic
Secret Name: sso-keystore
Enter the name of the first key: https-keystore.jks
Even though the secret values have not been added, click [ Create ]
Click on the "sso-keystore" secret
Select [ Actions ] -> Edit YAML
Update the "data section of the YAML with the following data:
data:
https-keystore.jks: >- Paste the SSL_JKS_BASE64 that your team came up with in your openshift ansible vaultjgroups.jceks: >- Paste the SSL_JCEKS_BASE64 that your team came up with in your openshift ansible vaultkeystore.jks: >- Paste the SSL_JKS_BASE64 that your team came up with in your openshift ansible vault
Obtain the Red Hat SSO PostgreSQL Persistent OpenShift template
Obtain the Red Hat SSO PostgreSQL Persistent OpenShift template to import into OpenShift:
As a team, install a Red Hat Single Sign On server to OpenShift using the catalog.
Create the sso-keystore secret
Obtain the Red Hat SSO PostgreSQL Persistent OpenShift template
Obtain the Red Hat SSO PostgreSQL Persistent OpenShift template to import into OpenShift:
curl https://raw.githubusercontent.com/jboss-container-images/redhat-sso-7-openshift-image/sso73-dev/templates/sso73-postgresql-persistent.json -o ~/Downloads/sso73-postgresql-persistent.json
The text was updated successfully, but these errors were encountered: