Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
af556fc2
Commit
af556fc2
authored
Apr 20, 2016
by
mgreg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reordered dex-overlord.yaml
parent
c459aa17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
22 deletions
+23
-22
dex-overlord.yaml
contrib/k8s/dex-overlord.yaml
+23
-22
No files found.
contrib/k8s/dex-overlord.yaml
View file @
af556fc2
...
@@ -6,6 +6,28 @@ type: Opaque
...
@@ -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:
...
@@ -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
# }]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment