Skip to content
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

Handle authentication (JWT generation) when interacting with Superset (local) #51

Closed
Vitor-Avila opened this issue Sep 6, 2022 · 1 comment

Comments

@Vitor-Avila
Copy link
Contributor

Description

Currently, the superset-cli allows users to interact with a Superset local installation. However, it gets the csrf_token from the login HTML content, and then work on getting a session/cookie to perform future requests.

Suggested Improvement

Implement support to handling the authentication directly through the API:

  • Sending a POST request to /api/v1/security/login; and/or
  • Accept a --jwt-token parameter to be specified on the command.
@betodealmeida
Copy link
Member

implemented in #82.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants