-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: jolokia api server without login phase
The new jolokia api server doesn't require to login to access its services but requires to have a bearer token passed onto every requests alongside the actual jolokia endpoint that is the target of the request. This PoC uses these new information and strips down the previous login phase we had. Since I haven't updated the readme yet, here are the information that you need to run this successfully: * first you need to login to you oc env * then go in the folder 'bridge-auth-https' and run ./setup.sh * in one terminal run `yarn start-tls` and in another one `yarn start-console-tls`, you need to be in tls mode for this to work for now, I'll debug later the http version. * then head out to the PoC PR for the jolokia api server and build & run it as usual arkmq-org/activemq-artemis-jolokia-api-server#3 Let me know how it goes!
- Loading branch information
Showing
21 changed files
with
358 additions
and
795 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.