jnturton opened a new pull request, #2558:
URL: https://github.com/apache/drill/pull/2558

   # [DRILL-8232](https://issues.apache.org/jira/browse/DRILL-8232): Add 
support for user credentials to VaultCredentialsProvider
   
   ## Description
   
   The VaultCredentialsProvider can join the PlainCredentialsProvider in 
supporting user credentials, credentials that stored for each each Drill query 
user and which are needed for the user_translation auth mode, by constructing a 
Vault secret path dynamically based on the name of the query user. A variable 
named `$user` in the VaultCredentialsProvider's `secretPath` is replaced with 
the query user's name at query time.
   
   ## Documentation
   To be added once the new auth mode implementation has stabilised.
   
   ## Testing
   CredentialsProviderImplementationsTest::testVaultUserCredentialsPresent
   CredentialsProviderImplementationsTest::testVaultUserCredentialsAbsent
   


-- 
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: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to