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

Fix basic auth backend tracking #688

Merged
merged 1 commit into from
Nov 2, 2020
Merged

Conversation

jcmoraisjr
Copy link
Owner

Basic auth users and passwords are stored in secret resources. We're properly tracking secret->userlist in the event of a secret update, and backends are also tracked but only when a new userlist is created.

A proper partial parsing need to track either a host or a backend from the haproxy model. If an untracked backend uses a tracked userlist, changes to this userlist will remove it without recreate, which will lead to failures in the configuration parsing.

This update enforces that a backend is always tracked in the event of a secret update, ensuring that partial parsing works properly.

Basic auth users and passwords are stored in secret resources. We're
properly tracking secret->userlist in the event of a secret update, and
backends are also tracked but only when a new userlist is created.

A proper partial parsing need to track either a host or a backend from
the haproxy model. If an untracked backend uses a tracked userlist,
changes to this userlist will remove it without recreate, which will
lead to failures in the configuration parsing.

This update enforces that a backend is always tracked in the event of
a secret update, ensuring that partial parsing works properly.
@jcmoraisjr
Copy link
Owner Author

#686

@jcmoraisjr jcmoraisjr merged commit ef31287 into master Nov 2, 2020
@jcmoraisjr jcmoraisjr deleted the jm-basic-auth-tracking branch November 2, 2020 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant