-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: Allow unsafeSsl for artemis connections #4081
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, only 2 small nits inline
/run-e2e artemis* |
/run-e2e artemis* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test failures:
=== RUN TestArtemisDefaultCorsHeader
--- FAIL: TestArtemisDefaultCorsHeader (0.00s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x1c90548]
Signed-off-by: Dries De Peuter <[email protected]>
Does |
Closing as customCA can solve the issue |
Add
unsafeSsl
option (like the prometheus scaler) to allow self-signed certificates.Checklist
Fixes #
Relates to #