forked from artemiscloud/activemq-artemis-jolokia-api-server
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Allow passing the bearer token to the broker directly #4
Comments
lavocatt
added a commit
to lavocatt/activemq-artemis-jolokia-api-server
that referenced
this issue
Dec 18, 2024
The jolokia api server is now in a mode where it doesn't perform any login verification and just forward the Bearer token to the broker. The user needs to provide a targetEndpoint and a Bearer token on every request except api-info. Based on @gaohoward's work there: artemiscloud#23
lavocatt
added a commit
to lavocatt/activemq-artemis-jolokia-api-server
that referenced
this issue
Dec 18, 2024
The jolokia api server is now in a mode where it doesn't perform any login verification and just forward the Bearer token to the broker. The user needs to provide a targetEndpoint and a Bearer token on every request except api-info. Based on @gaohoward's work there: artemiscloud#23
lavocatt
added a commit
to lavocatt/activemq-artemis-jolokia-api-server
that referenced
this issue
Dec 18, 2024
The jolokia api server is now in a mode where it doesn't perform any login verification and just forward the Bearer token to the broker. The user needs to provide a targetEndpoint and a Bearer token on every request except api-info. Based on @gaohoward's work there: artemiscloud#23
lavocatt
added a commit
to lavocatt/activemq-artemis-jolokia-api-server
that referenced
this issue
Dec 18, 2024
The jolokia api server is now in a mode where it doesn't perform any login verification and just forward the Bearer token to the broker. The user needs to provide a targetEndpoint and a Bearer token on every request except api-info. Based on @gaohoward's work there: artemiscloud#23
lavocatt
added a commit
to lavocatt/activemq-artemis-jolokia-api-server
that referenced
this issue
Dec 19, 2024
The jolokia api server is now in a mode where it doesn't perform any login verification and just forward the Bearer token to the broker. The user needs to provide a targetEndpoint and a Bearer token on every request except api-info. Based on @gaohoward's work there: artemiscloud#23
lavocatt
added a commit
that referenced
this issue
Jan 8, 2025
The jolokia api server is now in a mode where it doesn't perform any login verification and just forward the Bearer token to the broker. The user needs to provide a targetEndpoint and a Bearer token on every request except api-info. Based on @gaohoward's work there: artemiscloud#23
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to support authentication on OpenShift allow passing a bearer token that was passed from the client to the broker.
Let the broker do the authentication.
The text was updated successfully, but these errors were encountered: