Skip to content

agynio/identity

Repository files navigation

Identity Service

The Identity service registers identity IDs and their corresponding types.

Architecture: Identity

Nickname Lookup Behavior

BatchGetNicknames returns entries only for identities with nicknames; identity IDs without a nickname are omitted from the response.

Local Development

Full setup: Local Development

Prepare environment

git clone https://github.com/agynio/bootstrap.git
cd bootstrap
chmod +x apply.sh
./apply.sh -y

See bootstrap for details.

Run from sources

# Deploy once (exit when healthy)
devspace dev

# Watch mode (streams logs, re-syncs on changes)
devspace dev -w

Run tests

devspace run test:e2e

See E2E Testing.

About

Identity registry service — gRPC service mapping identity_id to identity_type for all platform identity types

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors