Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sensor | clusterrole | add resources and verbs #340

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

JonBruchim
Copy link
Contributor

@JonBruchim JonBruchim commented Dec 4, 2024

partial output of

kubectl get clusterrole falcon-falcon-sensor-access-role -n falcon-system -o yaml


    app.kubernetes.io/component: kernel_sensor
    app.kubernetes.io/instance: falcon
    
rules:
- apiGroups:
  - ""
  resources:
  - secrets
  - pods
  - services
  - nodes
  - daemonsets
  - replicasets
  - deployments
  - jobs
  - ingresses
  - cronjobs
  - persistentvolumes
  verbs:
  - get
  - watch
  - list

@JonBruchim JonBruchim force-pushed the main branch 3 times, most recently from f9934c9 to 0cf3166 Compare December 4, 2024 16:31
@JonBruchim JonBruchim force-pushed the main branch 2 times, most recently from 6b971ad to 0c885b5 Compare December 12, 2024 16:00
@JonBruchim JonBruchim force-pushed the main branch 3 times, most recently from ca3eb38 to 565b91c Compare December 25, 2024 09:17
@redhatrises
Copy link
Contributor

@gpontejos good to merge? We can kill the release trigger or do you want a new release?

@redhatrises redhatrises merged commit 1f83467 into CrowdStrike:main Jan 16, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants