add logic to set allowed-hosts if haproxy has sent a proxied-endpoint#475
Merged
Thanhphan1147 merged 230 commits intomainfrom Apr 22, 2026
Merged
Conversation
* update how-to landing page * Update docs/how-to/index.md Co-authored-by: Erin Conley <erin.conley@canonical.com> * add summary for each section * Update docs/how-to/index.md Co-authored-by: Erin Conley <erin.conley@canonical.com> * Update docs/how-to/index.md Co-authored-by: Erin Conley <erin.conley@canonical.com> * Update docs/how-to/index.md Co-authored-by: Erin Conley <erin.conley@canonical.com> --------- Co-authored-by: Erin Conley <erin.conley@canonical.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…ice' into automatically_configure_allowed_hosts_for_haproxy_route_policy
…re_allowed_hosts_for_haproxy_route_policy
…proxy_route_policy
Contributor
Test results for commit d97a984Test coverage for d97a984 Static code analysis report |
Contributor
Test results for commit d97a984Test coverage for d97a984 Static code analysis report |
Contributor
Test results for commit d97a984Test coverage for d97a984 Static code analysis report |
Contributor
Test results for commit d97a984Test coverage for d97a984 Static code analysis report |
Contributor
Test results for commit d97a984Test coverage for d97a984 Static code analysis report |
Thanhphan1147
added a commit
that referenced
this pull request
May 4, 2026
- .github/skills/pr-best-practices/SKILL.md: skill that analyzes merged LLM-authored PRs, compares first vs final commit, and synthesizes do/don't rules with concrete code examples into best-practices.instructions.md - .github/skills/pr-best-practices/evals/evals.json: 3 eval cases covering substantive PR, validation-fix PR, and trivial (non-significant) PR - .github/instructions/best-practices.instructions.md: initial rules extracted from PR #475 (relation contracts, reconcile flow, testing) and PR #500 (validation error handling) with before/after code examples - .gitignore: ignore *-workspace/ directories (skill eval scratch data) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Thanhphan1147
added a commit
that referenced
this pull request
May 4, 2026
- .github/skills/pr-best-practices/SKILL.md: skill that analyzes merged LLM-authored PRs, compares first vs final commit, and synthesizes do/don't rules with concrete code examples into best-practices.instructions.md - .github/skills/pr-best-practices/evals/evals.json: 3 eval cases covering substantive PR, validation-fix PR, and trivial (non-significant) PR - .github/instructions/best-practices.instructions.md: initial rules extracted from PR #475 (relation contracts, reconcile flow, testing) and PR #500 (validation error handling) with before/after code examples - .gitignore: ignore *-workspace/ directories (skill eval scratch data) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add missing logic to the haproxy-route-policy charm to set the
allowed-hostssnap config with the value of the proxied-endpoint sent over by haproxyChecklist
docs/release-notes/artifacts. If this PR does not require a change artifact, the PR has been tagged withno-release-note.urgent,trivial,complex)