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

JWT logic is hard coded to use HS256 #2

Open
dfagnan opened this issue Oct 12, 2023 · 0 comments
Open

JWT logic is hard coded to use HS256 #2

dfagnan opened this issue Oct 12, 2023 · 0 comments

Comments

@dfagnan
Copy link

dfagnan commented Oct 12, 2023

See code here:
https://github.com/cube-js/airflow-provider-cube/blob/main/cube_provider/hooks/cube.py#L92

I think it is possible to override the headers by passing in an AUTHORIZATION token - and this might make more sense - but figured I'd flag that this should probably be an argument or derive itself from the Cube configuration?

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

1 participant