Skip to content
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

[JENKINS-75225] When configure job the list of credentials returns HTTP 504 #985

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

nfalco79
Copy link
Member

@nfalco79 nfalco79 commented Feb 4, 2025

Limit the amount of time required to decryipt a password in case of com.cloudbees.jenkins.plugins.amazonecr.AmazonECSRegistryCredential credentials that takes long because perform rest operation to return password from the amazon vault.

…TP 504

Limit the amount of time required to decryipt a password in case of com.cloudbees.jenkins.plugins.amazonecr.AmazonECSRegistryCredential credentials that takes long because perform rest operation to return password from the amazon vault.
@nfalco79 nfalco79 force-pushed the feature/JENKINS-75225 branch from 68366d8 to 8351205 Compare February 4, 2025 09:21
@KalleOlaviNiemitalo
Copy link
Contributor

How important is it that the credential matcher verify the length of the password? If the credential is behind some network service, then perhaps those password requests are unnecessarily adding to an audit log in that service as well.

@nfalco79
Copy link
Member Author

nfalco79 commented Feb 5, 2025

How important is it that the credential matcher verify the length of the password?

Needed to recognize OAuth2 client credentials from username/password

@nfalco79
Copy link
Member Author

nfalco79 commented Feb 5, 2025

The user confirm the path works, proceed with merge

@nfalco79 nfalco79 merged commit dec3fc3 into master Feb 5, 2025
19 checks passed
@nfalco79 nfalco79 deleted the feature/JENKINS-75225 branch February 5, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants