fix: fix the notorious bearer token issue#25
fix: fix the notorious bearer token issue#25TiansuYu wants to merge 1 commit intoJupiterOne:mainfrom
Conversation
|
Also, please have proper tests in place |
|
the query_endpoint should indeed be "https://graphql.us.jupiterone.io" - /graphql on the end is not correct I've updated the docs to call out the .us vs .eu URL needed 1.0.0 and 1.0.1 are both fully functional. |
|
I have tested it at Klarna, |
|
https://graphql.eu.jupiterone.io for you https://github.com/JupiterOne/jupiterone-api-client-python?tab=readme-ov-file#create-a-new-client This has been fully tested and is operational in another EU based customer without issue |
|
Sorry, my bad, somewhere in the lib, I have pinned the base url to the old one, thats the problem. Thanks for the feedback! |
Up to this point, this lib does not really work, every time one makes
query_v1requests, it just breaks with the following error:After some discovery, it is actually this missing path that is causing the problem. Please update this so we can continue using lib>=1.0