Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
We use Qlik Cloud (Analytics) and have connected to Databricks (via a Data Gateway). The authentication is done via a Service Principal token and there is a requirement that the token we use is refreshed every 14 days. Has anyone done something similar before, if so how were you able:
Thanks
Hi I don't have enough experience to write it down, but a way could be:
-to create a script to refresh token (maybe python o powershell)
-store the token securely in a key vault o database
-use qlik rest api or automation tools like Qlik application automation to update the Databricks data connection with the new token
-Use a task scheduler (e.g., cron job on Linux, Task Scheduler on Windows, or any cloud-based automation tool) to run the script at the desired interval
hope it helps,
kind regards,
Diego