mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
ops(dex): fix config
This commit is contained in:
parent
e2d96ba745
commit
0b2e75b313
2 changed files with 10 additions and 5 deletions
|
|
@ -41,11 +41,13 @@ in {
|
|||
advertiseAddress = kubeMasterIP;
|
||||
extraOpts = escapeShellArgs [
|
||||
"--service-node-port-range=1-65535"
|
||||
"--oidc-issuer-url=https://dex.gensokyo.zone:32000"
|
||||
/*
|
||||
"--oidc-issuer-url=https://dex.gensokyo.zone:32000"
|
||||
"--oidc-client-id=kuwubernetes"
|
||||
"--oidc-ca-file=/etc/dex-ssl/ca.pem"
|
||||
"--oidc-username-claim=email"
|
||||
"--oidc-groups-claim=groups"
|
||||
*/
|
||||
];
|
||||
allowPrivileged = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue