The Identity service registers identity IDs and their corresponding types.
Architecture: Identity
BatchGetNicknames returns entries only for identities with nicknames; identity IDs without a nickname are omitted from the response.
Full setup: Local Development
git clone https://github.com/agynio/bootstrap.git
cd bootstrap
chmod +x apply.sh
./apply.sh -ySee bootstrap for details.
# Deploy once (exit when healthy)
devspace dev
# Watch mode (streams logs, re-syncs on changes)
devspace dev -wdevspace run test:e2eSee E2E Testing.