Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hdacloud
dex
Commits
b7c6eea3
Commit
b7c6eea3
authored
8 years ago
by
Eric Chiang
Browse files
Options
Downloads
Patches
Plain Diff
examples/k8s: update documentation
parent
691476b4
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/k8s/README.md
+0
-1
0 additions, 1 deletion
examples/k8s/README.md
examples/k8s/thirdpartyresources.yaml
+0
-57
0 additions, 57 deletions
examples/k8s/thirdpartyresources.yaml
with
0 additions
and
58 deletions
examples/k8s/README.md
+
0
−
1
View file @
b7c6eea3
...
@@ -28,7 +28,6 @@ ConfigMap for dex to use. These run dex as a deployment with configuration and
...
@@ -28,7 +28,6 @@ ConfigMap for dex to use. These run dex as a deployment with configuration and
storage, allowing it to get started.
storage, allowing it to get started.
```
```
kubectl create -f thirdpartyresources.yaml
kubectl create configmap dex-config --from-file=config.yaml=config-k8s.yaml
kubectl create configmap dex-config --from-file=config.yaml=config-k8s.yaml
kubectl create -f deployment.yaml
kubectl create -f deployment.yaml
```
```
...
...
This diff is collapsed.
Click to expand it.
examples/k8s/thirdpartyresources.yaml
deleted
100644 → 0
+
0
−
57
View file @
691476b4
# NOTE: Because of a bug in third party resources, each resource must be in it's
# own API Group.
#
# See fix at https://github.com/kubernetes/kubernetes/pull/28414
metadata
:
name
:
auth-code.authcodes.oidc.coreos.com
apiVersion
:
extensions/v1beta1
kind
:
ThirdPartyResource
description
:
"
A
code
which
can
be
claimed
for
an
access
token."
versions
:
-
name
:
v1
---
metadata
:
name
:
auth-request.authrequests.oidc.coreos.com
apiVersion
:
extensions/v1beta1
kind
:
ThirdPartyResource
description
:
"
A
request
for
an
end
user
to
authorize
a
client."
versions
:
-
name
:
v1
---
metadata
:
name
:
o-auth2-client.oauth2clients.oidc.coreos.com
apiVersion
:
extensions/v1beta1
kind
:
ThirdPartyResource
description
:
"
An
OpenID
Connect
client."
versions
:
-
name
:
v1
---
metadata
:
name
:
signing-key.signingkeies.oidc.coreos.com
apiVersion
:
extensions/v1beta1
kind
:
ThirdPartyResource
description
:
"
Keys
used
to
sign
and
verify
OpenID
Connect
tokens."
versions
:
-
name
:
v1
---
metadata
:
name
:
refresh-token.refreshtokens.oidc.coreos.com
apiVersion
:
extensions/v1beta1
kind
:
ThirdPartyResource
description
:
"
Refresh
tokens
for
clients
to
continuously
act
on
behalf
of
an
end
user."
versions
:
-
name
:
v1
---
metadata
:
name
:
password.passwords.oidc.coreos.com
apiVersion
:
extensions/v1beta1
kind
:
ThirdPartyResource
description
:
"
Passwords
managed
by
the
OIDC
server."
versions
:
-
name
:
v1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment