summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-17 11:52:03 -0600
committermo khan <mo@mokhan.ca>2025-06-17 11:52:03 -0600
commit1396c4e251a2bf9eb8c8c22bd4bc25f847f38775 (patch)
treec6ae0cbc1e6f3ab464547914068e1416324d7a61 /bin
parentc1606e1851c28160266a8f43cc77d22bf4a8913e (diff)
feat: create sts binary and run it
Diffstat (limited to 'bin')
-rwxr-xr-xbin/entrypoint.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/entrypoint.sh b/bin/entrypoint.sh
index a3b9a0e..c69b149 100755
--- a/bin/entrypoint.sh
+++ b/bin/entrypoint.sh
@@ -8,6 +8,7 @@ cd "$(dirname "$0")/.."
./bin/envoy.sh & # launch envoy in background
./bin/authzd & # launch authzd in background
+./bin/sts & # launch sts in background
/usr/bin/env -i - \
APP_ENV="$APP_ENV" \