jenkinsci / aws-credentials-plugin

CloudBees Amazon Web Services Credentials Plugin
https://plugins.jenkins.io/aws-credentials/
MIT License
28 stars 74 forks source link

Rotating AWS Credentials #143

Open GandalfIX opened 2 years ago

GandalfIX commented 2 years ago

Describe your use-case which is not covered by existing documentation.

I want to automatically rotate our credentials on a regular basis. Therefore the corresponding infrastructure exists to perform this change in AWS, but the credentials should be also updated in Jenkins. I am not able to find a way to perform the credentials change in jenkins in an automated way.

Could you please add a part of the documentation which explains how/which requests to trigger? Thank you

Reference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.

No response

gothrek22 commented 1 year ago

You can store the secrets in secrets manager and use a plugin that fetches Credentials from there. That way they are pulled at runtime of the job.