Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

VolcanoCookies
Copy link
Contributor

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 VolcanoCookies self-assigned this Jun 26, 2023
@VolcanoCookies VolcanoCookies added the enhancement New feature or request label Jun 26, 2023
Copy link
Contributor

@birme birme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks as the heartbeat endpoint also requires token when enabled. In that case that needs to change and should be excluded from the token requirement

@birme
Copy link
Contributor

birme commented Sep 29, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optional support for protecting endpoint with JWT token and logging
2 participants