refactor(ops): Move irccat secret into agenix

The irccat module uses DynamicUser, so to grant permission to it a new
group has been added for irccat.

I have some vague memory of DynamicUser + Group not behaving as one
would expect, but we'll see what happens.

Change-Id: Iab9f6a3f1a53c4133b635458ce173250cc9a3fac
This commit is contained in:
Vincent Ambo 2021-12-10 15:49:11 +03:00
parent 002d183876
commit d4403638cf
4 changed files with 31 additions and 3 deletions

View file

@ -10,8 +10,9 @@ let
in {
"besadii.age" = default;
"buildkite-agent-token.age" = default;
"clbot.age" = default;
"clbot-ssh.age" = default;
"clbot.age" = default;
"gerrit-queue.age" = default;
"irccat.age" = default;
"owothia.age" = default;
}