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

Retrieving connection parameters (endpoint, bearer token) from a service such as Azure Key Vault #642

Open
LKrysik opened this issue Jan 23, 2025 · 0 comments

Comments

@LKrysik
Copy link

LKrysik commented Jan 23, 2025

Storing the connection data in a file is not the best solution due to security concerns. A better solution is to store the bearer token, endpoint in a more secure location - for example Azure Key Vault.
In this case, in order to establish a connection, the address of the Key Vault and the name of the Secret where the connection parameters will be stored as json as text.
In load_as_pandas in python, there is a simple way to modify the code to support this.
In load_as_spark this requires more changes to the client/src

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