Closed ahmedtoumi closed 10 months ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
Tested with deploying manually the generated ZIP
confluent-hub install --no-prompt /tmp/confluentinc-csid-secrets-provider-vault-1.0.11-SNAPSHOT.zip
and it's working
Description
When we use vaultProvider with AppRole and custom mount, the authentication use UserPass instead of AppRole
Motivation and Context
Vault Provider
When using Vault provider, we need some configs like :
but unfortunately, when we specify a custome vault.auth.mount, the java code force the use of UserPass login instead of AppRole in this line
this code
should be replaced by this one
Issue : 184
How Has This Been Tested?
Test in Progress
Screenshots (if appropriate):
Before
After
Types of changes
Checklist: