forked from kubeflow/kubeflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consolidate dex manifests (kubeflow#1771)
Dex has a bunch of kustomizations related to peripheral projects: - An LDAP database - The Dex Authenticator project - Keycloak Gatekeeper The manifests WG only maintains the Dex manifests. Thus, move all other manifests in the contrib folder. Signed-off-by: Yannis Zarkadas <[email protected]>
- Loading branch information
1 parent
fc7a523
commit 79c0aa0
Showing
48 changed files
with
28 additions
and
119 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
common/dex-auth/dex-crds/overlays/istio/kustomization.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
1 change: 0 additions & 1 deletion
1
common/dex-auth/dex-crds/base/params.env → common/dex/base/params.env
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# Dex Server Parameters (some params are shared with client) | ||
dex_domain=dex.example.com | ||
# Set issuer to https if tls is enabled | ||
issuer=http://dex.example.com:32000 | ||
static_email=[email protected] | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
bases: | ||
- ../../base | ||
resources: | ||
- virtual-service.yaml | ||
|
||
vars: | ||
- name: DEX_SERVICE | ||
objref: | ||
kind: Service | ||
name: dex | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: metadata.name | ||
- name: DEX_NAMESPACE | ||
objref: | ||
kind: Service | ||
name: dex | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: metadata.namespace | ||
configurations: | ||
- params.yaml |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
approvers: | ||
- krishnadurai | ||
- yanniszark |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.