mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
parent
c97625e840
commit
17510f8996
@ -212,7 +212,7 @@ func resolveVaultCredentials(config *StepConfig, client vaultClient) {
|
||||
credPath, pathOk := config.Config[vaultCredentialPath].(string)
|
||||
keys := getCredentialKeys(config)
|
||||
if !(pathOk && keys != nil) || credPath == "" || len(keys) == 0 {
|
||||
log.Entry().Debugf("Not fetching test credentials from vault since they are not (properly) configured")
|
||||
log.Entry().Debugf("Not fetching credentials from vault since they are not (properly) configured")
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user