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

Commit b729261

Browse files
committed
Add https protocol to redirectURL
Signed-off-by: JoshVanL <[email protected]>
1 parent 09b7782 commit b729261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-
// 'gangway.kubernetes.example.net/callback',
27+
// 'https://gangway.kubernetes.example.net/callback',
2828
// ],
2929
//},
3030
}

0 commit comments

Comments
 (0)