Registry Token Service (pointer)

This directory holds only the autogenerated OpenAPI reference. The dossier for this service is registry/registry/architecture.md(design, token-exchange flow, plan evaluation, persistence) and registry/README.md(endpoints, configuration, operations).

stellaops-registry-token is the Registry Token Service (src/Registry/StellaOps.Registry.TokenService): it exchanges an Authority-issued access token for a short-lived Docker-registry bearer JWT after enforcing plan/licence constraints.

Do not confuse it with the registry itself

The stellaops-registry container is not Stella Ops source — it is the third-party zot OCI registry (ghcr.io/project-zot/zot-linux-amd64:v2.1.3, devops/compose/docker-compose.stella-infra.yml:126-128). The Token Service only mints the bearer tokens that registry accepts; it does not store or serve images.

Docs in this directory