Commit Graph

8 Commits

Author SHA1 Message Date
akatsadimas ebadef8587
Cleanup master/slave terminology from documentation + Cleanup "Jenkins master" term from the warning in the Web UI (#1481)
* Cleanup master/slave terminology from documentation

* remove 'controller' from description

Agent configurations can be also managed on the controller side

* Update demos/kubernetes/README.md

Co-authored-by: Tim Jacomb <t.jacomb@kainos.com>
2020-11-03 17:51:39 +01:00
Oleg Nenashev ebee63be35
Add `decodeBase64` substitutor for reading base64-encoded variables (#1526)
* Add `readBase64` substitutor for reading base64-encoded variables

* Fix the SpotBugs issue with the encoding

* Swith to decodeBase64()
2020-11-02 15:54:45 +01:00
Joseph Petersen 3cddb7a8ff
change properties secrets env to `SECRETS_FILE` (#1435) 2020-07-19 09:20:54 +01:00
Chris Kilding 1ca90c9ddf
Consolidate SecretSource options into secrets.adoc (#1433)
Co-authored-by: Joseph Petersen <josephp90@gmail.com>
2020-07-19 04:51:36 +02:00
Joseph Petersen 410c3ae03e
SecretResolver support file and base64 variable expansion (#1408)
Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
2020-07-19 04:37:52 +02:00
Tim Jacomb 7f6bab4ebb
Add Azure KeyVault to secrets doc (#1321) 2020-03-14 09:52:00 +00:00
Smasherr c6d4c4325f Introduce a SecretSource implementation for .properties file (#1160) 2019-10-18 08:45:59 +01:00
Oleg Nenashev f8a502c63b
Move Handling Secrets to a separate page, add docs for CredentialsProvider and encrypted strings (#1143)
* Move Secrets management to a separate documentation page

* Document crendentials provider and encrypted credentials in secrets.adoc

* Fix links

* Fix the anchor

* Codacy!
2019-10-11 12:50:44 +02:00