SumoLogic / sumologic-kubernetes-collection

Sumo Logic collection solution for Kubernetes
Apache License 2.0
147 stars 183 forks source link

ACCESSID and ACCESSKEY #3531

Closed sharkannon closed 7 months ago

sharkannon commented 7 months ago

I may open up a support case to ask this as well, but thought I'd ask it here.

When setting up the helm chart, you're required to provide an ACCESSID and ACCESSKEY. I know these are part of the credentials for Sumologic, but I'm wondering what the MINIMUM required permissions are for the account associated with the accesskey/id to be able to connect and send logs to sumologic. I want to be able to build a custom ROLE in Sumologic to assign service accounts

swiatekm commented 7 months ago

The role needs to be able to manage collectors and fields. The setup job creates collectors and sources as destinations for the collected data, and ensures that all the standard K8s metadata attributes are indexed.

rnishtala-sumo commented 7 months ago

@sharkannon you can also find out more about roles from this page https://help.sumologic.com/docs/manage/users-roles/roles/role-capabilities/ Please let us know if you have any other questions.