Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArvinB committed Oct 22, 2020
1 parent 5337aa6 commit c60ea85
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,28 +101,6 @@ To instruct the operator to skip deploying PostgreSQL and Red Hat SSO and connec

`identityProviderClientId: 'myclient'`

#### Self Signed Certificate and TLS Support

IBM Wazi Developer for Workspaces is TLS enabled. When TLS is enabled, an OpenShift router must use a signed certificate. A certificate signed by a public authority can automatically be fetched by the browser.

A self-signed certificate generated by the operator when the respective field in the `server` block spec is set to `true`:

```
selfSignedCert: true
```

Issue the following command to **manually** inject a self-signed certificate:

```
oc create secret self-signed-certificate generic --from-file=/path/to/certificate/ca.crt -n=mynamespace
```

TLS mode is activated when the respective field in the `server` block spec is set to `true`:

```
tlsSupport: true
```

#### Authentication Support

[OpenShift OAuth](https://docs.openshift.com/container-platform/4.4/authentication/understanding-authentication.html) authentication support requires oAuth to be configured in the cluster. To enable OpenShift OAuth authentication set the respective field in the spec to `true` (in the `server` block):
Expand Down

0 comments on commit c60ea85

Please sign in to comment.