From 82a885a750cfe3bdf282a19a37f91842f374b24c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 10 Dec 2021 16:11:19 +0300 Subject: refactor(ops): Use besadii configuration from agenix We already checked this in, but this commit adds the configuration for making use of it. There are two copies of besadii's JSON configuration with different permissions. Note that the buildkite-graphql-token path needs to be updated in static-pipeline.yml, but this needs to happen in a separate commit after deploy because the pipeline will break otherwise. Change-Id: I6fab4bf1a2e679df7cf76521e2b53bd9dadbac62 --- ops/secrets/secrets.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'ops/secrets/secrets.nix') diff --git a/ops/secrets/secrets.nix b/ops/secrets/secrets.nix index 66176c3b9e..9dae76d15b 100644 --- a/ops/secrets/secrets.nix +++ b/ops/secrets/secrets.nix @@ -14,6 +14,7 @@ let in { "besadii.age" = default; "buildkite-agent-token.age" = default; + "buildkite-graphql-token.age" = default; "clbot-ssh.age" = default; "clbot.age" = default; "gerrit-queue.age" = default; -- cgit 1.4.1