-
Notifications
You must be signed in to change notification settings - Fork 113
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
Implement Auth
scan service request for authorizing access to a set of keys and their scan results
#8202
Comments
CheckForKeyHashes
scan service request to check that a set of keys exist in the databaseCheckForKey
scan service request to check that a set of keys exist in the database
This is for later when we're working on authentication, it may be changed before we start on authentication. |
CheckForKey
scan service request to check that a set of keys exist in the databaseAuth
scan service request for authorizing access to a set of keys and their scan results
@upbqdn @oxarbitrage Is this design okay, or do we want to do something else? |
It looks good to me. I was thinking we could write a list of possible solutions in a discussion so that it's easier to tell we're picking the most suitable one. Will I start the discussion outlining the options? |
It looks good to me but i am not sure if that is the simplest way. I will like to do more research before implementing, i don't think we have to decide now. |
We won't be doing any more work on the scanner |
Motivation
We want a way to:
Possible Design
We could add basic username/password authentication for RPC clients before authorizing access to viewing keys and their results:
accounts
db column where the keys are usernames, and the value is a hashed password + a list of registered keys for the accountThe text was updated successfully, but these errors were encountered: