Add prefix to vault path (#5510)

* Add prefix to vault path

* make drone

Signed-off-by: Danny Kopping <danny.kopping@grafana.com>

Co-authored-by: Danny Kopping <danny.kopping@grafana.com>
pull/5512/head
Salva Corts 3 years ago committed by GitHub
parent 5237a348fd
commit a3f2e6bcd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .drone/drone.jsonnet
  2. 4
      .drone/drone.yml

@ -44,7 +44,7 @@ local pull_secret = secret('dockerconfigjson', 'secret/data/common/gcr', '.docke
local github_secret = secret('github_token', 'infra/data/ci/github/grafanabot', 'pat');
// Injected in a secret because this is a public repository and having the config here would leak our environment names
local deploy_configuration = secret('deploy_config', 'common/loki_ci_autodeploy', 'config.json');
local deploy_configuration = secret('deploy_config', 'secret/data/common/loki_ci_autodeploy', 'config.json');
local run(name, commands) = {

@ -1060,11 +1060,11 @@ name: ecr_secret_key
---
get:
name: config.json
path: common/loki_ci_autodeploy
path: secret/data/common/loki_ci_autodeploy
kind: secret
name: deploy_config
---
kind: signature
hmac: b579eb083ef8bbfcaa2cca8f6f5501accb1c2e1093aca399731397ca6d13a308
hmac: 835c89da39567393f70fb1848d9f010d3276a4ff2e7dd9089b8ea70eee7beb1a
...

Loading…
Cancel
Save