1--- 2apiVersion: getambassador.io/v3alpha1 3kind: Module 4name: authentication 5config: 6 auth_service: 127.0.0.1:5050 7 path_prefix: /auth/v0/ 8 allowed_headers: 9 - "x-extauth-required" 10 - "x-authenticated-as" 11 - "x-qotm-session"
View as plain text