Skip to content

Commit

Permalink
Feature | Add new user Santiago Respane to SSO configuration (#666)
Browse files Browse the repository at this point in the history
Co-authored-by: matias.rodriguez <[email protected]>
  • Loading branch information
rodriguez-matias and matias.rodriguez authored Dec 27, 2024
1 parent fb67b8a commit 16283f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions management/global/sso/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,14 @@ locals {
"devops",
]
}
"santiago.respane" = {
first_name = "Santiago"
last_name = "Respane"
email = "[email protected]"
groups = [
"datascientists",
]
}
}

#----------------------------------------------------------------------------
Expand Down

0 comments on commit 16283f2

Please sign in to comment.