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

Apache artemis origin header needed #1796

Merged
merged 3 commits into from
May 11, 2021
Merged

Conversation

bonky42
Copy link
Contributor

@bonky42 bonky42 commented May 10, 2021

Encounter a problem while using apache artemis (last version), it complains that the header Origin is null. It seems now, unless you remove cors protection there is a need to add this header.
Content of the patch:

  • Adding the origin header
  • making it configurable in the metadata

Signed-off-by: Bernard Chesnoy [email protected]

Adding the origin header
making it configurable
Signed-off-by: Bernard Chesnoy <[email protected]>
Signed-off-by: Bernard Chesnoy <[email protected]>
Copy link
Member

@zroubalik zroubalik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, thanks @bonky42

I am just curious, is this something that is needed for newer versions of Artemis and it wasn't needed before? If that's the case, does the code introduced in this PR work with the older versions of Artemis?

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Zbynek Roubalik <[email protected]>
@zroubalik zroubalik merged commit d60a958 into kedacore:main May 11, 2021
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.

None yet

2 participants