jenkinsci / jenkinsci/ssh-credentials-plugin
[JENKINS-74917] ssh-credentials is not updating the form validation after updating the passphrase
Open
component:ssh-credentials-plugin
imported-jira-issue
priority:minor
resolution:unresolved
- Dominant language
- Java
- Stars
- 25
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
- Go to Manage Jenkins > Credentials
- Select a Domain
- Click on Add Credentials
- Select SSH Username with private key
- Click on Enter directly
- Enter a valid ciphered private key (e.g.: rsa 2048)
- Validation error stating the credential is too short → EXPECTED
- Enter the passphrase
- Validation should be updated, but remains → UNEXPECTED
If you inspect the Console, there’s a javascript error
---
Originally reported by
fcojfernandez, imported from: ssh-credentials is not updating the form validation after updating the passphrase
fcojfernandez
Raw content of original issue
- Go to Manage Jenkins > Credentials
- Select a Domain
- Click on Add Credentials
- Select SSH Username with private key
- Click on Enter directly
- Enter a valid ciphered private key (e.g.: rsa 2048)
- Validation error stating the credential is too short → EXPECTED
- Enter the passphrase
- Validation should be updated, but remains → UNEXPECTED
If you inspect the Console, there’s a javascript error
- environment:
Jenkins running in FIPS mode
Contributor guide
Assessment
This issue has not been assessed yet.