Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Conversation

Nicolas-M
Copy link
Contributor

The events resource is not part of the apps API Group. Attempting to grant RBAC permissions not currently held (e.g., for resources that do not exist) can be blocked in certain environments, causing issues with the deployment.

The api groups/versions was verified by checking resources installed on Kubernetes v1.30 (as seen below) as well as reviewing the Kubernetes Reference API Docs for Kubernetes v1.33.

$ kubectl api-resources --sort-by name | grep events
NAME                                      SHORTNAMES                    APIVERSION                                  NAMESPACED   KIND
events                                    ev                            v1                                          true         Event
events                                    ev                            events.k8s.io/v1                            true         Event

Both confirm the absence of events under apps.

The `events` resource is not part of the `apps` API Group. Attempting to grant RBAC permissions not currently held (e.g., for resources that do not exist) can be blocked in certain environments.
@matifali matifali requested review from sreya and ericpaulsen May 9, 2025 13:06
@Nicolas-M
Copy link
Contributor Author

JFrog Xray integration was removed in Coder 2.22.0 (with coder/coder#17353), so I don't think it's worth merging this fix.

@Nicolas-M Nicolas-M closed this May 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant