2025-10-27 18:54:31 +01:00
2025-10-27 17:22:32 +01:00
2025-10-27 18:54:31 +01:00
2022-10-06 22:37:58 +02:00
2025-10-27 17:22:32 +01:00
2025-10-27 17:22:32 +01:00
2025-10-27 17:22:32 +01:00
2023-03-30 22:16:05 +02:00
2025-10-27 17:22:32 +01:00
2025-10-13 19:36:53 +02:00

identity-service

Authentication & Authorization service

Prepare local dev environment

  1. Add following entry to the /etc/hosts file

    127.0.0.1 egommerce.local

  2. Modify and copy (or link) deploy/.env.local to the deploy/.env file

  3. Link the cert and key files from stack (./deploy/certs/identity-svc/) to the local ./deploy/certs dir:

    ln -s PATH_TO_THE_STACK_DIR/deploy/certs/identity-svc/identity-svc.crt deploy/certs/identity-svc.crt

    ln -s PATH_TO_THE_STACK_DIR/deploy/certs/identity-svc/identity-svc.key deploy/certs/identity-svc.key

  4. Build server app binary: make build-local

  5. Run server app: make run-local

Build prod image: $ make build-image-prod

Push prod image: $ make push-image-prod

Build dev image: $ make build-image-dev

Push dev image: $ make push-image-dev

Description
Authentication and Authorization service built with Go
Readme 5.5 MiB
1.0-dev Latest
2025-12-19 09:18:34 +00:00
Languages
Go 93%
Shell 4.4%
Makefile 1.4%
Ruby 1.2%