Configure authentication and authorization in Agentregistry
mainBy default, Agentregistry uses a permissive access policy that does not provide an authenticated security boundary. To secure the registry, integrators should implement authentication and authorization using the provided interfaces:
- Authentication: Supply an authentication provider backed by identity systems such as OIDC.
- Authorization: Enforce resource-level access control through a dedicated
AuthzProvider.
If you require a security boundary, you must either configure one of these providers or place the Agentregistry service behind a trusted access layer (e.g., a reverse proxy or API gateway).