how to enable SSO on gitops-weave #5179
anujthedevopsguy
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is my values.yaml
image:
repository: 058264xxxxxx.dkr.ecr.eu-west-2.amazonaws.com/wego-app
tag: v0.38.0
adminUser:
create: true
username: admin
passwordHash:xxxxxqkt5O23mThNLTorzvMBmYJa
oidcSecret:
create: true
name: oidc-auth
clientID: xxxxxxxx7f889195
clientSecret: 'xxxxxxxxxxHMtGb6DRaQ5'
issuerURL: https://login.microsoftonline.com/xxxxxxxx-8742b806f0fc/v2.0
redirectURL: https://gitops.dev.aws.xyz-i.com/oauth2/callback
customScopes: openid
claimUsername: sub
I upgraded helm using below command
helm upgrade ww-gitops oci://ghcr.io/weaveworks/charts/weave-gitops --version 4.0.36 --namespace flux-system -f values.yaml
I loaded app in UI but does not show SSO login page. is there anything wrong in my setup?
here is application log.
Beta Was this translation helpful? Give feedback.
All reactions