update vault secret reference (#1252)

See https://github.com/grafana/oncall-private/pull/1612 for more
context.
This commit is contained in:
Joey Orlando 2023-01-31 09:40:32 +01:00 committed by GitHub
parent 3ce2173eff
commit 1a8cff8c6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -374,7 +374,7 @@ name: gh_token
# Slack webhook
get:
name: slack-plugin
path: secret/data/common/oncall/drone
path: infra/data/ci/oncall/drone
kind: secret
name: slack_webhook
@ -382,15 +382,15 @@ name: slack_webhook
# GCOM plugin publisher
get:
name: gcom-plugin-publisher
path: secret/data/common/oncall/drone
path: infra/data/ci/oncall/drone
kind: secret
name: gcom_plugin_publisher_api_key
---
# GCS bucket
get:
name: credentials.json
path: secret/data/common/oncall/gcs-oncall-drone-publisher
name: gcs-oncall-drone-publisher
path: infra/data/ci/oncall/drone
kind: secret
name: gcs_oncall_publisher_key
@ -417,6 +417,6 @@ kind: secret
name: drone_token
---
kind: signature
hmac: 662c2be2ccdd106ae4f23a557f981ef601d9693b0333e0bcda7189ddf16fb49a
hmac: 5c81e5876fecd6c48a184aff583c98db5d1055a07cad1dc2aaac8a6722921c63
...