forked from mystiq/dex
reordered dex-overlord.yaml
This commit is contained in:
parent
c459aa1779
commit
af556fc2aa
1 changed files with 23 additions and 22 deletions
|
@ -6,6 +6,28 @@ type: Opaque
|
||||||
data:
|
data:
|
||||||
key-secrets: ZUhoNGVIaDRlSGg0ZUhoNGVIaDRlSGg0ZUhoNGVIaDRlSGg0ZUhoNGVIZz0= # 32 x's base64 encoded twice.
|
key-secrets: ZUhoNGVIaDRlSGg0ZUhoNGVIaDRlSGg0ZUhoNGVIaDRlSGg0ZUhoNGVIZz0= # 32 x's base64 encoded twice.
|
||||||
---
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: dex-connectors
|
||||||
|
data:
|
||||||
|
connector.json: |
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"id": "local",
|
||||||
|
"type": "local"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
# google-connector.json: |
|
||||||
|
# [{
|
||||||
|
# "id": "google",
|
||||||
|
# "type": "oidc",
|
||||||
|
# "issuerURL": "https://accounts.google.com",
|
||||||
|
# "clientID": "<your id here>",
|
||||||
|
# "clientSecret": "<your secret here>",
|
||||||
|
# "trustedEmailProvider": true
|
||||||
|
# }]
|
||||||
|
---
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: extensions/v1beta1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -80,25 +102,4 @@ spec:
|
||||||
selector:
|
selector:
|
||||||
app: dex
|
app: dex
|
||||||
role: overlord
|
role: overlord
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: dex-connectors
|
|
||||||
data:
|
|
||||||
connector.json: |
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"id": "local",
|
|
||||||
"type": "local"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
# google-connector.json: |
|
|
||||||
# [{
|
|
||||||
# "id": "google",
|
|
||||||
# "type": "oidc",
|
|
||||||
# "issuerURL": "https://accounts.google.com",
|
|
||||||
# "clientID": "<your id here>",
|
|
||||||
# "clientSecret": "<your secret here>",
|
|
||||||
# "trustedEmailProvider": true
|
|
||||||
# }]
|
|
||||||
|
|
Loading…
Reference in a new issue