mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-24 03:59:49 +02:00
docs: replace httpbin with verify (#1702)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
4eec2ed1d5
commit
c23c8b34b3
34 changed files with 154 additions and 154 deletions
|
@ -1,7 +1,7 @@
|
|||
# Pomerium on Cloud Run
|
||||
|
||||
Run this demo with gcloud command line configured for your project. The commands assume
|
||||
all resources (Cloud Run, Cloud DNS, and Secret Manager) are in a single project.
|
||||
Run this demo with gcloud command line configured for your project. The commands assume
|
||||
all resources (Cloud Run, Cloud DNS, and Secret Manager) are in a single project.
|
||||
|
||||
We recommend a dedicated project that is easy to clean up.
|
||||
|
||||
|
@ -28,6 +28,6 @@ This demo includes a Cloud Run target configured to only accept requests from th
|
|||
- Deploy config.yaml to Secret Manager
|
||||
- Deploy the demo hello world app
|
||||
- Deploy pomerium with policy
|
||||
- Navigate to `https://httpbin.cloudrun.pomerium.io`
|
||||
- Navigate to `https://verify.cloudrun.pomerium.io`
|
||||
- Navigate to `https://hello-direct.cloudrun.pomerium.io`
|
||||
- Navigate to `https://hello.cloudrun.pomerium.io`
|
||||
- Navigate to `https://hello.cloudrun.pomerium.io`
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
allowed_domains:
|
||||
- gmail.com
|
||||
enable_google_cloud_serverless_authentication: true
|
||||
- from: https://httpbin.cloudrun.pomerium.io
|
||||
to: https://httpbin.org
|
||||
- from: https://verify.cloudrun.pomerium.io
|
||||
to: https://verify.pomerium.com
|
||||
pass_identity_headers: true
|
||||
allowed_domains:
|
||||
- gmail.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue