You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are three use cases for elastic-agent with different security requirements, where we can have three different behaviors.
For docker containers specifically, we need a clear path to running as non-root for two reasons:
It will be flagged by many orgs as insecure,
Some software (synthetics) cannot run as root, so we need consistent guidance, today we need to advise people to run as different users for different use cases.
Action plan after meeting today with @blakerouse @fntlnz and @justinkambic
There are three use cases for elastic-agent with different security requirements, where we can have three different behaviors.
For docker containers specifically, we need a clear path to running as non-root for two reasons:
New Behavior by Use Case
Install command on local machine
Run in docker with
docker run
elastic-agent
setcap
to add privileges to theelastic-agent
binarysetcap
as neededRun in kubernetes
Tasks:
The text was updated successfully, but these errors were encountered: