-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add supporting S3 tags #294
base: master
Are you sure you want to change the base?
Add supporting S3 tags #294
Conversation
* The key of the user tag pair to tag an upload with. | ||
* Can contain macros. | ||
*/ | ||
public String key; |
Check warning
Code scanning / Jenkins Security Scan
Jenkins: Plaintext password storage Warning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this field contains confidential information?
From what I understand, no, so security alert is not true.
Hi, it looks like something happened yesterday with |
@alecharp could you please have a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering if you could check what happens when you try to upload a file with this changeset but with the old configuration in. Basically, using the default branch code, configure a job to to an upload to s3, then using this changeset run the job without touching the configuration.
* The key of the user tag pair to tag an upload with. | ||
* Can contain macros. | ||
*/ | ||
public String key; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this field contains confidential information?
From what I understand, no, so security alert is not true.
306ef00
to
5fe9b90
Compare
So I've run a Jenkins instance with s3-plugin pointed to the |
Hi @alecharp Anything else should I do regarding the PR? |
The PR is adding supporting of S3 tags - https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-tagging.html
Like S3 Metadata, S3 Tags is an optional list of key-values pairs which can be applied per object.
In our use-case with the s3-plugin + MinIO and we use special lifecycle polices which delete only the objects with a specific tag assigned.
To be able to test the plugin locally I had also to increase the version of jenkins to
2.414.3
.