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

Support Personal Access Tokens in addition to AUTH_TYPE #2195

Open
shohamyamin opened this issue Feb 10, 2024 · 1 comment
Open

Support Personal Access Tokens in addition to AUTH_TYPE #2195

shohamyamin opened this issue Feb 10, 2024 · 1 comment

Comments

@shohamyamin
Copy link

Hi, is it possible to support access token in addition to oauth/oidc authentication.

so that other applications can communicate with the API of the FAB application.

I am dealing this issue when I want to use datahub to ingest metadata from Superset that is built with FAB and the only way for now is when superset is configured with DB_AUTH or LDAP_AUTH but not OAUTH/OIDC.

If FAB will have access token in regardless of the authentication type this will open new ways to communicate with FAB applications API.

what do you think?

@dpgaspar
Copy link
Owner

Would be a nice improvement, but you can use OAuth and make authenticated requests to the REST API (ModelRestApi) using DB Auth, you can add a "user" that could be username=access_key and password=secret.

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