Add nix pull-through cache secrets.
This commit is contained in:
@@ -103,6 +103,11 @@ let
|
||||
"homepage-staging" = {
|
||||
"oauth2-env" = oauth2_env { dex_id = "homepage-staging"; };
|
||||
};
|
||||
"nix-pull-through-cache" = {
|
||||
"auth" = {
|
||||
"CACHE_GET_TOKEN" = (builtins.readFile "${./secrets/nix-pull-through-cache/auth/CACHE_GET_TOKEN}");
|
||||
};
|
||||
};
|
||||
"tekton-gateway" = {
|
||||
"oauth2-env" = oauth2_env { dex_id = "tekton"; };
|
||||
};
|
||||
@@ -125,6 +130,9 @@ let
|
||||
"harbor-plain" = {
|
||||
"config.json" = (builtins.readFile "${./secrets/webhook-bridge/harbor-plain/config.json}");
|
||||
};
|
||||
"nix-pull-through-cache" = {
|
||||
"CACHE_GET_TOKEN" = (builtins.readFile "${./secrets/nix-pull-through-cache/auth/CACHE_GET_TOKEN}");
|
||||
};
|
||||
};
|
||||
};
|
||||
encrypted_secrets = (
|
||||
|
||||
Reference in New Issue
Block a user