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

✨ Adding jwt token authentication to the GRPC provider server #607

Merged

Conversation

shawn-hurley
Copy link
Contributor

Adding authentication.

To test this:

  1. Create a JWT token with secret, after setting up TLS.
  2. set JWT token on the provider.
  3. set secret in the provider server (with env var OR the command line flag)

Run the provider

@shawn-hurley shawn-hurley force-pushed the feature/add-jwt-authentication branch from d7d154c to 66c686d Compare May 16, 2024 20:20
Copy link
Contributor

@pranavgaikwad pranavgaikwad left a comment

Choose a reason for hiding this comment

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

Looks great, need to remove go.mod updates at some places.

Copy link
Contributor

Choose a reason for hiding this comment

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

need to revert this back

Copy link
Contributor

Choose a reason for hiding this comment

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

revert

go.mod Show resolved Hide resolved
Signed-off-by: Shawn Hurley <shawn@hurley.page>
@shawn-hurley shawn-hurley force-pushed the feature/add-jwt-authentication branch from 66c686d to c10002a Compare May 17, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants