Skip to content

Commit

Permalink
address reviews
Browse files Browse the repository at this point in the history
Co-authored-by: Kent Rancourt <[email protected]>
  • Loading branch information
fykaa and krancour authored Nov 20, 2024
1 parent 1c8de0a commit 93feffe
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/docs/35-references/10-promotion-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -987,16 +987,17 @@ branch referenced by the `Application`. This step is commonly the last step in a
promotion process.

:::note
For Kargo `Stage`s to modify and manage Argo CD `Application` resources,
explicit authorization must be granted in the `Application` manifests.
This is achieved by including the `kargo.akuity.io/authorized-stage` annotation.

The annotation must be formatted as follows:
For an Argo CD `Application` resource to be managed by a Kargo `Stage`,
the `Application` _must_ have an annotation of the following form:

```yaml
kargo.akuity.io/authorized-stage: "<project-name>:<stage-name>"
```

Such an annotation offers proof that a user who is themselves authorized
to update the `Application` in question has consented to a specific
`Stage` updating the `Application` as well.

The following example shows how to configure an Argo CD `Application`
manifest to authorize the `test` `Stage` of the `kargo-demo` `Project`:

Expand Down

0 comments on commit 93feffe

Please sign in to comment.