Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration parsing failure when edit basic auth's usr/pwd #686

Closed
jcmoraisjr opened this issue Oct 30, 2020 · 1 comment
Closed

Configuration parsing failure when edit basic auth's usr/pwd #686

jcmoraisjr opened this issue Oct 30, 2020 · 1 comment
Labels
Milestone

Comments

@jcmoraisjr
Copy link
Owner

Description of the problem

Configuration parsing break due to a missing userlist:

W1030 01:14:38.527364       6 instance.go:431] output from haproxy:
[ALERT] 303/011438 (106) : parsing [/etc/haproxy/haproxy.cfg:200] : unable to find userlist 't004_pwd' referenced in arg 1 of ACL keyword 'http_auth' in proxy 't004_echoserver_8080'.
[ALERT] 303/011438 (106) : Fatal errors found in configuration.

Expected behavior

All linked userlists should be created.

Steps to reproduce the problem

  1. Configure basic authentication
  2. Remove the basic auth configuration
  3. Reinclude basic auth configuration
  4. Edit the secret with users+passwords

Environment information

HAProxy Ingress version: v0.11-beta.3

@jcmoraisjr
Copy link
Owner Author

Fixed in v0.11-beta.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant