...

Text file src/edge-infra.dev/config/pallets/emissary/cluster-infra/authservice.yaml

Documentation: edge-infra.dev/config/pallets/emissary/cluster-infra

     1apiVersion: getambassador.io/v3alpha1
     2kind: AuthService
     3metadata:
     4  name: remote-access-auth-service
     5spec:
     6  add_auth_headers:
     7    Banner: ${banner_id}
     8  allowed_authorization_headers:
     9  - X-VNC-Auth-Mode
    10  - X-VNC-Request-ID
    11  - X-WEBAUTH-USER
    12  - X-WEBAUTH-ROLE
    13  allowed_request_headers:
    14  - banner
    15  - X-VNC-Auth-Mode
    16  - X-VNC-Request-ID
    17  auth_service: authserver.authserver:8080

View as plain text