I am having an issue with elastic-agent-complete:8.16.1
.
We use self-signed certs on many of the internal sites we monitor, so I have to add these certs to the nssdb, however they need to be chown'd to elastic-agent:elastic-agent
for them to be used by the browser agent. This worked well for elastic-agent-complete:<8.16.0
. However, starting with 8.16.0
, elastic-agent appears to chown everything in /usr/share/elastic-agent
to root:root
on startup, which breaks the certs in the nssdb (I'm running as root:root
). In this particular situation, I don't have the option to build the certs and nssdb into the image, so I need to run as root:root
in order to update the image cert store.
Suggestions?