Using the consul dataplane model in ecs fargate, the health-sync container successfully authenticates and gets a token, but our Tokens have a fairly short TTL of 10 minutes.
With this, the health-sync container begins to fail after 10 minutes with a 403 err.
Here’s a sample of the log showing the success & then failure at 10 minutes.
2025-11-18T16:31:17.331Z [INFO] ACL auth method login succeeded: accessorID=8b01...17
2025-11-18T16:31:18.430Z [INFO] container health check updated in Consul: name=consul-dataplane status=UNKNOWN statusSince=2025-11-18T16:31:16.735475939Z exitCode=2
2025-11-18T16:31:22.535Z [INFO] container health check updated in Consul: name=consul-dataplane status=HEALTHY statusSince=2025-11-18T16:31:22.109729898Z exitCode=0
2025-11-18T16:31:23.748Z [INFO] container health check updated in Consul: name=catch status=HEALTHY statusSince=2025-11-18T16:31:22.865600122Z exitCode=0
2025-11-18T16:41:17.252Z [WARN] failed to update Consul health status: err="Unexpected response code: 403 (rpc error making call: ACL system must be bootstrapped before making any requests that require authorization: ACL not found)"
Is there a way to have the health-sync container refresh its token?