We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2a103 commit ac4bf89Copy full SHA for ac4bf89
.ci/init.gradle
@@ -23,6 +23,7 @@ final String vaultToken = new Vault(
23
.engineVersion(1)
24
.build()
25
)
26
+ .withRetries(5, 1000)
27
.auth()
28
.loginByAppRole("approle", System.env.VAULT_ROLE_ID, System.env.VAULT_SECRET_ID)
29
.getAuthClientToken();
@@ -34,6 +35,7 @@ final Vault vault = new Vault(
34
35
.token(vaultToken)
36
37
38
39
40
final Map<String,String> artifactoryCredentials = vault.logical()
41
.read("secret/elasticsearch-ci/artifactory.elstc.co")
0 commit comments