Superset API - Auth Token has a wrong "subject" type #31418
Unanswered
Mitabula
asked this question in
Q&A / Help
Replies: 1 comment 1 reply
-
I think you just need to send the "sub" value as an string instead of a number: For instance: { |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello together,
I would like to automate the process of importing Dashboards, but it seems to fail at the first step which is the authentication:
So this is my Ansible playbook so far:
My Access Token seems to look like this:
Now the Problem which is returned by the "Get CSRF Token" Task:
If i Decode the Token the Payload indeed looks like that "sub" is an integer:
But the question is: How can i deal with this?
I expected that Superset returns an token i can use again to authenticate other API tasks.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions