Skip to content
Snippets Groups Projects
Verified Commit c3765482 authored by Mark's avatar Mark
Browse files

Add bold values

parent 395d993b
No related branches found
No related tags found
1 merge request!7Integration user panel
Pipeline #1343 failed with stage
in 54 seconds
......@@ -37,20 +37,20 @@ $ helm delete single-sign-on --purge
## Configuration
The following table lists the configurable parameters of the single sign-on chart and their
default values.
| Parameter | Description | Default |
| ------------------------------------ | --------------------------------------------------- | ------------------------- |
| `userpanel.ingress.host` | [REQUIRED] 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 |
| `hydra.ingress.host` | **FQDN of the oAuth server** | sso.oas.example.net |
| `hydra.ingress.public.hosts.host` | **FQDN of the oAuth server** | sso.oas.example.net |
| `hydra.ingress.tls.hosts.host` | **FQDN of the oAuth server** | sso.oas.example.net |
default values. Values in **bold** letters need to be changed for Routing and TLS to work.
| Parameter | Description | Default |
| ------------------------------------ | --------------------------------------------------- | ------------------------- |
| `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 |
| `hydra.ingress.host` | **FQDN of the oAuth server** | **sso.oas.example.net** |
| `hydra.ingress.public.hosts.host` | **FQDN of the oAuth server** | **sso.oas.example.net** |
| `hydra.ingress.tls.hosts.host` | **FQDN of the oAuth server** | **sso.oas.example.net** |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment