Skip to content

Commit

Permalink
Remove choice security
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepdeJong committed Oct 12, 2023
1 parent 833275a commit 0ae30af
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 47 deletions.
13 changes: 1 addition & 12 deletions apps/choice/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@ spec:
replicaCount: 1
image:
repository: ghcr.io/wisvch/choice
tag: 20231012-d53afcd # {"$imagepolicy": "flux-system:choice:tag"}
oauth:
issuer: https://connect.ch.tudelft.nl
client:
url: https://ch.tudelft.nl/choice2
scope: openid, profile, email, auth
groups:
admin: beheer,bestuur,vc,epa
tag: 20230702-74bf65e # {"$imagepolicy": "flux-system:choice:tag"}
postgres:
database: choice
hibernate:
Expand All @@ -52,7 +45,3 @@ spec:
name: postgres
valuesKey: password
targetPath: postgres.password
- kind: Secret
name: choice
valuesKey: connect-client-secret
targetPath: oauth.client.secret
27 changes: 0 additions & 27 deletions secrets/choice.yaml

This file was deleted.

1 change: 0 additions & 1 deletion secrets/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- areafiftylan-legacy.yaml
- choice.yaml
- connect.yaml
- connect-proxy.yaml
- dienst2.yaml
Expand Down
7 changes: 0 additions & 7 deletions secrets/templates/choice.tpl.yaml

This file was deleted.

0 comments on commit 0ae30af

Please sign in to comment.