Skip to content

Commit

Permalink
Adding a note about exact matching of email in list to existing users…
Browse files Browse the repository at this point in the history
… in sdm
  • Loading branch information
jeffreylees authored Oct 5, 2020
1 parent 70a0580 commit 9c99ffa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ module "strongdm_onboarding" {
prefix = "foo"
# Grant yourself access to the resources
# This account should currently be in NO ROLE in the Admin UI.
# List of existing users to grant resources to
# NOTE: These emails must exactly match existing users in strongDM or an error will occur
# NOTE: An error will occur if these users are already assigned to a role in strongDM
grant_to_existing_users = [
"[email protected]",
]
Expand Down Expand Up @@ -116,6 +117,7 @@ module "strongdm_onboarding" {
# List of existing users to grant resources to
# NOTE: These emails must exactly match existing users in strongDM or an error will occur
# NOTE: An error will occur if these users are already assigned to a role in strongDM
grant_to_existing_users = [
"[email protected]",
Expand Down

0 comments on commit 9c99ffa

Please sign in to comment.