diff --git a/securing_apps/topics/oidc/keycloak-gatekeeper.adoc b/securing_apps/topics/oidc/keycloak-gatekeeper.adoc index e32352335d..a255145c78 100644 --- a/securing_apps/topics/oidc/keycloak-gatekeeper.adoc +++ b/securing_apps/topics/oidc/keycloak-gatekeeper.adoc @@ -38,7 +38,7 @@ client-id: # the secret associated to the 'client' application client-secret: # the interface definition you wish the proxy to listen, all interfaces is specified as ':', unix sockets as unix://| -listen: 127.0.0.1:3000 +listen: :3000 # whether to enable refresh tokens enable-refresh-tokens: true # the location of a certificate you wish the proxy to use for TLS support @@ -96,7 +96,7 @@ client-secret: # require for access_type: confidential discovery-url: https://keycloak.example.com/auth/realms/ enable-default-deny: true encryption_key: AgXa7xRcoClDEU0ZDSH4X0XhL5Qy2Z2j -listen: 127.0.0.1:3000 +listen: :3000 redirection-url: http://127.0.0.1:3000 upstream-url: http://127.0.0.1:80 resources: