Skip to content

Commit

Permalink
Update docs/operator-manual/upgrading/2.14-3.0.md
Browse files Browse the repository at this point in the history
Co-authored-by: rumstead <[email protected]>
Signed-off-by: Regina Voloshin <[email protected]>
  • Loading branch information
reggie-k and rumstead authored Feb 6, 2025
1 parent 67abba5 commit fff72cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/upgrading/2.14-3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ server.rbac.log.enforce.enable: "true"
Users who have the above setting in place, would be unaffected by this change and don't need to perform any additional action. It is recommended though to delete this setting from the `argocd-cm` ConfigMap.

Users who either have `server.rbac.log.enforce.enable` set to `false` or don't have this setting at all in their `argocd-cm` ConfigMap will have to explicitly grant `logs, get` access, as this flag (and it's default behaviour of `false`) has been deprecated.
Users who either have `server.rbac.log.enforce.enable` set to `false` or don't have this setting at all in their `argocd-cm` ConfigMap will have to explicitly grant `logs, get` access, as this flag (and it's default behaviour of `false`) has been removed.
Similarly to the way you currently manage the access to Applications, the access to logs can be either granted on a Project scope level (Project resource) or on the global level scope (`argocd-rbac-cm` ConfigMap resource).

## Other changes
Expand Down

0 comments on commit fff72cf

Please sign in to comment.