Skip to content

Commit 05e7067

Browse files
committed
fix: update Argo CD user permissions
Updated the modification date for the Argo CD Authentication document and added a new permission for the 'octopus' user to allow sync operations on applications. This enhances the documentation for user permissions in Argo CD.
1 parent 48d3a50 commit 05e7067

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/pages/docs/argo-cd/instances/argo-user.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: src/layouts/Default.astro
33
pubDate: 2025-09-15
4-
modDate: 2025-09-15
4+
modDate: 2026-03-09
55
title: Argo CD Authentication
66
description: Limiting Octopus's access in Argo CD
77
navOrder: 10
@@ -73,6 +73,7 @@ metadata:
7373
data:
7474
policy.csv: |
7575
p, octopus, applications, get, *, allow
76+
p, octopus, applications, sync, *, allow
7677
p, octopus, clusters, get, *, allow
7778
p, octopus, logs, get, */*, allow
7879
```

0 commit comments

Comments
 (0)