kargo.akuity.io/abort | Stage | A plain string (verification ID from .status.verifications[*].id of the Stage). | Aborts an in-progress Freight verification. |
kargo.akuity.io/authorized-stage | Argo CD Application | <project>:<stage> | Indicates which Stage is authorized to manage the Application resource. |
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[*].id of the Stage) or a JSON object with id (required), actor, and controlPlane fields. If a JSON object is provided, it is parsed as a VerificationRequest. | 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, or groups) | 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, or groups) | Maps multiple OIDC claims to a ServiceAccount, enabling user-to-ServiceAccount mappings. This method is preferred over rbac.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, and RoleBinding resources via Kargo's own "roles" abstraction. Omit this annotation if you wish to exclusively manage these resources declaratively. |