1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/pkg/config
Kevin Stiehl 3eae0c5f68
feat(vault): fetch secrets from vault (#2032)
* cloud-foundry & sonar from vault

* add vault development hint

* don't abort on vault errors

* cloudfoundry make credentialsId only mandatory when vault is not configured

* add vault ref to step ymls

* rename vaultAddress to vaultServerUrl

* rename PIPER_vaultRole* to PIPER_vaultAppRole*

* add resourceRef for detect step

* fix error when no namespace is set

* added debug logs

* added debug logs

* fix vault resolving

* add vaultCustomBasePath

* rename vault_test.go to client_test.go

* refactored vault logging

* refactored config param lookup for vault

* added tüddelchen

* rename vaultCustomBasePath to vaultPath

* fix tests

* change lookup path for group secrets

* fix interpolation tests

* added vault resource ref to versioning

* execute go generate

* rename Approle to AppRole

* change verbose back to false

Co-authored-by: Leander Schulz <leander.schulz01@sap.com>
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
2020-10-13 14:14:47 +02:00
..
interpolation feat(vault): fetch secrets from vault (#2032) 2020-10-13 14:14:47 +02:00
mocks Fetch config parameters from vault (#1782) 2020-07-22 11:15:48 +02:00
config_test.go chore(go): simplify code using gofmt -s (#2065) 2020-09-24 08:58:53 +02:00
config.go feat(vault): fetch secrets from vault (#2032) 2020-10-13 14:14:47 +02:00
defaults_test.go Provide first parts for golang implementation (#905) 2019-10-22 15:41:27 +02:00
defaults.go Reading defaults in go: Make sure all io.ReadClosers are closed (#1529) 2020-05-12 15:46:47 +02:00
errors_test.go Provide first parts for golang implementation (#905) 2019-10-22 15:41:27 +02:00
errors.go Provide first parts for golang implementation (#905) 2019-10-22 15:41:27 +02:00
flags_test.go Provide first parts for golang implementation (#905) 2019-10-22 15:41:27 +02:00
flags.go Checkmarx as golang (#1075) 2020-01-27 23:40:53 +01:00
resources.go Persisted pipeline environment for golang library (#1091) 2020-01-15 12:16:25 +01:00
stepmeta_test.go feat(vault): fetch secrets from vault (#2032) 2020-10-13 14:14:47 +02:00
stepmeta.go feat(vault): fetch secrets from vault (#2032) 2020-10-13 14:14:47 +02:00
vault_test.go feat(vault): fetch secrets from vault (#2032) 2020-10-13 14:14:47 +02:00
vault.go feat(vault): fetch secrets from vault (#2032) 2020-10-13 14:14:47 +02:00