This repository was archived by the owner on Dec 26, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
env :
3
3
PANTS_CONFIG_FILES : " ['pants.toml', 'pants.ci.toml']"
4
+ BUILDKITE_PLUGIN_VAULT_ENV_SECRET_PREFIX : " secret/data/buildkite/env"
4
5
5
6
steps :
6
7
- label : " :lint-roller::bash: Lint Shell"
7
8
command :
8
9
- make lint-shell
10
+ plugins :
11
+ - grapl-security/vault-login#v0.1.0
12
+ - grapl-security/vault-env#v0.1.0:
13
+ secrets :
14
+ - grapl-artifacts-buildkite-plugin/TOOLCHAIN_AUTH_TOKEN
9
15
10
16
- label : " :lint-roller::buildkite: Lint Plugin"
11
17
command :
@@ -14,6 +20,11 @@ steps:
14
20
- label : " :bash: Unit Tests"
15
21
command :
16
22
- make test-shell
23
+ plugins :
24
+ - grapl-security/vault-login#v0.1.0
25
+ - grapl-security/vault-env#v0.1.0:
26
+ secrets :
27
+ - grapl-artifacts-buildkite-plugin/TOOLCHAIN_AUTH_TOKEN
17
28
18
29
# TODO: Add plugin tests
19
30
# - label: ":buildkite: Plugin Tests"
Original file line number Diff line number Diff line change @@ -12,7 +12,5 @@ pants_ignore = [
12
12
" .cache/pants/lmdb_store" ,
13
13
]
14
14
15
- # Temporarily disable the remote cache until we can get
16
- # repository-specific tokens into the CI/CD system
17
- # [auth]
18
- # from_env_var = "TOOLCHAIN_AUTH_TOKEN"
15
+ [auth ]
16
+ from_env_var = " TOOLCHAIN_AUTH_TOKEN"
You can’t perform that action at this time.
0 commit comments