You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
useHelm3: true
authProxy:
additionalFlags:
- --oidc-issuer-url=https://my-auth.eu.auth0.com/ # Example: https://antoniogamez.eu.auth0.com/ # mind the last "/" character
# If you are using a different ingress config, you might need to tweak these flags. More info in the "oauth2-proxy" official docs
- --redirect-url=http://127.0.0.1:3000/oauth2/callback
# - --cookie-domain=localhost
# - --whitelist-domain=localhost
# - --cookie-secure=false
clientID: my-client-id
clientSecret: my-client-secret
cookieSecret: bm90LWdvb2Qtc2VjcmV0Cg==
enabled: true
provider: oidc
pinnipedProxy:
enabled: true # if using Pinniped, you'll need to enable this option here
# defaultAuthenticatorType: jwt
# defaultAuthenticatorName: jwt-authenticator
clusters:
- name: default
apiServiceURL: https://... # impersonation proxy URL
certificateAuthorityData: ... # impersonation proxy CA
pinnipedConfig:
enabled: true
With this I can reach the catalog panel
But when I click on one (like airflow), I receive
Do you know how to fix that?
The text was updated successfully, but these errors were encountered:
absoludity
changed the title
Not able to to deploy an application on second cluster of multi-cluster setup
Not able to to deploy an application
Feb 21, 2022
Discussed in #4320
Originally posted by junoriosity February 21, 2022
As mentioned earlier (#4219) I deployed kubeapps with
where
myvals.yaml
isWith this I can reach the catalog panel
But when I click on one (like airflow), I receive
Do you know how to fix that?
The text was updated successfully, but these errors were encountered: