https://flyte.org logo
#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:
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`:
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