Update vault secrets

This commit is contained in:
Guilherme Caulada
2023-07-27 15:11:04 -03:00
parent 0bc13c9c42
commit ea2a148b93
3 changed files with 9 additions and 21 deletions
+2 -2
View File
@@ -34,12 +34,12 @@ load(
"from_secret",
"rgm_dagger_token",
"rgm_destination",
"rgm_gcp_key_base64",
"rgm_github_token",
"rgm_global_gcp_key_base64",
)
rgm_env_secrets = {
"GCP_KEY_BASE64": from_secret(rgm_global_gcp_key_base64),
"GCP_KEY_BASE64": from_secret(rgm_gcp_key_base64),
"DESTINATION": from_secret(rgm_destination),
"GITHUB_TOKEN": from_secret(rgm_github_token),
"_EXPERIMENTAL_DAGGER_CLOUD_TOKEN": from_secret(rgm_dagger_token),
+2 -8
View File
@@ -12,7 +12,6 @@ azure_sp_app_id = "azure_sp_app_id"
azure_sp_app_pw = "azure_sp_app_pw"
azure_tenant = "azure_tenant"
rgm_global_gcp_key_base64 = "rgm_global_gcp_key_base64"
rgm_gcp_key_base64 = "gcp_key_base64"
rgm_destination = "destination"
rgm_github_token = "github_token"
@@ -109,17 +108,12 @@ def secrets():
vault_secret(
rgm_gcp_key_base64,
"infra/data/ci/grafana-release-eng/rgm",
"gcp_service_account_base64",
),
vault_secret(
rgm_global_gcp_key_base64,
"infra/data/ci/grafana-release-eng/rgm",
"gcp_global_service_account_base64",
"gcp_service_account_prod_base64",
),
vault_secret(
rgm_destination,
"infra/data/ci/grafana-release-eng/rgm",
"destination",
"destination_prod",
),
vault_secret(
rgm_dagger_token,