jenkinsci / hashicorp-vault-plugin

Jenkins plugin to populate environment variables from secrets stored in HashiCorp's Vault.
https://plugins.jenkins.io/hashicorp-vault-plugin/
MIT License
217 stars 143 forks source link

Handle AWS IAM login in different regions #301

Open dinwath opened 1 year ago

dinwath commented 1 year ago

What feature do you want to see added?

As mentioned in https://github.com/jenkinsci/hashicorp-vault-plugin/pull/166#issuecomment-816299547 currently there is no support to create regional scoped request to the GetCalleridentity API. This breaks the usage of regional STS endpoints, which is currently the suggested way of using this service.

Upstream changes

No response