Skip to content

fix(helm): add quarkus.http.cors.enabled=true when CORS is configured#3931

Merged
adutra merged 3 commits intoapache:mainfrom
ddecrulle:helm-cors-fix
Mar 5, 2026
Merged

fix(helm): add quarkus.http.cors.enabled=true when CORS is configured#3931
adutra merged 3 commits intoapache:mainfrom
ddecrulle:helm-cors-fix

Conversation

@ddecrulle
Copy link
Contributor

@ddecrulle ddecrulle commented Mar 4, 2026

Fixes the Helm chart CORS configuration that was silently ignored by Quarkus because quarkus.http.cors.enabled=true was never generated.

Fixes #3930

Checklist

  • 🛡️ Don't disclose security issues! (contact security@apache.org)
  • 🔗 Clearly explained why the changes are needed, or linked related issues: Fixes #
  • 🧪 Added/updated tests with good coverage, or manually tested (and explained how)
  • 💡 Added comments for complex logic
  • 🧾 Updated CHANGELOG.md (if needed)
  • 📚 Updated documentation in site/content/in-dev/unreleased (if needed)

@dimas-b dimas-b requested a review from adutra March 4, 2026 16:08
@github-project-automation github-project-automation bot moved this from PRs In Progress to Ready to merge in Basic Kanban Board Mar 4, 2026
@adutra
Copy link
Contributor

adutra commented Mar 4, 2026

@dimas-b do you think this deserves a mention in the changelog?

@dimas-b
Copy link
Contributor

dimas-b commented Mar 4, 2026

It's a bugfix, right? CORS support was added before, just did not work, right? I do not think we have to mention all bugfixes in CHANGELOG, but it won't hurt either :)

@dimas-b
Copy link
Contributor

dimas-b commented Mar 4, 2026

On the other hand, we're adding a new helm flag, so it might be worth a brief line in CHANGELOG :)

@adutra adutra merged commit fbea493 into apache:main Mar 5, 2026
17 checks passed
@github-project-automation github-project-automation bot moved this from Ready to merge to Done in Basic Kanban Board Mar 5, 2026
@adutra
Copy link
Contributor

adutra commented Mar 5, 2026

Thanks @ddecrulle for your contribution!

@dimas-b I will update the changelog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

quarkus.http.cors.enabled=true missing from Helm chart CORS configuration

4 participants