Document all valid auth_type values in README #1121
Draft
+164
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
auth_typevalues in the "Additional authentication configuration options" section of the READMEMotivation
The current documentation mentions the
auth_typeparameter but doesn't explicitly state what values are acceptable. This can lead to confusion for developers trying to configure authentication.Changes
Updated the README.md to include a comprehensive list of all valid
auth_typevalues:pat(Personal Access Token)basic(username/password)oauth-m2m(OAuth machine-to-machine)external-browser(External browser OAuth)databricks-cli(Databricks CLI)azure-client-secret(Azure service principal)azure-cli(Azure CLI)github-oidc(GitHub OIDC)github-oidc-azure(GitHub OIDC for Azure)azure-devops-oidc(Azure DevOps OIDC)google-credentials(Google Cloud credentials)google-id(Google Cloud ID)metadata-service(Databricks metadata service)runtime(Databricks runtime native auth)runtime-oauth(Databricks runtime OAuth)model-serving(Model serving environment)env-oidc(Environment variable OIDC)file-oidc(File-based OIDC)Test plan
Documentation change only - no functional changes to the codebase.
🤖 Generated with Claude Code