From 7b3c0b3e2f672ba2547827105b9f14d003d16267 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 26 Dec 2021 03:08:03 +0300 Subject: feat(ops/keycloak): Check in initial Keycloak configuration This is still missing most of the client configuration etc., in part due to bugs in the provider which are preventing resource imports. Change-Id: Ic224ffc001f8e1fe6dcd47b7d002580fdf7b0774 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4628 Tested-by: BuildkiteCI Autosubmit: tazjin Reviewed-by: Profpatsch --- bin/__dispatch.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin') diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh index d06860e6c6..24a04d75cf 100755 --- a/bin/__dispatch.sh +++ b/bin/__dispatch.sh @@ -65,6 +65,10 @@ case "${TARGET_TOOL}" in TARGET_TOOL="terraform" attr="ops.glesys.terraform" ;; + tf-keycloak) + TARGET_TOOL="terraform" + attr="ops.keycloak.terraform" + ;; *) echo "The tool '${TARGET_TOOL}' is currently not installed in this repository." exit 1 -- cgit 1.4.1