File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,8 @@ conf:
219
219
OIDCXForwardedHeaders X-Forwarded-Host X-Forwarded-Proto X-Forwarded-Port
220
220
OIDCResponseType "code"
221
221
OIDCScope "openid email profile groups"
222
- OIDCProviderMetadataURL http://dex.dex.svc:5556/.well-known/openid-configuration
222
+ OIDCProviderMetadataURL {{ tuple "dex" "internal" "dex" $ | include "helm-toolkit.endpoints.keystone_endpoint_uri_lookup" }}
223
+
223
224
OIDCClientID keystone
224
225
OIDCClientSecret "exec:/bin/cat /etc/keystone-sso/client-secret"
225
226
OIDCCryptoPassphrase "exec:/bin/cat /etc/oidc-secret/password"
@@ -279,6 +280,23 @@ endpoints:
279
280
issuerRef :
280
281
name : understack-cluster-issuer
281
282
kind : ClusterIssuer
283
+ # default to dex in the same cluster for AIO
284
+ dex :
285
+ namespace : dex
286
+ hosts :
287
+ default : dex
288
+ host_fqdn_override :
289
+ # override this when using a full deployment
290
+ # to the actual hostname of dex
291
+ default : null
292
+ scheme :
293
+ # override this to https when full deployment
294
+ default : http
295
+ port :
296
+ dex :
297
+ # override this when full deployment
298
+ default : 5556
299
+ path : ' /.well-known/openid-configuration'
282
300
283
301
manifests :
284
302
job_credential_cleanup : false
You can’t perform that action at this time.
0 commit comments