markap14 commented on a change in pull request #5391:
URL: https://github.com/apache/nifi/pull/5391#discussion_r719387912
##########
File path: nifi-stateless/nifi-stateless-assembly/README.md
##########
@@ -515,3 +515,31 @@ nifi.stateless.parameter.provider.Vault.name=HashiCorp
Vault Provider
nifi.stateless.parameter.provider.Vault.type=org.apache.nifi.stateless.parameter.HashiCorpVaultParameterValueProvider
nifi.stateless.parameter.provider.Vault.properties.vault-configuration-file=./conf/bootstrap-hashicorp-vault.conf
```
+
+**AWS SecretsManagerParameterValueProvider**
+
+This provider reads parameter values from AWS SecretsManager. The AWS
credentials can be configured
+via the `./conf/bootstrap-aws.conf` file, which comes with NiFi.
Review comment:
Might be worth mentioning here that whatever credentials are supplied
must have permissions both to List Secrets and to retrieve the values of the
secrets.
--
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]