Skip to content

Commit

Permalink
chore: Disable sso by default (#172)
Browse files Browse the repository at this point in the history
Change-Id: Ib104afa55e03b75b9712bf24dd99f766513ea935
(cherry picked from commit 1dfe25c)
  • Loading branch information
MykolaMarusenko committed Mar 12, 2024
1 parent 7628a94 commit 107d23c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ A Helm chart for EDP Install
| sso.admins | list | `["stub_user_one@example.com"]` | Administrators of your tenant. |
| sso.affinity | object | `{}` | Affinity settings for pod assignment |
| sso.developers | list | `["stub_user_one@example.com","stub_user_two@example.com"]` | Developers of your tenant |
| sso.enabled | bool | `true` | Install OAuth2-proxy and Keycloak CRs as a part of EDP deployment. |
| sso.enabled | bool | `false` | Install OAuth2-proxy and Keycloak CRs as a part of EDP deployment. |
| sso.existingSecret.secretKey | string | `"cookie-secret"` | Secret key which stores cookie-secret |
| sso.existingSecret.secretName | string | `"oauth2-proxy-cookie-secret"` | Secret name which stores cookie-secret |
| sso.extraArgs | object | `{}` | Extra arguments to provide to the OAuth2-proxy |
Expand Down
2 changes: 1 addition & 1 deletion deploy-templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ edp-tekton:
# - https://github.com/epam/edp-keycloak-operator
sso:
# -- Install OAuth2-proxy and Keycloak CRs as a part of EDP deployment.
enabled: true
enabled: false
# -- Defines Keycloak realm name that is used as the Identity Provider (IdP) realm
realmName: "broker"
# -- Keycloak URL.
Expand Down

0 comments on commit 107d23c

Please sign in to comment.