Skip to content

Commit

Permalink
Adding dex ArgoCD app on obs cluster
Browse files Browse the repository at this point in the history
We need a dex authentication tool on the obs cluster to authenticate
OpenShift users to grafana for role-based access control.
  • Loading branch information
computate committed Mar 5, 2024
1 parent b6a065e commit 4b9b981
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions clusters/nerc-ocp-obs/dex/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: dex
labels:
nerc.mghpcc.org/sync-policy: common
spec:
project: default
source:
repoURL: https://github.com/ocp-on-nerc/nerc-ocp-config.git
targetRevision: HEAD
path: dex/overlays/nerc-ocp-obs
destination:
name: nerc-ocp-obs
namespace: dex
4 changes: 4 additions & 0 deletions clusters/nerc-ocp-obs/dex/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml
1 change: 1 addition & 0 deletions clusters/nerc-ocp-obs/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: Kustomization
resources:
- ../lib/cluster-scope
- ../lib/logging
- dex
- loki
- fake-metrics-server

Expand Down

0 comments on commit 4b9b981

Please sign in to comment.