Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit d706bef

Browse files
committed
Fixes dex Client in main manifest and updates config.dest.jsonnet
Signed-off-by: JoshVanL <[email protected]>
1 parent b729261 commit d706bef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/config.dist.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
//extraClient: $.dex.Client('123') + $.dex.metadata {
2525
// secret: '4567',
2626
// redirectURIs: [
27-
// 'https://gangway.kubernetes.example.net/callback',
27+
// 'https://gangway.other.kubernetes.example.net/callback',
2828
// ],
2929
//},
3030
}

demo/manifests/main.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ local only_master(obj) =
264264
clusterCAPath: this.config_path + '/cluster-ca.crt',
265265
},
266266

267-
dexClient:: only_master(dex.Client(this.config.clientID) + $.dex.metadata {
267+
dexClient: only_master(dex.Client(this.config.clientID) + $.dex.metadata {
268268
secret: this.config.clientSecret,
269269
redirectURIs: [
270270
this.config.redirectURL,

0 commit comments

Comments
 (0)