Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Interact with AWS plugin groovy script #4652

zoywiki ·

Hello,

How can I interact with the AWS plugin to access the AWS secrets manager to retrieve a secret value via key?

  • replies 3
  • views 48
  • stars 0
robinshen ADMIN ·

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.

zoywiki ·

we need to do some assume role commands as well which are dynamic credential to get this.

robinshen ADMIN ·

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.