https://github.com/samrocketman/jervis-secrets-test
Test out repository secrets in Jenkins.
https://github.com/samrocketman/jervis-secrets-test
Last synced: 4 months ago
JSON representation
Test out repository secrets in Jenkins.
- Host: GitHub
- URL: https://github.com/samrocketman/jervis-secrets-test
- Owner: samrocketman
- Created: 2016-02-14T01:44:11.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2020-10-18T07:11:44.000Z (over 5 years ago)
- Last Synced: 2025-02-24T08:13:35.772Z (over 1 year ago)
- Homepage: https://github.com/samrocketman/jervis
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jervis Secrets Test
Automatically loading secrets from a repository into Jenkins. Based on
[repository-secrets][rs].
Keys were generated with:
openssl genrsa -out ./id_rsa 2048
openssl rsa -in ./id_rsa -pubout -outform pem -out ./id_rsa.pub
Create credentials in a Jenkins folder and give it the credentials ID
`jervis-secrets-test`.
Secret generated with:
echo -n 'plaintext' | openssl rsautl -encrypt -inkey ./id_rsa.pub -pubin | openssl enc -base64 -A
Support added in [jervis#64][jervis#64].
[jervis#64]: https://github.com/samrocketman/jervis/issues/64
[rs]: https://github.com/samrocketman/repository-secrets/blob/main/docs/proof_of_concept.md