Skip to content

Commit

Permalink
feat(add auto users): Add users for automated testing (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdial89f authored Feb 1, 2024
1 parent 7502ccb commit 3941458
Showing 1 changed file with 116 additions and 0 deletions.
116 changes: 116 additions & 0 deletions src/services/auth/libs/users.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,35 @@
}
]
},
{
"username": "[email protected]",
"attributes": [
{
"Name": "email",
"Value": "[email protected]"
},
{
"Name": "given_name",
"Value": "Otto"
},
{
"Name": "family_name",
"Value": "State"
},
{
"Name": "email_verified",
"Value": "true"
},
{
"Name": "custom:state",
"Value": "TX,CA,NY,FL"
},
{
"Name": "custom:cms-roles",
"Value": "onemac-micro-statesubmitter"
}
]
},
{
"username": "[email protected]",
"attributes": [
Expand Down Expand Up @@ -57,6 +86,35 @@
}
]
},
{
"username": "[email protected]",
"attributes": [
{
"Name": "email",
"Value": "[email protected]"
},
{
"Name": "given_name",
"Value": "Otto"
},
{
"Name": "family_name",
"Value": "Readonly"
},
{
"Name": "email_verified",
"Value": "true"
},
{
"Name": "custom:state",
"Value": ""
},
{
"Name": "custom:cms-roles",
"Value": "onemac-micro-readonly"
}
]
},
{
"username": "[email protected]",
"attributes": [
Expand Down Expand Up @@ -86,6 +144,35 @@
}
]
},
{
"username": "[email protected]",
"attributes": [
{
"Name": "email",
"Value": "[email protected]"
},
{
"Name": "given_name",
"Value": "Otto"
},
{
"Name": "family_name",
"Value": "Reviewer"
},
{
"Name": "email_verified",
"Value": "true"
},
{
"Name": "custom:state",
"Value": ""
},
{
"Name": "custom:cms-roles",
"Value": "onemac-micro-reviewer"
}
]
},
{
"username": "[email protected]",
"attributes": [
Expand Down Expand Up @@ -115,6 +202,35 @@
}
]
},
{
"username": "[email protected]",
"attributes": [
{
"Name": "email",
"Value": "[email protected]"
},
{
"Name": "given_name",
"Value": "Otto"
},
{
"Name": "family_name",
"Value": "Helpdesk"
},
{
"Name": "email_verified",
"Value": "true"
},
{
"Name": "custom:state",
"Value": ""
},
{
"Name": "custom:cms-roles",
"Value": "onemac-micro-helpdesk"
}
]
},
{
"username": "[email protected]",
"attributes": [
Expand Down

0 comments on commit 3941458

Please sign in to comment.