Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for VAULT_SECRET_ID (1.45 sec)

  1. .ci/init.gradle

    }
    
    if (System.getenv('VAULT_ROLE_ID') == null && System.getenv('VAULT_SECRET_ID') == null && System.getenv('VAULT_TOKEN') == null) {
      throw new GradleException("You must set either the VAULT_ROLE_ID and VAULT_SECRET_ID environment variables, " +
        "or the VAULT_TOKEN environment variable to use this init script.")
    }
    
    Registered: Sun Dec 21 06:47:06 UTC 2025
    - Last Modified: Wed Nov 13 10:14:04 UTC 2019
    - 3K bytes
    - Viewed (0)
Back to top