You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm afraid what you're looking for is not possible and it's not a Kargo limitation. It's a Kubernetes limitation.
Projects are cluster-scoped. If it helps, think of them as namespaces.
It is not possible to give permission to list only certain ones. You can list none or you can list all. As I said -- a Kubernetes limitation.
You pretty much need to grant all authenticated users list on Projects. This can be done at install time. There are options in the chart to specify claims that map to broad read-only access.
Is there an option to enforce a minimum number of approvers from a specified list of claims to ensure that the preprod and prod stages are only promoted after meeting the required approver count?
I didn't find an option to grant a user access only to a specific project, and I would love to have this feature implemented in Kargo.
Current feature
Expected: Current feature + Requested feature.
The text was updated successfully, but these errors were encountered: