28 lines
593 B
YAML
28 lines
593 B
YAML
|
from: ["*"]
|
||
|
to: http://localhost:8082
|
||
|
enabled: true
|
||
|
weight: 0
|
||
|
recreate: true
|
||
|
layers:
|
||
|
my-queue:
|
||
|
type: queue
|
||
|
enabled: true
|
||
|
weight: 100
|
||
|
options:
|
||
|
capacity: 100
|
||
|
# oidc:
|
||
|
# type: authn-oidc
|
||
|
# enabled: true
|
||
|
# weight: 0
|
||
|
# options:
|
||
|
# oidc:
|
||
|
# clientId: my-client-id
|
||
|
# clientSecret: my-client-id
|
||
|
# issuerURL: https://forge.cadoles.com/
|
||
|
# postLogoutRedirectURL: http://localhost:8080
|
||
|
# scopes: ["profile", "openid", "email"]
|
||
|
# authParams:
|
||
|
# acr_values: "eidas2"
|
||
|
# cookie:
|
||
|
# maxAge: 60m
|