jenkinsci / jenkinsci/credentials-binding-plugin

[JENKINS-69251] Allow Environment Variable for AWS_SESSION_TOKEN be configurable

Open
#502 0 comments 0 reactions 0 assignees View on GitHub
component:credentials-binding-plugin imported-jira-issue priority:minor resolution:unresolved
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


  • status: Open
  • priority: Minor
  • component(s): credentials-binding-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 20251211-141027

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.