elastic / apm-k8s-attacher

Elastic APM Attacher for Kubernetes
https://www.elastic.co/guide/en/apm/attacher/current/apm-attacher.html
Apache License 2.0
7 stars 12 forks source link

support users having already configured their apm-server secret-token in kubernetes #19

Open stuartnelson3 opened 2 years ago

stuartnelson3 commented 2 years ago

Currently, users have two options for injecting their APM Server's secret token into containers:

It might be nice to allow users to, instead of supplying the secret token, supply the name of the kubernetes secret containing the token, and then mounting that value found there inside the containers being auto-instrumented.

codinted commented 1 month ago

Hi @stuartnelson3 , is anyone working on this? If not, is it okay if I pick this up