Hello,
How can I interact with the AWS plugin to access the AWS secrets manager to retrieve a secret value via key?
Hello,
How can I interact with the AWS plugin to access the AWS secrets manager to retrieve a secret value via key?
QB simplify provide the credential file (specified in AWS plugin setting) to AWS SDK. You may read that file directly and call AWS SDK as necessary.
I am not sure if it is possible to get dynamic credential with the provided credential file, as QB does not use assume role currently.