We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f544ef4 commit 207820eCopy full SHA for 207820e
1 file changed
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AbfsConfiguration.java
@@ -812,9 +812,9 @@ public AccessTokenProvider getTokenProvider() throws TokenAccessProviderExceptio
812
FS_AZURE_ACCOUNT_OAUTH_MSI_ENDPOINT,
813
AuthConfigurations.DEFAULT_FS_AZURE_ACCOUNT_OAUTH_MSI_ENDPOINT);
814
String tenantGuid =
815
- getMandatoryPasswordString(FS_AZURE_ACCOUNT_OAUTH_MSI_TENANT);
+ getPasswordString(FS_AZURE_ACCOUNT_OAUTH_MSI_TENANT);
816
String clientId =
817
- getMandatoryPasswordString(FS_AZURE_ACCOUNT_OAUTH_CLIENT_ID);
+ getPasswordString(FS_AZURE_ACCOUNT_OAUTH_CLIENT_ID);
818
String authority = getTrimmedPasswordString(
819
FS_AZURE_ACCOUNT_OAUTH_MSI_AUTHORITY,
820
AuthConfigurations.DEFAULT_FS_AZURE_ACCOUNT_OAUTH_MSI_AUTHORITY);
0 commit comments