Skip to content

Commit

Permalink
Merge pull request #50 from nerc-project/cilogon_all_idps
Browse files Browse the repository at this point in the history
Supress email domain restriction
  • Loading branch information
jtriley authored Mar 26, 2024
2 parents 844a00e + 4b35c0c commit 6078d67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/regapp/overlays/dev/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ patchesStrategicMerge:
- patch_config.yaml
- patch_configmap.yaml
- patch_ingress.yaml
- patch_authorization.yaml
# - patch_authorization.yaml
2 changes: 1 addition & 1 deletion kubernetes/regapp/overlays/microk8s/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ patchesStrategicMerge:
- patch_imagepullpolicy.yml
- patch_config.yaml
- patch_configmap.yaml
- patch_authorization.yaml
# - patch_authorization.yaml
2 changes: 1 addition & 1 deletion kubernetes/regapp/overlays/prod/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ patches:
patchesStrategicMerge:
- patches/regapp-db.yaml
- patches/ingress.yaml
- patches/patch_authorization.yaml
# - patches/patch_authorization.yaml
- |-
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
Expand Down

0 comments on commit 6078d67

Please sign in to comment.