From a9b1f902834bceed089ed0d381ff10cf72ed1915 Mon Sep 17 00:00:00 2001 From: Nick Hale <4175918+njhale@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:36:21 -0400 Subject: [PATCH] chore: use obot-platform forks for azure and aws encryption providers Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com> --- scripts/package-encryption-bins.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/package-encryption-bins.sh b/scripts/package-encryption-bins.sh index 0aba814..3c80c07 100755 --- a/scripts/package-encryption-bins.sh +++ b/scripts/package-encryption-bins.sh @@ -6,26 +6,26 @@ BIN_DIR=${BIN_DIR:-./bin} cd /obot-providers if [ ! -e aws-encryption-provider ]; then - git clone --depth=1 https://github.com/kubernetes-sigs/aws-encryption-provider + git clone --depth=1 https://github.com/obot-platform/aws-encryption-provider fi cd /obot-providers/aws-encryption-provider go build -o "${BIN_DIR}/aws-encryption-provider" cmd/server/main.go OBOT_SERVER_VERSIONS="$( cat <