diff --git a/install.sh b/install.sh index d3b12cf..e370cf1 100755 --- a/install.sh +++ b/install.sh @@ -16,6 +16,7 @@ Usage: $this [-b] bindir [-d] [] - kratos - downloads Ory Kratos - hydra - downloads Ory Hydra - oathkeeper - downloads Ory Oathkeeper + - talos - downloads Ory Talos - ory - downloads the Ory CLI -b sets bindir or installation directory, Defaults to ./bin @@ -47,7 +48,7 @@ parse_args() { done shift $((OPTIND - 1)) - [ -z "$1" ] && (echo "Please specify the project you want to download. Possible values are: keto, kratos, hydra, oathkeeper, ory." && exit 1) + [ -z "$1" ] && (echo "Please specify the project you want to download. Possible values are: keto, kratos, hydra, oathkeeper, talos, ory." && exit 1) TAG=$2 case "$1" in @@ -83,8 +84,15 @@ parse_args() { FLAVOR="" ;; + talos) + REPO="talos" + BINARY=talos + PROJECT_NAME=talos + FLAVOR="" + ;; + *) - echo "The project you specified is unknown. Please choose one of \"ory\", \"keto\", \"kratos\", \"oathkeeper\". Received \"$1\"." + echo "The project you specified is unknown. Please choose one of \"ory\", \"keto\", \"kratos\", \"oathkeeper\", \"talos\". Received \"$1\"." exit 1 ;; esac diff --git a/scripts/sync.sh b/scripts/sync.sh index 116e8af..ae28b54 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -25,6 +25,7 @@ function replicate_all { declare -A name_map=( ["hydra"]="Hydra" ["keto"]="Keto" + ["talos"]="Talos" ["oathkeeper"]="Oathkeeper" ["kratos"]="Kratos" ["hydra-login-consent-node"]="Hydra Login, Logout And Consent Node Example" @@ -106,6 +107,7 @@ function replicate_all { "keto" "oathkeeper" "kratos" + "talos" "elements" "polis" "x"