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
The config option acl_master_token must be set on non-server agents in order to reload the consul service on windows. Per the Consul ACL docs though:
Non-server agents do not need to have the acl_master_token configured; it is not used by agents in any way.
For windows installations on non-server machines the consul reload fails. As a work-around, we can populate default['consul']['config']['acl_master_token'] with any ACL token that has write access to the agent policy. Is this the appropriate solution or is this a bug?
The text was updated successfully, but these errors were encountered:
Marking stale due to inactivity. Remove stale label or comment or this will be closed in 7 days. Alternatively drop by the #sous-chefs channel on the Chef Community Slack and we'll be happy to help! Thanks, Sous-Chefs.
The config option
acl_master_token
must be set on non-server agents in order to reload the consul service on windows. Per the Consul ACL docs though:For windows installations on non-server machines the consul reload fails. As a work-around, we can populate
default['consul']['config']['acl_master_token']
with any ACL token that has write access to the agent policy. Is this the appropriate solution or is this a bug?The text was updated successfully, but these errors were encountered: