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

Create automatically the permissions needed by the resourcedetection processor #2393

Closed
iblancasa opened this issue Nov 28, 2023 · 0 comments
Labels
enhancement New feature or request needs triage

Comments

@iblancasa
Copy link
Contributor

Component(s)

operator

Is your feature request related to a problem? Please describe.

The resourcedetection processor needs some extra permissions when enabled. For instance, for OpenShift, those permissions are:

kind: ClusterRole
metadata:
  name: otel-collector
rules:
- apiGroups: ["config.openshift.io"]
  resources: ["infrastructures", "infrastructures/status"]
  verbs: ["get", "watch", "list"]

Describe the solution you'd like

It would be great if we can create them automatically from the operator.

Describe alternatives you've considered

No response

Additional context

No response

@iblancasa iblancasa added enhancement New feature or request needs triage labels Nov 28, 2023
@iblancasa iblancasa changed the title Create the permissions requested by the resourcedetection processor from the operator Create the permissions needed by the resourcedetection processor from the operator Nov 28, 2023
@iblancasa iblancasa changed the title Create the permissions needed by the resourcedetection processor from the operator Create automatically the permissions needed by the resourcedetection processor Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage
Projects
None yet
Development

No branches or pull requests

1 participant