Skip to content

Install

Build from source

Requires Go 1.25 or later (see go.mod).

git clone https://github.com/gp42/aws-outbound-jwt-proxy
cd aws-outbound-jwt-proxy
make build

The binary is written to bin/aws-outbound-jwt-proxy.

For cross-platform release builds covering Linux, macOS, and Windows on amd64/arm64:

make build-all

Outputs land in dist/aws-outbound-jwt-proxy-<os>-<arch>[.exe].

Run directly with go run

Useful for local hacking:

go run .

Verify the binary

./bin/aws-outbound-jwt-proxy --help

You should see the flag list. See Configuration for the full reference, or jump straight to Quick start to try it end-to-end.