CLevasseur commented on PR #4262:
URL: https://github.com/apache/hadoop/pull/4262#issuecomment-1419271362

   I have had a look at IdentityTransformer (we're talking about [those 
configuration 
keys](https://github.com/apache/hadoop/blob/c7ec1897c408257ea1f157123c0d1604b632c048/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/oauth2/IdentityTransformer.java#L61-L64),
 right ?)but I am not sure what those fields are for and how to set them, I 
have tried the following snippet but it failed with similar errors.
   
   ```xml
     <property>
       <name>fs.azure.identity.transformer.domain.name</name>
       <value>$superuser</value>
     </property>
   
     <property>
       
<name>fs.azure.identity.transformer.service.principal.substitution.list</name>
       <value>*</value>
     </property>
   ```
   
   I have added a unit-test to check that we can now instantiate an 
MsiTokenProvider without setting the client and tenant IDs in the 
configuration. The integration tests that are failing look unrelated to my 
changes (see test run in my previous comment).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to