Channels
datahub-flyte
scipy-2023-workshop
flyte-school
agent-support-memverge
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
bioinformatics-computational-biology
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
shameless-promotion
linkedin-flyte
random
deployment
hacktoberfest-2023
flyte-github
feature-discussions
linen-test
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#ask-the-community
Title
# ask-the-community
r
Robert Ambrus
06/12/2023, 3:11 PM
Hi team, I have another question related to Databricks integration / API token config.
Checked this guide:
https://docs.flyte.org/en/latest/deployment/plugins/webapi/databricks.html#get-an-api-token
I'm wondering what the
client_secret
param is here
image.png
In my understanding, the token will be stored in
Copy code
FLYTE_DATABRICKS_API_TOKEN
do we need anything else?
k
Kevin Su
06/12/2023, 7:51 PM
That’s default setting in propeller secret. dbx plugin doesn’t need client_secret
r
Robert Ambrus
06/13/2023, 8:14 AM
all right, thanks
@Kevin Su
I have one more concern regarding dbx api token management.
This page says, I need to put the token into `flyte-secret-auth`:
https://docs.flyte.org/en/latest/deployment/plugins/webapi/databricks.html#get-an-api-token
This page says, I need to put the same into `flyte-propeller-auth`:
https://docs.flyte.org/projects/cookbook/en/stable/auto/integrations/external_services/databricks/index.html#configuring-the-ba[…]cks-plugin-working
Which guide is up-to-date?
k
Kevin Su
06/13/2023, 8:19 AM
either is fine, you just need too make sure to mount the secret to propeller
r
Robert Ambrus
06/13/2023, 8:19 AM
all right, thank you
2 Views
Post