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
[KEYCLOAK-15633] Add "s2i" subdirectory to hold an example
on how to enable SSL/TLS for PostgreSQL 10 SQL database server
container image.
It will be later used in S2I (re)builds of the PostgreSQL 10
SQL database server container image in the available PostgreSQL
templates for Red Hat Single Sign-On 7.5 for OpenJDK / OpenJ9
on OpenShift container images
Signed-off-by: Jan Lieskovsky <[email protected]>
# SSL/TLS support for PostgreSQL SQL database server container image
2
+
3
+
The [PostgreSQL 10 SQL database server](https://catalog.redhat.com/software/containers/rhscl/postgresql-10-rhel7/5aa63541ac3db95f196086f1)
4
+
doesn't support SSL/TLS encryption by default. In order to enable the
5
+
SSL/TLS encryption, the PostgreSQL server container image needs to be
6
+
extended using the [source-to-image](https://github.com/openshift/source-to-image)
7
+
method. Refer to [_*Extending image*_](https://catalog.redhat.com/software/containers/rhscl/postgresql-10-rhel7/5aa63541ac3db95f196086f1)
8
+
and primarily to [the available example](https://github.com/sclorg/postgresql-container/tree/master/examples/enable-ssl)
9
+
for additional details.
10
+
11
+
This (sub)directory contains all the information needed to enable SSL/TLS
12
+
support for the [PostgreSQL 10 SQL database server](https://catalog.redhat.com/software/containers/rhscl/postgresql-10-rhel7/5aa63541ac3db95f196086f1)
13
+
used in the available PostgreSQL [templates](https://github.com/jboss-container-images/redhat-sso-7-openshift-image/tree/sso75-dev/templates)
14
+
for [Red Hat Single Sign-On 7.5 for OpenJDK / OpenJ9 on OpenShift container images](https://github.com/jboss-container-images/redhat-sso-7-openshift-image/tree/sso75-dev).
0 commit comments