splunk / splunk-operator

Splunk Operator for Kubernetes
Other
210 stars 115 forks source link

App Framework: First Class Support for GCP #1334

Open leetreveil opened 5 months ago

leetreveil commented 5 months ago

Please select the type of request

Enhancement

Tell us more

Describe the request

Currently, an administrator running Splunk with the operator on GCP needs to use the minio provider to talk to GCS.

This is deficient for a couple of reasons:

  1. Minio requires AWS style HMAC access keys to be provisioned and stored as a k8s secret. 1.1. In secure environments on GCP, Workload Identity + Application Default Credentials is preferred.
  2. Documentation around GCP support is poor and setup instructions are not clear.

Expected behavior

vivekr-splunk commented 5 months ago

@leetreveil thank you for raising request, we have plan for adding GCP support through sdk, we will update when that is done.

vivekr-splunk commented 5 months ago

Hello @leetreveil we are working on supporting this feature. currently we are working towards spike to test the feature changes. will update you when we are ready with the changes.