Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for engineVersion (0.12 seconds)

  1. .ci/init.gradle

      new VaultConfig()
        .address(System.env.VAULT_ADDR)
        .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)
    
    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