From e5d62c9a599fc6d9733b2168c8ae586d6cc65bdc Mon Sep 17 00:00:00 2001 From: Alex Fornuto Date: Thu, 10 Feb 2022 11:08:30 -0600 Subject: [PATCH] update verify port (#3035) --- docs/guides/local-oidc.md | 2 +- examples/config/config.docker.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/local-oidc.md b/docs/guides/local-oidc.md index b61f8f551..03c2063e1 100644 --- a/docs/guides/local-oidc.md +++ b/docs/guides/local-oidc.md @@ -80,7 +80,7 @@ cookie_secret: # https://pomerium.io/reference/#routes routes: - from: https://verify.localhost.pomerium.io - to: http://verify + to: http://verify:8000 policy: - allow: or: diff --git a/examples/config/config.docker.yaml b/examples/config/config.docker.yaml index 20d7a45de..c78c9af00 100644 --- a/examples/config/config.docker.yaml +++ b/examples/config/config.docker.yaml @@ -27,7 +27,7 @@ cookie_secret: V2JBZk0zWGtsL29UcFUvWjVDWWQ2UHExNXJ0b2VhcDI= # https://pomerium.com/reference/#routes routes: - from: https://verify.localhost.pomerium.io - to: http://verify + to: http://verify:8000 policy: - allow: or: