IBM / apiconnect-trawler

API Connect metrics exporter
MIT License
5 stars 10 forks source link

Add apiconnect.ibm.com apiGroups to clusterrole #81

Closed alexisph closed 10 months ago

alexisph commented 10 months ago

The trawler serviceAccount must be allowed get and list for the following, in order for the apiconnect overview metrics to be scraped:

- apiGroups: ["management.apiconnect.ibm.com"]
  resources: ["managementclusters"]
  verbs: ["get","list"]
- apiGroups: ["analytics.apiconnect.ibm.com"]
  resources: ["analyticsclusters"]
  verbs: ["get","list"]
- apiGroups: ["gateway.apiconnect.ibm.com"]
  resources: ["gatewayclusters"]
  verbs: ["get","list"]
- apiGroups: ["portal.apiconnect.ibm.com"]
  resources: ["portalclusters"]
  verbs: ["get","list"]
rickymoorhouse commented 10 months ago

Would you please update the commit to be signed off so as to meet the DCO?

To avoid having PRs blocked in the future, always include Signed-off-by: Author Name authoremail@example.com in every commit message. You can also do this automatically by using the -s flag (i.e., git commit -s).

alexisph commented 10 months ago

Would you please update the commit to be signed off so as to meet the DCO?

To avoid having PRs blocked in the future, always include Signed-off-by: Author Name authoremail@example.com in every commit message. You can also do this automatically by using the -s flag (i.e., git commit -s).

Done