Skip to content

Commit

Permalink
fix(auth): Set required attribute "university" for all auto-populated…
Browse files Browse the repository at this point in the history
… keycloak accounts (#1307)

Resolves #1299
  • Loading branch information
corneliusroemer committed Mar 10, 2024
1 parent b3ba642 commit 564ae10
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions kubernetes/loculus/templates/keycloak-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ data:
"user",
"offline_access"
],
"attributes": {
"university": "University of Test"
},
"clientRoles": {
"account": [
"manage-account"
Expand All @@ -56,6 +59,9 @@ data:
"user",
"offline_access"
],
"attributes": {
"university": "University of Test"
},
"clientRoles": {
"account": [
"manage-account"
Expand All @@ -78,6 +84,9 @@ data:
"user",
"offline_access"
],
"attributes": {
"university": "University of Test"
},
"clientRoles": {
"account": [
"manage-account"
Expand All @@ -100,6 +109,9 @@ data:
"preprocessing_pipeline",
"offline_access"
],
"attributes": {
"university": "University of Test"
},
"clientRoles": {
"account": [
"manage-account"
Expand All @@ -122,6 +134,9 @@ data:
"get_released_data",
"offline_access"
],
"attributes": {
"university": "University of Test"
},
"clientRoles": {
"account": [
"manage-account"
Expand All @@ -134,6 +149,9 @@ data:
"email": "nothing@void.o",
"firstName": "Backend",
"lastName": "Technical-User",
"attributes": {
"university": "University of Test"
},
"credentials": [
{
"type": "password",
Expand Down

0 comments on commit 564ae10

Please sign in to comment.