Skip to content

Commit

Permalink
Add 'hy-dekaanit' to relevant IAMs
Browse files Browse the repository at this point in the history
  • Loading branch information
valtterikantanen committed Nov 15, 2024
1 parent a4807a8 commit 41af93e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/auth/IAMConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ const doctoralSchoolMap = {
],
}

const dekaani = 'hy-dekaanit'

const opetusVaradekaani = 'hy-varadekaanit-opetus'

const dekaaniFacultyMap = {
Expand Down Expand Up @@ -518,6 +520,7 @@ const relevantIAMs = new Set(
Object.values(kojoMap),
Object.keys(kosuFacultyMap),
Object.keys(dekaaniFacultyMap),
dekaani,
opetusVaradekaani,
doctoralIams,
Object.keys(doctoralSchoolMap),
Expand Down

0 comments on commit 41af93e

Please sign in to comment.