feat(secrets): add s3 reverse proxy API keys
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
322f10d9ae
commit
9063138156
|
@ -17,7 +17,6 @@ let
|
||||||
gerrit-prometheus-bearer-token = [ machines.gerrit01 machines.meta01 ];
|
gerrit-prometheus-bearer-token = [ machines.gerrit01 machines.meta01 ];
|
||||||
pyroscope-secrets = [ machines.meta01 ];
|
pyroscope-secrets = [ machines.meta01 ];
|
||||||
|
|
||||||
|
|
||||||
buildbot-worker-password = [ machines.buildbot ];
|
buildbot-worker-password = [ machines.buildbot ];
|
||||||
buildbot-oauth-secret = [ machines.buildbot ];
|
buildbot-oauth-secret = [ machines.buildbot ];
|
||||||
buildbot-workers = [ machines.buildbot ];
|
buildbot-workers = [ machines.buildbot ];
|
||||||
|
@ -38,6 +37,7 @@ let
|
||||||
postgres-tls-priv = [ machines.bagel-box ];
|
postgres-tls-priv = [ machines.bagel-box ];
|
||||||
|
|
||||||
newsletter-secrets = [ machines.public01 ];
|
newsletter-secrets = [ machines.public01 ];
|
||||||
|
s3-revproxy-api-keys = [ machines.public01 ];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
builtins.listToAttrs (
|
builtins.listToAttrs (
|
||||||
|
|
BIN
secrets/s3-revproxy-api-keys.age
Normal file
BIN
secrets/s3-revproxy-api-keys.age
Normal file
Binary file not shown.
Loading…
Reference in a new issue