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

Add new jwt_secret for ooniprobe service #160

Closed
wants to merge 1 commit into from

Conversation

LDiazN
Copy link
Contributor

@LDiazN LDiazN commented Jan 22, 2025

This is related to this PR in backend: ooni/backend#923

We have to add a new jwt_secret encryption key for ooniprobe, since the current ooniprobe service provides toy login tokens without authentication. If we don't use a different encryption key, you can get a session token from ooniprobe that can be used in ooniauth to login without authentication.

Note: For this PR to work we have to create the key in Parameter Storage in AWS

@LDiazN LDiazN requested a review from hellais January 22, 2025 13:58
@LDiazN
Copy link
Contributor Author

LDiazN commented Jan 24, 2025

After talking with @hellais we realized that we still need to use the same token for all services. So we have to take a different approach, for now we will rely on the aud field to distinguish tokens

@LDiazN LDiazN closed this Jan 24, 2025
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.

1 participant