diff --git a/argocd/apps/wekantest/values-wekantest.yaml b/argocd/apps/wekantest/values-wekantest.yaml index 14f3905..7c9ea66 100644 --- a/argocd/apps/wekantest/values-wekantest.yaml +++ b/argocd/apps/wekantest/values-wekantest.yaml @@ -21,6 +21,30 @@ spec: value: smtp://192.168.4.125:25?ignoreTLS=true&tls={rejectUnauthorized:false}&secure=false - name: MAIL_FROM value: Noreplay admin@innovation-hub-niedersachsen.de + - name: OAUTH2_ENABLED + value: "true" + - name: OAUTH2_LOGIN_STYLE= + value: redirect + - name: OAUTH2_CLIENT_ID + value: "wekantest" + - name: OAUTH2_SERVER_URL + value: https://keycloak.innovation-hub.de + - name: OAUTH2_AUTH_ENDPOINT + value: /realms/innohub/protocol/openid-connect/auth + - name: OAUTH2_USERINFO_ENDPOINT + value: /realms/innohub/protocol/openid-connect/userinfo + - name: OAUTH2_TOKEN_ENDPOINT + value: /realms/innohub/protocol/openid-connect/token + - name: OAUTH2_SECRET + value: cOJpL4jiiA6OL8fFqA3lb4KCbxjjl7AQ + - name: OAUTH2_ID_MAP + value: sub + - name: OAUTH2_USERNAME_MAP + value: preferred_username + - name: OAUTH2_EMAIL_MAP + value: email + - name: OAUTH2_FULLNAME_MAP + value: name end_point: wekantest.innovation-hub-niedersachsen.de root_url: https://wekantest.innovation-hub-niedersachsen.de