jenkinsci / jenkinsci/credentials-binding-plugin
[JENKINS-69251] Allow Environment Variable for AWS_SESSION_TOKEN be configurable
- Dominant language
- Java
- Stars
- 57
- Forks
- 108
- PR merge metrics
- No merged PRs in 30d
Description
Currently the bindings plugin allows the specification of the environment variable the AWS Access Key and Secret Access Key are added to the environment as.
- accessKeyVariable : String
Environment variable name for the AWS Access Key Id. If empty, AWS_ACCESS_KEY_ID will be used. - secretKeyVariable : String
Environment variable name for the AWS Secret Access Key. If empty, AWS_SECRET_ACCESS_KEY will be used.
I would like the same for the AWS_SESSION_TOKEN and be able to specify the environment variable name for this as well.
---
Originally reported by gbonk, imported from: Allow Environment Variable for AWS_SESSION_TOKEN be configurable
Raw content of original issue
Currently the bindings plugin allows the specification of the environment variable the AWS Access Key and Secret Access Key are added to the environment as.
- accessKeyVariable : String
Environment variable name for the AWS Access Key Id. If empty, AWS_ACCESS_KEY_ID will be used. - secretKeyVariable : String
Environment variable name for the AWS Secret Access Key. If empty, AWS_SECRET_ACCESS_KEY will be used.
I would like the same for the AWS_SESSION_TOKEN and be able to specify the environment variable name for this as well.
Contributor guide
Assessment
This issue has not been assessed yet.