Skip to content

Commit

Permalink
Adding htpasswd auth to prod for Forum next week
Browse files Browse the repository at this point in the history
The AI for Drug Discovery Open Innovation Forum will need everyone to
pre-register to get MOC accounts to use for the hands-on demo
  • Loading branch information
computate committed Oct 25, 2024
1 parent 5c56732 commit 98495f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cluster-scope/overlays/nerc-ocp-prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ components:
- ../../components/nerc-oauth-keycloak
- ../../components/nerc-oauth-github
- ../../components/resourcequotas/ope-course-quota
- ../../components/nerc-oauth-htpasswd

# this must come last in order to apply
# to all resources.
Expand Down Expand Up @@ -121,6 +122,13 @@ patches:
- op: replace
path: /spec/data/0/remoteRef/key
value: nerc/nerc-ocp-prod/openshift-config/github-client-secret
- target:
kind: ExternalSecret
name: oauth-htpasswd
patch: |
- op: replace
path: /spec/data/0/remoteRef/key
value: nerc/nerc-ocp-prod/openshift-config/oauth-htpasswd
- target:
kind: APIServer
name: cluster
Expand Down

0 comments on commit 98495f2

Please sign in to comment.