core-dump-handler icon indicating copy to clipboard operation
core-dump-handler copied to clipboard

GCS Service Accounts

Open calendlydf opened this issue 1 year ago • 1 comments

Is there a way to use this tool using GCS Service Accounts? We no longer use access keys in our projects but can't seem to get an upload to a bucket without providing S3 access key/tokens.

If you could point to how to configure this to make it work, or where a PR might be useful to allow this functionality that would be great.

Thanks!

calendlydf avatar Oct 23 '24 16:10 calendlydf

Hi @calendlydf

Not sure about the details of GCS SA's and how they integrate with GKS.

If you could provide a link on how they work I can review and suggest an approach.

Not sure how relevent it is but we have had PRs that integrate with AWS service accounts so you might want to start buy looking at how this flag is implemented

https://github.com/IBM/core-dump-handler/blob/main/charts/core-dump-handler/values.aws.yaml#L7

https://github.com/IBM/core-dump-handler/blob/327ed2e75c33f47b15c035a200b21f15074fdba5/charts/core-dump-handler/templates/sa-token-secret.yaml#L4

No9 avatar Oct 24 '24 07:10 No9