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

Register / health check microservice #11

Open
Relrin opened this issue Sep 22, 2018 · 0 comments
Open

Register / health check microservice #11

Relrin opened this issue Sep 22, 2018 · 0 comments
Labels
help wanted Extra attention is needed missing feature

Comments

@Relrin
Copy link
Member

Relrin commented Sep 22, 2018

In actual moment of time the matchmaking microservice experiencing a lack of required functionality, that must be implemented by default for each existing microservice in general:

  • Registering in Auth/Auth microservice after it was started, with specifiying the required permissions:
{
    'name': 'matchmaking',
    'version': '0.1.0', 
    'permissions': [
        {
            'codename': 'matchmaking.games.retrieve',
            'description': 'Can be added or received the state of the search',
        },
        {
            'codename': 'matchmaking.games.update',
            'description': 'Can update the state of the search',
        },
        {
            'codename': 'matchmaking.games.search.cancel',
            'description': 'Can cancel searching match',
        },
    ]
}
  • Health check endpoint, that accepts GET methods and returns status 200 without any body inside
@Relrin Relrin added help wanted Extra attention is needed missing feature labels Sep 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed missing feature
Projects
None yet
Development

No branches or pull requests

1 participant