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

feat: optional base64 encoding for local cred #945

Conversation

chrisbonilla95
Copy link
Contributor

When using token from environment variable or file or client secret from file, not all data sources require base64 encoding, i.e. Databricks does not but BigQuery does. Boolean to encode or not added as optional parameter, with default et to True for token for backwards compatability, but False for client secret since it is new use case.

JIRA: LX-691
risk: low

When using token from environment variable or file or client secret from file, not all data sources require base64 encoding, i.e. Databricks does not but BigQuery does. Boolean to encode or not added as optional parameter, with default et to True for token for backwards compatability, but False for client secret since it is new use case.

JIRA: LX-691
risk: low
@chrisbonilla95 chrisbonilla95 force-pushed the cbon-lx-691-credentials-loading-for-databricks branch from 674d541 to 5af7ce8 Compare January 9, 2025 12:24
@hkad98 hkad98 merged commit 61279e3 into gooddata:master Jan 9, 2025
9 checks passed
@chrisbonilla95 chrisbonilla95 deleted the cbon-lx-691-credentials-loading-for-databricks branch January 9, 2025 12:37
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

Successfully merging this pull request may close these issues.

2 participants