about summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-12-27T14·17+0300
committertazjin <mail@tazj.in>2021-12-27T15·53+0000
commite616f978d045ccbe62eee6403e0d93061982ae23 (patch)
tree29ab15344356e1f105e637815f851694561617bf /bin
parent4f030f085d34f07eba19003ad4b951b327b075a9 (diff)
feat(ops/secrets): Add tf-keycloak secrets file r/3470
This file can be sourced (somehow, depending on the user) while
working with //ops/keycloak to get the relevant secrets.

Change-Id: Ibb3051c4b019f64824964475451c1c3996db6421
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4708
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/__dispatch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh
index 24a04d75cf..a6a945ad19 100755
--- a/bin/__dispatch.sh
+++ b/bin/__dispatch.sh
@@ -11,7 +11,7 @@ TARGET_TOOL=$(basename "$0")
 
 case "${TARGET_TOOL}" in
   age)
-    attr="third_party.nixpkgs-age"
+    attr="third_party.nixpkgs.age"
     ;;
   age-keygen)
     attr="third_party.nixpkgs.age"