Here be dragons

This commit is contained in:
R. Tyler Croy 2017-09-06 08:52:53 -07:00 committed by GitHub
parent cd2813bb24
commit 0b1840825b
1 changed files with 8 additions and 3 deletions

View File

@ -4,11 +4,9 @@ This is a link:https://jenkins.io/doc/book/pipeline/shared-libraries[Pipeline
Shared Library] which helps support the use of user-defined inline secrets from
within a `Jenkinsfile`.
[WARNING]
====
This approach relies on Jenkins instance-specific private key which
means the encrypted ciphertexts are not portable across Jenkins instances.
This repository hasn't had a rigorous security evaluation, use at your own risk.
====
== Prerequisites
@ -53,6 +51,13 @@ promptUserForEncryption()
== API
[NOTE]
====
This approach relies on Jenkins instance-specific private key which
means the encrypted ciphertexts are not portable across Jenkins instances.
====
`promptUserForEncryption()`
`createSecretText()`