Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for withRetries (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. .ci/init.gradle

        .engineVersion(1)
        .build()
    )
      .withRetries(5, 1000)
      .auth()
      .loginByAppRole("approle", System.env.VAULT_ROLE_ID, System.env.VAULT_SECRET_ID)
      .getAuthClientToken()
    
    final Vault vault = new Vault(
      new VaultConfig()
        .address(System.env.VAULT_ADDR)
        .engineVersion(1)
        .token(vaultToken)
        .build()
    )
      .withRetries(5, 1000)
    
    
    if (USE_ARTIFACTORY) {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Nov 13 10:14:04 GMT 2019
    - 3K bytes
    - Click Count (0)
Back to Top