-
Notifications
You must be signed in to change notification settings - Fork 67
Improved API keys logic #1061
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
Improved API keys logic #1061
Conversation
…s which containts all necessary methods to work with User model.
…e all db related stuff into one file
… each test run. This is done because of returning relationship into User model.
26268fa
to
a2de0c7
Compare
@dmytrotsko do you need to add a redis image to Makefile and ci.yaml? |
I'm not sure actually about ci.yaml. |
If we need a redis server in order to pass integration tests, then we need to set one up in ci.yaml |
(this PR is not currently running integration tests since it was made from a fork) |
Okay. I see. Will add it to ci.yaml then |
Kudos, SonarCloud Quality Gate passed!
|
You have successfully added a new SonarCloud configuration ``. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab. |
Prerequisites:
dev
branchdev
Summary
Implements the server logic to require API keys and roles for the endpoints.
List of tasks: