chaos-stream-proxy icon indicating copy to clipboard operation
chaos-stream-proxy copied to clipboard

feat: optionally require JWT token to access api, logs requests

Open VolcanoCookies opened this issue 2 years ago • 1 comments

If JWT_SECRET env param is specified, all routes will require a JWT token to access. Any requests made will be logged in a JSON format for AWS cloudwatch.

VolcanoCookies avatar Jun 26 '23 01:06 VolcanoCookies

I'm thinking, is there a way the actual length of the token can be reduced. I am worried about limitations in URL length

birme avatar Sep 29 '23 10:09 birme