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

This commit is contained in:
Alex Fornuto 2021-08-16 17:56:56 -05:00 committed by GitHub
parent 6991d19ac3
commit 6a69d39ca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 12 additions and 12 deletions

View file

@ -1355,7 +1355,7 @@ Set Request Headers allows you to set static values for given request headers. T
- allow:
or:
- email:
is: bdd@pomerium.io
is: user@example.com
set_request_headers:
# works auto-magically!
# https://verify.corp.example.com/basic-auth/root/hunter42
@ -1383,7 +1383,7 @@ Remove Request Headers allows you to remove given request headers. This can be u
- allow:
or:
- email:
is: bdd@pomerium.io
is: user@example.com
remove_request_headers:
- X-Email
- X-Username

View file

@ -1486,7 +1486,7 @@ settings:
- allow:
or:
- email:
is: bdd@pomerium.io
is: user@example.com
set_request_headers:
# works auto-magically!
# https://verify.corp.example.com/basic-auth/root/hunter42
@ -1514,7 +1514,7 @@ settings:
- allow:
or:
- email:
is: bdd@pomerium.io
is: user@example.com
remove_request_headers:
- X-Email
- X-Username