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

Investigate using OIDC for auth #17

Open
daurer opened this issue Oct 11, 2024 · 3 comments
Open

Investigate using OIDC for auth #17

daurer opened this issue Oct 11, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@daurer
Copy link
Collaborator

daurer commented Oct 11, 2024

No description provided.

@daurer daurer added the enhancement New feature or request label Oct 11, 2024
@DiamondJoseph
Copy link

DiamondJoseph commented Oct 16, 2024

https://www.rabbitmq.com/docs/oauth2

RMQ now has an oauth2 plugin that should enable us to authenticate clients.

@DiamondJoseph
Copy link

Very rudimentary AuthZ thoughts:

queues:
cm12345-1.raw-data
cm12345-1.processed-data
cm12346-1.raw-data
cm12346-1.processed-data
An analysis consumer, with a service account authentication token, has read access to *.raw-data and write access to *.processed-data
A data producer with user authentication information has write access to x.raw-data where x is every visit the user is authorized to write to, and that the audience for the authentication token is valid for.

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

No branches or pull requests

2 participants