Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Practice-ISU/user-service

Repository files navigation

user-service

Go Postgres GRPC License MIT

In this repository you will find the code for the user management service that is used in Gatekeeper. This service provides methods for registration, login and verification of users.

The following environment variables are required for use:

  • SERVICE_NAME: The name of the service that will be used to identify your service.
  • DISCOVERY_ADDR: The address of the discovery service where your service will register or where it will be able to find other services.
  • PORT_PING: The port on which your service will listen for requests to check its availability (ping).
  • PORT_USERS: The port on which your service will listen for requests related to user functionality.
  • SERVICE_IP: The IP address of your service, which can be used by other services to communicate directly with your service.

Make sure that these environment variables are set and configured correctly in your configuration.

About

This microservice is responsible for managing user-related functionality.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /