From 7cce62f01bc8b8da29bbecc20c16c9c72ca0d05d Mon Sep 17 00:00:00 2001 From: Mark <mark@openappstack.net> Date: Sat, 14 Dec 2019 13:29:07 +0100 Subject: [PATCH] Update value table in helmchart README --- helmchart/single-sign-on/README.md | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/helmchart/single-sign-on/README.md b/helmchart/single-sign-on/README.md index b797017..7b3ca8a 100644 --- a/helmchart/single-sign-on/README.md +++ b/helmchart/single-sign-on/README.md @@ -41,16 +41,20 @@ $ helm delete single-sign-on --purge The following table lists the configurable parameters of the single sign-on chart and their default values. Values in **bold** letters need to be changed for Routing and TLS to work. -| Parameter | Description | Default | -| ------------------------------------ | --------------------------------------------------- | ------------------------- | -| `singleSignOnHost` **FQDN of the openID Connect / oAuth2 server** | **sso.oas.example.net** | -| `userpanel.ingress.host` | **FQDN of the userpanel** | **admin.oas.example.net** | -| `userpanel.oAuth.client_secret` | oAuth2 client secret | YouReallyNeedToChangeThis | -| `userbackend.username` | Username of the admin user | admin | -| `userbackend.password` | Password of the admin user | YouReallyNeedToChangeThis | -| `userbackend.email` | Email address of the admin user | admin@example.net | -| `userbackend.postgres.password` | Root pw of the psql DB | postgres | -| `hydra.hydra.config.urls.self.issuer`| **Base URI of the oAuth server** | **https://sso.oas.example.net** | -| `hydra.hydra.config.urls.login` | **URI that will be used for the login page** | **https://sso.oas.example.net/login** | -| `hydra.hydra.config.urls.consent` | **URI that will be used for permission checks** | **https://sso.oas.example.net/consent** | -| `hydra.hydra.config.secrets.system` | Secret that is used to generate secure tokens | YouReallyNeedToChangeThis | +| Parameter | Description | Default | +| ------------------------------------ | ------------------------------------------------------- | ------------------------- | +| `singleSignOnHost` | **FQDN of the openID Connect / oAuth2 server** | **sso.oas.example.net** | +| `loginProviderImage.repository` | Name of image repository to be used for login provider | open.greenhost.net:4567/openappstack/single-sign-on/login_provider | +| `loginProviderImage.tag` | Release version of login provider image | master | +| `consentProviderImage.repository` | Name of image repository to be used for consent provider| open.greenhost.net:4567/openappstack/single-sign-on/consent_provider | +| `consentProviderImage.tag` | Release version of consent provider image | master | +| `userpanel.ingress.host` | **FQDN of the userpanel** | **admin.oas.example.net** | +| `userpanel.oAuth.client_secret` | oAuth2 client secret | YouReallyNeedToChangeThis | +| `userbackend.username` | Username of the admin user | admin | +| `userbackend.password` | Password of the admin user | YouReallyNeedToChangeThis | +| `userbackend.email` | Email address of the admin user | admin@example.net | +| `userbackend.postgres.password` | Root pw of the psql DB | postgres | +| `hydra.hydra.config.urls.self.issuer`| **Base URI of the oAuth server** | **https://sso.oas.example.net** | +| `hydra.hydra.config.urls.login` | **URI that will be used for the login page** | **https://sso.oas.example.net/login** | +| `hydra.hydra.config.urls.consent` | **URI that will be used for permission checks** | **https://sso.oas.example.net/consent** | +| `hydra.hydra.config.secrets.system` | Secret that is used to generate secure tokens | YouReallyNeedToChangeThis | -- GitLab