boomerang-io / charts

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

[bmrg-auth-proxy] Authentication fails when using basic-auth mode #3

Closed aiciobanu closed 3 years ago

aiciobanu commented 4 years ago

Describe the bug Authentication fails when auth.displayHtpasswdForm is set to true

To Reproduce

  1. Install bmrg-auth-proxy chart using basic-auth
  2. Install bmrg-bosun chart
  3. Access bmrg-bosun's launchpad
  4. Login using the configured basic-auth credentials

    Actual result: authentication fails

Expected behavior Authentication is successful when using basic-auth mode.

Screenshots

Screen Shot 2020-08-03 at 12 45 16 PM

Additional context deployment.yaml file contains an extra - (dash) at the end of the if statement line, thus, when the pod is created it will inherit the value inline (as seen in the screenshot above) and not as an auth.args list item.

aiciobanu commented 3 years ago

Closed by #4