-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Hi team,
Collector as a Service provides an SAP internal infra to run our collectors centrally which can further have support to provide exporter to various systems like SAP Cloud Logging and OctoRoute.
The connection to CaaS collector requires MTLS.
During the integration of my CAP java application with CaaS, I found a common need to place secrets like client crt, server crt and client key in to some temporary folder in target CF container so that OTEL agent can refer to them and have MTLS to the Collector endpoint.
As of now to achieve this I created my own custom OTEL extension, which reads these secrets from VCAP and then adds these secrets under /tmp folder.
But I assume that Cloud logging service has already developed such OTEL extension ,here. So my request here to also have similar implementation for CaaS.
FYI @KarstenSchnitter @FWinklerOfficial @Bjoern
Regards,
Virral