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

A flow to create individual tokens to access the API #153

Open
DefenderOfBasic opened this issue Oct 29, 2024 · 2 comments
Open

A flow to create individual tokens to access the API #153

DefenderOfBasic opened this issue Oct 29, 2024 · 2 comments

Comments

@DefenderOfBasic
Copy link
Collaborator

Right now anyone can access the DB through the API. It would be better for security if we required people to create a token to access it, and that can then be revoked on an individual basis. This way we can keep it open but if there are bad actors/someone DDOSing the DB we can revoke it/turn off creation of new tokens etc.

The data on object storage can still be publicly available.

@DefenderOfBasic
Copy link
Collaborator Author

Possible implementation:

@timothyylim
Copy link

Given the current stage of development CA is at right now, it might even be smart to have a waitlist for access and issue tokens manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants