- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 51 for Vault (0.02 seconds)
-
.ci/jobs.t/elastic+elasticsearch+multijob+third-party-tests-s3.yml
- shell: | #!/usr/local/bin/runbld --redirect-stderr set -euo pipefail set +x VAULT_TOKEN=$(vault write -field=token auth/approle/login role_id=$VAULT_ROLE_ID secret_id=$VAULT_SECRET_ID) export VAULT_TOKEN export data=$(vault read -format=json aws-test/creds/elasticsearch-ci-s3) export amazon_s3_access_key=$(echo $data | jq -r .data.access_key)Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 1.2K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+periodic+eql-correctness.yml
#!/usr/local/bin/runbld --redirect-stderr set +x VAULT_TOKEN=$(vault write -field=token auth/approle/login role_id=$VAULT_ROLE_ID secret_id=$VAULT_SECRET_ID) export VAULT_TOKEN export eql_test_credentials_file="$(pwd)/x-pack/plugin/eql/qa/correctness/credentials.gcs.json" vault read -field=credentials.gcs.json secret/elasticsearch-ci/eql_test_credentials > ${eql_test_credentials_file}Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 1.1K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+multijob+third-party-tests-gcs.yml
set -euo pipefail export google_storage_service_account=$(pwd)/gcs_service_account.json set +x VAULT_TOKEN=$(vault write -field=token auth/approle/login role_id=$VAULT_ROLE_ID secret_id=$VAULT_SECRET_ID) export VAULT_TOKEN vault read -field=private_key_data gcp-elastic-ci-prod/key/elasticsearch-ci-thirdparty-gcs | base64 --decode > $google_storage_service_account unset VAULT_TOKENCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 1.3K bytes - Click Count (0) -
.ci/init.gradle
} final String vaultToken = System.getenv('VAULT_TOKEN') ?: new Vault( 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)
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Nov 13 10:14:04 GMT 2019 - 3K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+multijob+third-party-tests-azure.yml
- shell: | #!/usr/local/bin/runbld --redirect-stderr set -euo pipefail set +x VAULT_TOKEN=$(vault write -field=token auth/approle/login role_id=$VAULT_ROLE_ID secret_id=$VAULT_SECRET_ID) export VAULT_TOKEN export data=$(vault read -format=json secret/elasticsearch-ci/azure_thirdparty_test_creds) export azure_storage_account=$(echo $data | jq -r .data.account_id)Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 1.3K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+eql-correctness.yml
#!/usr/local/bin/runbld --redirect-stderr set +x VAULT_TOKEN=$(vault write -field=token auth/approle/login role_id=$VAULT_ROLE_ID secret_id=$VAULT_SECRET_ID) export VAULT_TOKEN export eql_test_credentials_file="$(pwd)/x-pack/plugin/eql/qa/correctness/credentials.gcs.json" vault read -field=credentials.gcs.json secret/elasticsearch-ci/eql_test_credentials > ${eql_test_credentials_file}Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 20:27:05 GMT 2021 - 1.8K bytes - Click Count (0) -
build-tools-internal/src/integTest/resources/org/elasticsearch/gradle/internal/fake_git/remote/gradle.properties
# in compliance with, at your election, the Elastic License 2.0 or the Server # Side Public License, v 1. # # forcing to use TLS1.2 to avoid failure in vault # see https://github.com/hashicorp/vault/issues/8750#issuecomment-631236121 systemProp.jdk.tls.client.protocols=TLSv1.2 # java homes resolved by environment variables
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 702 bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+intake.yml
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 2.3K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+multijob+third-party-tests-azure-sas.yml
- shell: | #!/usr/local/bin/runbld --redirect-stderr set -euo pipefail set +x VAULT_TOKEN=$(vault write -field=token auth/approle/login role_id=$VAULT_ROLE_ID secret_id=$VAULT_SECRET_ID) export VAULT_TOKEN export data=$(vault read -format=json secret/elasticsearch-ci/azure_thirdparty_sas_test_creds) export azure_storage_account=$(echo $data | jq -r .data.account_id)Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 1.3K bytes - Click Count (0) -
docs/docker/README.md
``` MINIO_ROOT_USER_FILE=/vault/secrets/my_access_key MINIO_ROOT_PASSWORD_FILE=/vault/secrets/my_secret_key ``` ### Retrieving Container ID
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 8.2K bytes - Click Count (0)