Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "Red Hat Single Sign-On 7.4 on OpenJ9",
"openshift.io/display-name": "Red Hat Single Sign-On 7.4 on OpenJ9",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"version": "7.4.10.GA"
"version": "7.4.9.GA"
}
},
"spec": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "Red Hat Single Sign-On 7.5 on OpenJ9",
"openshift.io/display-name": "Red Hat Single Sign-On 7.5 on OpenJ9",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"version": "7.5.0.GA"
"version": "7.5.1.GA"
}
},
"spec": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"template.openshift.io/documentation-url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/",
"template.openshift.io/long-description": "This template defines resources needed to develop Red Hat Single Sign-On 7.4 on OpenJ9 server based deployment, securing RH-SSO communication using passthrough TLS.",
"template.openshift.io/support-url": "https://access.redhat.com",
"version": "7.4.10.GA"
"version": "7.4.9.GA"
}
},
"message": "A new RH-SSO service has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications; \"${SSO_TRUSTSTORE_SECRET}\" containing the ${SSO_TRUSTSTORE} file used for securing RH-SSO requests.",
Expand Down Expand Up @@ -539,7 +539,7 @@
}
],
"labels": {
"rhsso": "7.4.10.GA",
"rhsso": "7.4.9.GA",
"template": "sso74-openj9-https"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"template.openshift.io/documentation-url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/",
"template.openshift.io/long-description": "This template defines resources needed to develop Red Hat Single Sign-On 7.4 on OpenJ9 server based deployment, securing RH-SSO communication using re-encrypt TLS.",
"template.openshift.io/support-url": "https://access.redhat.com",
"version": "7.4.10.GA"
"version": "7.4.9.GA"
}
},
"message": "A new RH-SSO service has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. The HTTPS keystore used for serving secure content, the JGroups keystore used for securing JGroups communications, and server truststore used for securing RH-SSO requests were automatically created via OpenShift's service serving x509 certificate secrets.",
Expand Down Expand Up @@ -387,7 +387,7 @@
}
],
"labels": {
"rhsso": "7.4.10.GA",
"rhsso": "7.4.9.GA",
"template": "sso74-openj9-ocp4-x509-https"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"template.openshift.io/documentation-url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/",
"template.openshift.io/long-description": "This template defines resources needed to develop Red Hat Single Sign-On 7.4 on OpenJ9 server based deployment, deployment configuration for PostgreSQL using persistence, and securing RH-SSO communication using re-encrypt TLS.",
"template.openshift.io/support-url": "https://access.redhat.com",
"version": "7.4.10.GA"
"version": "7.4.9.GA"
}
},
"message": "A new persistent RH-SSO service (using PostgreSQL) has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. The username/password for accessing the PostgreSQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. The HTTPS keystore used for serving secure content, the JGroups keystore used for securing JGroups communications, and server truststore used for securing RH-SSO requests were automatically created via OpenShift's service serving x509 certificate secrets.",
Expand Down Expand Up @@ -635,7 +635,7 @@
}
],
"labels": {
"rhsso": "7.4.10.GA",
"rhsso": "7.4.9.GA",
"template": "sso74-openj9-ocp4-x509-postgresql-persistent"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"template.openshift.io/documentation-url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/",
"template.openshift.io/long-description": "This template defines resources needed to develop Red Hat Single Sign-On 7.4 on OpenJ9 server based deployment, deployment configuration for PostgreSQL using persistence, and securing RH-SSO communication using passthrough TLS.",
"template.openshift.io/support-url": "https://access.redhat.com",
"version": "7.4.10.GA"
"version": "7.4.9.GA"
}
},
"message": "A new persistent RH-SSO service (using PostgreSQL) has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. The username/password for accessing the PostgreSQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications; \"${SSO_TRUSTSTORE_SECRET}\" containing the ${SSO_TRUSTSTORE} file used for securing RH-SSO requests.",
Expand Down Expand Up @@ -788,7 +788,7 @@
}
],
"labels": {
"rhsso": "7.4.10.GA",
"rhsso": "7.4.9.GA",
"template": "sso74-openj9-postgresql-persistent"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"template.openshift.io/documentation-url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/",
"template.openshift.io/long-description": "This template defines resources needed to develop Red Hat Single Sign-On 7.4 on OpenJ9 server based deployment, deployment configuration for PostgreSQL using ephemeral (temporary) storage, and securing RH-SSO communication using passthrough TLS.",
"template.openshift.io/support-url": "https://access.redhat.com",
"version": "7.4.10.GA"
"version": "7.4.9.GA"
}
},
"message": "A new RH-SSO service (using PostgreSQL) has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. The username/password for accessing the PostgreSQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications; \"${SSO_TRUSTSTORE_SECRET}\" containing the ${SSO_TRUSTSTORE} file used for securing RH-SSO requests.",
Expand Down Expand Up @@ -766,7 +766,7 @@
}
],
"labels": {
"rhsso": "7.4.10.GA",
"rhsso": "7.4.9.GA",
"template": "sso74-openj9-postgresql"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"template.openshift.io/documentation-url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/",
"template.openshift.io/long-description": "This template defines resources needed to develop Red Hat Single Sign-On 7.5 on OpenJ9 server based deployment, securing RH-SSO communication using passthrough TLS.",
"template.openshift.io/support-url": "https://access.redhat.com",
"version": "7.5.0.GA"
"version": "7.5.1.GA"
}
},
"message": "A new RH-SSO service has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications; \"${SSO_TRUSTSTORE_SECRET}\" containing the ${SSO_TRUSTSTORE} file used for securing RH-SSO requests.",
Expand Down Expand Up @@ -539,7 +539,7 @@
}
],
"labels": {
"rhsso": "7.5.0.GA",
"rhsso": "7.5.1.GA",
"template": "sso75-openj9-https"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"template.openshift.io/documentation-url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/",
"template.openshift.io/long-description": "This template defines resources needed to develop Red Hat Single Sign-On 7.5 on OpenJ9 server based deployment, securing RH-SSO communication using re-encrypt TLS.",
"template.openshift.io/support-url": "https://access.redhat.com",
"version": "7.5.0.GA"
"version": "7.5.1.GA"
}
},
"message": "A new RH-SSO service has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. The HTTPS keystore used for serving secure content, the JGroups keystore used for securing JGroups communications, and server truststore used for securing RH-SSO requests were automatically created via OpenShift's service serving x509 certificate secrets.",
Expand Down Expand Up @@ -387,7 +387,7 @@
}
],
"labels": {
"rhsso": "7.5.0.GA",
"rhsso": "7.5.1.GA",
"template": "sso75-openj9-ocp4-x509-https"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"template.openshift.io/documentation-url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/",
"template.openshift.io/long-description": "This template defines resources needed to develop Red Hat Single Sign-On 7.5 on OpenJ9 server based deployment, deployment configuration for PostgreSQL using persistence, and securing RH-SSO communication using re-encrypt TLS.",
"template.openshift.io/support-url": "https://access.redhat.com",
"version": "7.5.0.GA"
"version": "7.5.1.GA"
}
},
"message": "A new persistent RH-SSO service (using PostgreSQL) has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. The username/password for accessing the PostgreSQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. The HTTPS keystore used for serving secure content, the JGroups keystore used for securing JGroups communications, and server truststore used for securing RH-SSO requests were automatically created via OpenShift's service serving x509 certificate secrets.",
Expand Down Expand Up @@ -635,7 +635,7 @@
}
],
"labels": {
"rhsso": "7.5.0.GA",
"rhsso": "7.5.1.GA",
"template": "sso75-openj9-ocp4-x509-postgresql-persistent"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"template.openshift.io/documentation-url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/",
"template.openshift.io/long-description": "This template defines resources needed to develop Red Hat Single Sign-On 7.5 on OpenJ9 server based deployment, deployment configuration for PostgreSQL using persistence, and securing RH-SSO communication using passthrough TLS.",
"template.openshift.io/support-url": "https://access.redhat.com",
"version": "7.5.0.GA"
"version": "7.5.1.GA"
}
},
"message": "A new persistent RH-SSO service (using PostgreSQL) has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. The username/password for accessing the PostgreSQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications; \"${SSO_TRUSTSTORE_SECRET}\" containing the ${SSO_TRUSTSTORE} file used for securing RH-SSO requests.",
Expand Down Expand Up @@ -788,7 +788,7 @@
}
],
"labels": {
"rhsso": "7.5.0.GA",
"rhsso": "7.5.1.GA",
"template": "sso75-openj9-postgresql-persistent"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"template.openshift.io/documentation-url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/",
"template.openshift.io/long-description": "This template defines resources needed to develop Red Hat Single Sign-On 7.5 on OpenJ9 server based deployment, deployment configuration for PostgreSQL using ephemeral (temporary) storage, and securing RH-SSO communication using passthrough TLS.",
"template.openshift.io/support-url": "https://access.redhat.com",
"version": "7.5.0.GA"
"version": "7.5.1.GA"
}
},
"message": "A new RH-SSO service (using PostgreSQL) has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. The username/password for accessing the PostgreSQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications; \"${SSO_TRUSTSTORE_SECRET}\" containing the ${SSO_TRUSTSTORE} file used for securing RH-SSO requests.",
Expand Down Expand Up @@ -766,7 +766,7 @@
}
],
"labels": {
"rhsso": "7.5.0.GA",
"rhsso": "7.5.1.GA",
"template": "sso75-openj9-postgresql"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "Red Hat Single Sign-On 7.4 on OpenJ9",
"openshift.io/display-name": "Red Hat Single Sign-On 7.4 on OpenJ9",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"version": "7.4.10.GA"
"version": "7.4.9.GA"
}
},
"spec": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "Red Hat Single Sign-On 7.5 on OpenJ9",
"openshift.io/display-name": "Red Hat Single Sign-On 7.5 on OpenJ9",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"version": "7.5.0.GA"
"version": "7.5.1.GA"
}
},
"spec": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"template.openshift.io/documentation-url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/",
"template.openshift.io/long-description": "This template defines resources needed to develop Red Hat Single Sign-On 7.4 on OpenJ9 server based deployment, securing RH-SSO communication using passthrough TLS.",
"template.openshift.io/support-url": "https://access.redhat.com",
"version": "7.4.10.GA"
"version": "7.4.9.GA"
}
},
"message": "A new RH-SSO service has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications; \"${SSO_TRUSTSTORE_SECRET}\" containing the ${SSO_TRUSTSTORE} file used for securing RH-SSO requests.",
Expand Down Expand Up @@ -539,7 +539,7 @@
}
],
"labels": {
"rhsso": "7.4.10.GA",
"rhsso": "7.4.9.GA",
"template": "sso74-openj9-https"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"template.openshift.io/documentation-url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/",
"template.openshift.io/long-description": "This template defines resources needed to develop Red Hat Single Sign-On 7.4 on OpenJ9 server based deployment, securing RH-SSO communication using re-encrypt TLS.",
"template.openshift.io/support-url": "https://access.redhat.com",
"version": "7.4.10.GA"
"version": "7.4.9.GA"
}
},
"message": "A new RH-SSO service has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. The HTTPS keystore used for serving secure content, the JGroups keystore used for securing JGroups communications, and server truststore used for securing RH-SSO requests were automatically created via OpenShift's service serving x509 certificate secrets.",
Expand Down Expand Up @@ -387,7 +387,7 @@
}
],
"labels": {
"rhsso": "7.4.10.GA",
"rhsso": "7.4.9.GA",
"template": "sso74-openj9-ocp4-x509-https"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"template.openshift.io/documentation-url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/",
"template.openshift.io/long-description": "This template defines resources needed to develop Red Hat Single Sign-On 7.4 on OpenJ9 server based deployment, deployment configuration for PostgreSQL using persistence, and securing RH-SSO communication using re-encrypt TLS.",
"template.openshift.io/support-url": "https://access.redhat.com",
"version": "7.4.10.GA"
"version": "7.4.9.GA"
}
},
"message": "A new persistent RH-SSO service (using PostgreSQL) has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. The username/password for accessing the PostgreSQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. The HTTPS keystore used for serving secure content, the JGroups keystore used for securing JGroups communications, and server truststore used for securing RH-SSO requests were automatically created via OpenShift's service serving x509 certificate secrets.",
Expand Down Expand Up @@ -635,7 +635,7 @@
}
],
"labels": {
"rhsso": "7.4.10.GA",
"rhsso": "7.4.9.GA",
"template": "sso74-openj9-ocp4-x509-postgresql-persistent"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"template.openshift.io/documentation-url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/",
"template.openshift.io/long-description": "This template defines resources needed to develop Red Hat Single Sign-On 7.4 on OpenJ9 server based deployment, deployment configuration for PostgreSQL using persistence, and securing RH-SSO communication using passthrough TLS.",
"template.openshift.io/support-url": "https://access.redhat.com",
"version": "7.4.10.GA"
"version": "7.4.9.GA"
}
},
"message": "A new persistent RH-SSO service (using PostgreSQL) has been created in your project. The admin username/password for accessing the master realm via the RH-SSO console is ${SSO_ADMIN_USERNAME}/${SSO_ADMIN_PASSWORD}. The username/password for accessing the PostgreSQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications; \"${SSO_TRUSTSTORE_SECRET}\" containing the ${SSO_TRUSTSTORE} file used for securing RH-SSO requests.",
Expand Down Expand Up @@ -788,7 +788,7 @@
}
],
"labels": {
"rhsso": "7.4.10.GA",
"rhsso": "7.4.9.GA",
"template": "sso74-openj9-postgresql-persistent"
}
}
Loading