Skip to content

Commit

Permalink
prod: allow utoronto, yale, dartmouth login
Browse files Browse the repository at this point in the history
- Adds utoronto.ca login, closes #40,
- Adds yale.edu login closes #43,
- Adds darthmouth.edu login closes #44,
  • Loading branch information
jtriley committed Jan 26, 2024
1 parent d6cd46c commit ee3622a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions kubernetes/regapp/overlays/prod/patches/patch_authorization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ data:
wpi.edu,.wpi.edu,\
redhat.com,.redhat.com,\
uri.edu,.uri.edu,\
codeforboston.org,.codeforboston.org"
codeforboston.org,.codeforboston.org,\
dartmouth.edu,.dartmouth.edu,\
yale.edu,.yale.edu,\
utoronto.ca,.utoronto.ca"


---
Expand All @@ -41,7 +44,10 @@ data:
https%3A%2F%2Fidp.wpi.edu%2Fidp%2Fshibboleth,\
https%3A%2F%2Fsso.uri.edu%2Fidp,\
http%3A%2F%2Fgoogle.com%2Faccounts%2Fo8%2Fid,\
https%3A%2F%2Flogin.microsoftonline.com%2Fcommon%2Foauth2%2Fv2.0%2Fauthorize"
https%3A%2F%2Flogin.microsoftonline.com%2Fcommon%2Foauth2%2Fv2.0%2Fauthorize,\
urn%3Amace%3Aincommon%3Adartmouth.edu,\
https%3A%2F%2Fauth.yale.edu%2Fidp%2Fshibboleth,\
https%3A%2F%2Fidpz.utorauth.utoronto.ca%2Fshibboleth"
OAUTH2_PROXY_EMAIL_DOMAINS: "harvard.edu,.harvard.edu,\
hbs.edu,.hbs.edu,\
bu.edu,.bu.edu,\
Expand All @@ -58,4 +64,7 @@ data:
wpi.edu,.wpi.edu,\
redhat.com,.redhat.com,\
uri.edu,.uri.edu,\
codeforboston.org,.codeforboston.org"
codeforboston.org,.codeforboston.org,\
dartmouth.edu,.dartmouth.edu,\
yale.edu,.yale.edu,\
utoronto.ca,.utoronto.ca"

0 comments on commit ee3622a

Please sign in to comment.