KEYCLOAK-11732 gatekeeper documentation, in example config files clarify the values for listen:
This commit is contained in:
parent
e301da8c63
commit
f6cc26ab76
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ client-id: <CLIENT_ID>
|
||||||
# the secret associated to the 'client' application
|
# the secret associated to the 'client' application
|
||||||
client-secret: <CLIENT_SECRET>
|
client-secret: <CLIENT_SECRET>
|
||||||
# the interface definition you wish the proxy to listen, all interfaces is specified as ':<port>', unix sockets as unix://<REL_PATH>|</ABS PATH>
|
# the interface definition you wish the proxy to listen, all interfaces is specified as ':<port>', unix sockets as unix://<REL_PATH>|</ABS PATH>
|
||||||
listen: 127.0.0.1:3000
|
listen: :3000
|
||||||
# whether to enable refresh tokens
|
# whether to enable refresh tokens
|
||||||
enable-refresh-tokens: true
|
enable-refresh-tokens: true
|
||||||
# the location of a certificate you wish the proxy to use for TLS support
|
# the location of a certificate you wish the proxy to use for TLS support
|
||||||
|
@ -96,7 +96,7 @@ client-secret: <CLIENT_SECRET> # require for access_type: confidential
|
||||||
discovery-url: https://keycloak.example.com/auth/realms/<REALM_NAME>
|
discovery-url: https://keycloak.example.com/auth/realms/<REALM_NAME>
|
||||||
enable-default-deny: true
|
enable-default-deny: true
|
||||||
encryption_key: AgXa7xRcoClDEU0ZDSH4X0XhL5Qy2Z2j
|
encryption_key: AgXa7xRcoClDEU0ZDSH4X0XhL5Qy2Z2j
|
||||||
listen: 127.0.0.1:3000
|
listen: :3000
|
||||||
redirection-url: http://127.0.0.1:3000
|
redirection-url: http://127.0.0.1:3000
|
||||||
upstream-url: http://127.0.0.1:80
|
upstream-url: http://127.0.0.1:80
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in a new issue