diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-17 11:52:03 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-17 11:52:03 -0600 |
| commit | 1396c4e251a2bf9eb8c8c22bd4bc25f847f38775 (patch) | |
| tree | c6ae0cbc1e6f3ab464547914068e1416324d7a61 /bin | |
| parent | c1606e1851c28160266a8f43cc77d22bf4a8913e (diff) | |
feat: create sts binary and run it
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/entrypoint.sh | 1 |
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" \ |
