replace bdd@pom with user@example (#2484) (#2485)

Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
This commit is contained in:
backport-actions-token[bot] 2021-08-16 18:05:27 -07:00 committed by GitHub
parent a6e11527aa
commit bd513a84df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 12 additions and 12 deletions

View file

@ -57,7 +57,7 @@ authenticate_service_url: https://authenticate.localhost.pomerium.io
# IF GSUITE and you want to get user groups you will need to set a service account
# see identity provider docs for gooogle for more info :
# idp_service_account: $(echo '{"impersonate_user": "bdd@pomerium.io"}' | base64)
# idp_service_account: $(echo '{"impersonate_user": "user@example.com"}' | base64)
# OKTA
# idp_provider: "okta"
@ -98,7 +98,7 @@ routes:
- allow:
or:
- email:
is: bdd@pomerium.io
is: user@example.com
- groups:
has: "admins"
- groups:

View file

@ -26,5 +26,5 @@ routes:
- allow:
or:
- email:
is: bdd@pomerium.io
is: user@example.com
pass_identity_headers: true

View file

@ -22,7 +22,7 @@
- from: https://weirdlyssl.localhost.pomerium.io
to: http://neverssl.com
allowed_users:
- bdd@pomerium.io
- user@example.com
allowed_groups:
- admins
- developers

View file

@ -29,7 +29,7 @@ routes:
- allow:
or:
- email:
is: bdd@pomerium.io
is: user@example.com
- groups:
has: "admins"
- groups: