boomerang-io / charts

Helm charts for Boomerang Projects
Apache License 2.0
3 stars 5 forks source link

[bmrg-auth-proxy] Basic-auth configuration is failing, with 403 to the backend services #8

Closed morarucostel closed 3 years ago

morarucostel commented 3 years ago

Describe the bug Deploying the auth-proxy using basic authentication configuration fails in the application UI with 403 when invoking the backend services.

To Reproduce

  1. Deploy the auth-proxy with basic configuration as per documentation
  2. Secure an application with the auth-proxy instance
  3. Invoke a secure page
  4. Login with the configured credentials

Expected behavior After step 4, the expectation is for the back-end services to respond. Currently we get a 403 error for each back-end invocation.

Environment (please complete the following information):

Additional context NA