vstariradev
vstariradev
Same issue here when trying helm chart version: 0.78.2 values.custom.yaml: ``` manager: collectorImage: repository: otel/opentelemetry-collector-k8s resources: limits: cpu: 300m memory: 512Gi serviceMonitor: enabled: true admissionWebhooks: certManager: enabled: false ```
I think this feature should be prioritized because the majority of users here are implementing the OTEL clickhouseexporter which comes with a familiar to all DDL and LogAttributes map field....
@stevehipwell I'm not using AWS. I'm using minio instead. If there's a smarter way to do it with minio, I'd like to look into it. :)
There is a OIDC [functionality](https://min.io/docs/minio/linux/developers/security-token-service.html) in minio but we don't have it setup. Neither do we have a minion operator to inject tokens into pods/jobs. Nexus API does support token...
Probably something like this is more suitable?
Is that what you meant? Moving the secretAccessKey further in makes it difficult to use `omit`. I tried to omit it but couldn't at this time. I tested it like...
@stevehipwell I tested the solution I provided and it worked but I haven't had the time to update it based on the specific approach you want the implementation to be...
Thanks for driving this to completion, I appreciate it.