File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 2
2
# https://github.com/dexidp/helm-charts/tree/master/charts/dex#values
3
3
#
4
4
5
+ image :
6
+ tag : v2.44.0
7
+
5
8
replicaCount : 1
6
9
config :
7
10
# See https://dexidp.io/docs/storage/ for more options
Original file line number Diff line number Diff line change
1
+ # Configuring Dex
2
+
3
+ As of Dex v2.44.0 the HTTP 302 redirects contain a ` Location ` header which
4
+ is relative and not all clients like this in authentication flows. To workaround
5
+ this easiest approach is have the ingress rewrite the URL for us.
6
+
7
+ In ` $DEPLOY_NAME/helm-configs/dex.yaml ` in the ` ingress.annotations ` key, add the
8
+ following:
9
+
10
+ ``` yaml
11
+ ingress :
12
+ annotations :
13
+ nginx.ingress.kubernetes.io/proxy-redirect-from : " /"
14
+ nginx.ingress.kubernetes.io/proxy-redirect-to : " https://dex.your.url/"
15
+ ` ` `
Original file line number Diff line number Diff line change 129
129
- Preparing Our Deployment :
130
130
- deploy-guide/deploy-repo.md
131
131
- deploy-guide/component-config.md
132
+ - deploy-guide/config-dex.md
132
133
- deploy-guide/auth.md
133
134
- deploy-guide/config-argo-workflows.md
134
135
- Starting the Deployment :
You can’t perform that action at this time.
0 commit comments