escape secrets that look like variables #3717
Labels
enhancement
New feature or request
Team:Elastic-Agent-Control-Plane
Label for the Agent Control Plane team
fleet-server has a secrets injection where a secret defined in a special index in injected in a policy before it is sent to an agent
elastic-agent has support for escaping variables in an input where if given
$${X}
then${X}
would be passed to components.Fleet-server should escape secrets that look like variables before passing them to the agent, so any secret that looks like
${X}
would be transformed into$${X}
, but secrets that look like they have been escaped are not effected.The text was updated successfully, but these errors were encountered: