How to use Che REST API with Authorization token? #23381
Labels
kind/question
Questions that haven't been identified as being feature requests or bugs.
team/A
This team is responsible for the Che Operator and all its operands as well as chectl and Hosted Che
Summary
Problem
I'm struggling to interact with the REST API. Every endpoint redirects me to the Che sign in page.
Steps Taken
Get the JWT from keycloak:
Then use the token on an API endpoint:
I've tried the whole
jwt
, theid_token
and theaccess_token
, but every time the request redirects me to the Che login pageRelevant information
Che is deployed on AWS EKS using Kubernetes
The text was updated successfully, but these errors were encountered: