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
Fix HAB_AUTH_TOKEN for systemd-spawned Habitat processes
Configure token in /hab/etc/cli.toml so it persists for all Habitat
processes including those spawned by systemd during chef-automate deploy.
Previously the token was only passed as an environment variable to the
docker exec command, but systemd services don't inherit these variables.
Signed-off-by: Peter Arsenault <parsenau@progress.com>
0 commit comments