Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhli1142015 committed Dec 3, 2024
1 parent fcaf015 commit aef376a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions velox/docs/configs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -685,37 +685,32 @@ These semantics are similar to the `Apache Hadoop-Aws module <https://hadoop.apa
- string
- SharedKey
- Specifies the authentication mechanism to use for Azure storage accounts.
**Allowed values:**:
"SharedKey": Uses the storage account name and key for authentication.
"OAuth": Utilizes OAuth tokens for secure authentication.
"SAS": Employs Shared Access Signatures for granular access control.
-
**Allowed values:** "SharedKey", "OAuth", "SAS".
"SharedKey": Uses the storage account name and key for authentication.
"OAuth": Utilizes OAuth tokens for secure authentication.
"SAS": Employs Shared Access Signatures for granular access control.
* - fs.azure.account.key.<storage-account>.dfs.core.windows.net
- string
-
- The credentials to access the specific Azure Blob Storage account, replace <storage-account> with the name of your Azure Storage account.
This property aligns with how Spark configures Azure account key credentials for accessing Azure storage, by setting this property multiple
times with different storage account names, you can access multiple Azure storage accounts.
-
* - fs.azure.sas.fixed.token.<storage-account>.dfs.core.windows.net
- string
-
- Specifies a fixed SAS (Shared Access Signature) token for accessing Azure storage.
This token provides scoped and time-limited access to specific resources.
Use this property when a pre-generated SAS token is used for authentication.
-
* - fs.azure.account.oauth2.client.id.<storage-account>.dfs.core.windows.net
- string
-
- Specifies the client ID of the Azure AD application used for OAuth 2.0 authentication.
This client ID is required when using OAuth as the authentication type.
-
* - fs.azure.account.oauth2.client.secret.<storage-account>.dfs.core.windows.net
- string
-
- Specifies the client secret of the Azure AD application used for OAuth 2.0 authentication.
This secret is required in conjunction with the client ID to authenticate the application.
-
* - fs.azure.account.oauth2.client.endpoint.<storage-account>.dfs.core.windows.net
- string
-
Expand Down

0 comments on commit aef376a

Please sign in to comment.