agentrouter.admin.v1.GatewayAuthPolicyService
GatewayAuthPolicyService is the control-plane API for gateway authentication config (ADR 050 P1.4, fraser#5323): what authn runs on a project gateway and how a verified identity maps to a TARS principal. Liaison (P1.5) reconciles these into Envoy Gateway SecurityPolicies.
Introduction
ListGatewayAuthPolicies
List gateway auth policies for a (customer, project, gateway) scope.
CreateGatewayAuthPolicy
Create a gateway auth policy (one authentication mechanism on a gateway).
GetGatewayAuthPolicy
Get a gateway auth policy by id.
DeleteGatewayAuthPolicy
Delete (soft) a gateway auth policy.
UpdateGatewayAuthPolicy
Update a gateway auth policy's provider config + enabled flag.
ListIdentityMappingRules
List identity mapping rules for a policy.
CreateIdentityMappingRule
Create an identity mapping rule under a policy.
DeleteIdentityMappingRule
Delete an identity mapping rule.