jenkinsci / jenkinsci/ec2-plugin
[JENKINS-56927] Request: EC2 plugin should use SSH keys via credentials plugin
- Dominant language
- Java
- Stars
- 292
- Forks
- 709
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 4
Description
The Ec2 plugin currently requires that you insert SSH private key manually, so it shows up in the UI, which is a security concern. The EC2 plugin should support the use of the credentials plugin so the SSH private key does not need to be exposed to viewers of the "Configure System" page.
---
Originally reported by kinnairdm, imported from: Request: EC2 plugin should use SSH keys via credentials plugin
Raw content of original issue
The Ec2 plugin currently requires that you insert SSH private key manually, so it shows up in the UI, which is a security concern. The EC2 plugin should support the use of the credentials plugin so the SSH private key does not need to be exposed to viewers of the "Configure System" page.
environment
```
EC2 plugin: 1.4.2
Jenkins: 2.150.3
```
Contributor guide
Assessment
This issue has not been assessed yet.