Open phvalguima opened 8 hours ago
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/DPE-5909.
This message was autogenerated
Relating opensearch-dashboards with TLS operator resolves the issue, even for self-signed-certificates charm.
Modern browsers, in my case, both:
Result in opensearch-dashboards never leaving the login page when running with HTTP only.
There is nothing relevant in the logs, besides:
Looking closer with Firefox's dev tools, I can see a console error thou:
So, I believe we are missing to submit a token due to modern browsers' security restrictions and that causes the server to issue a 401 Unauthorized.
My recommendation is to deprecate HTTP and support only HTTPS moving forward.