| kargo.akuity.io/abort | Stage | A plain string (verification ID from .status.verifications[*].idof theStage). | Aborts an in-progress Freightverification. | 
| kargo.akuity.io/authorized-stage | Argo CD Application | <project>:<stage> | Indicates which Stageis authorized to manage theApplicationresource. | 
| kargo.akuity.io/color | Stage | Hex color code (e.g. #ff8800) | Optional cosmetic color used in the UI's pipeline view. | 
| kargo.akuity.io/description | Any | Any string | Optional human-readable description of the resource. May be used by the Kargo UI to display additional context or details. | 
| kargo.akuity.io/refresh | Warehouse,Stage,Promotion | A string that is unique or at least unlikely to repeat, such as a UUID or a timestamp of "now" | Triggers reconciliation of the resource when its value changes. | 
| kargo.akuity.io/reverify | Stage | Either a plain string (verification ID from .status.verifications[*].idof theStage) or a JSON object withid(required),actor, andcontrolPlanefields. If a JSON object is provided, it is parsed as aVerificationRequest. | Triggers re-verification of a previously completed verification for the current Freight. | 
| rbac.kargo.akuity.io/claim.<name> | ServiceAccount | Any valid OIDC claim value (e.g., sub,email, orgroups) | Maps an OIDC claim to a ServiceAccount, enabling user-to-ServiceAccount mappings. For more details, refer to the access control sections of the Operator Guide and User Guide. | 
| rbac.kargo.akuity.io/claims | ServiceAccount | Any valid OIDC claim values (e.g., sub,email, orgroups) | Maps multiple OIDC claims to a ServiceAccount, enabling user-to-ServiceAccount mappings. This method is preferred overrbac.kargo.akuity.io/claim.<name>. For more details, refer to the access control sections of the Operator Guide and User Guide. | 
| rbac.kargo.akuity.io/managed | ServiceAccount,Role,RoleBinding | "true" | Permits the UI or CLI (via the API server) to programmatically manage trios of ServiceAccount,Role, andRoleBindingresources via Kargo's own "roles" abstraction. Omit this annotation if you wish to exclusively manage these resources declaratively. |