-
Notifications
You must be signed in to change notification settings - Fork 535
Open
Labels
good first issueGood for newcomersGood for newcomerskind/enhancementNew feature or requestNew feature or requestpinnedIssue does not get staleIssue does not get stale
Milestone
Description
Describe the feature
We use AppRole based authentication to manage secrets within Vault. More info on AppRole can be found here.
DAPR's secretstores.hashicorp.vault Component uses Token based authentication. Here are the key/values on the Component that requires to provide the token
- name: vaultTokenMountPath # Required if vaultToken not provided. Path to token file.
value : "[path_to_file_containing_token]"
- name: vaultToken # Required if vaultTokenMountPath not provided. Token value.
value : "[path_to_file_containing_token]"
The apps don't have access to the token, however they are designed to access Vault with AppRole authentication. So the ask here is to support AppRole based authentication from DAPR's Component when spec.type=secretstores.hashicorp.vault
Release Note
RELEASE NOTE:
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerskind/enhancementNew feature or requestNew feature or requestpinnedIssue does not get staleIssue does not get stale