Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Use dynamic addresses via templates #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

loicsaintroch
Copy link
Member

Use dynamic addresses via Go templates when necessary. This fixes network issues encountered when using Parallels Desktop, as mentioned in #3.

Tested on macOS with VirtualBox and Parallels Desktop.

@loicsaintroch loicsaintroch added the enhancement New feature or request label Apr 5, 2023
@loicsaintroch loicsaintroch self-assigned this Apr 5, 2023
@loicsaintroch loicsaintroch linked an issue Apr 5, 2023 that may be closed by this pull request
@makp0
Copy link

makp0 commented Apr 5, 2023

Click to toggle terminal logs

maxpol@Maksyms-MBP hashibox % git reset --hard
\HEAD is now at 0d3fc70 version(consul): Update to v1.15.2
maxpol@Maksyms-MBP hashibox % git checkout fix/parallels-network
branch 'fix/parallels-network' set up to track 'origin/fix/parallels-network'.
Switched to a new branch 'fix/parallels-network'
maxpol@Maksyms-MBP hashibox % make  
vagrant up --provider=parallels --parallel
Bringing machine 'node-server-1' up with 'parallels' provider...
Bringing machine 'node-server-2' up with 'parallels' provider...
Bringing machine 'node-server-3' up with 'parallels' provider...
Bringing machine 'node-client-1' up with 'parallels' provider...
Bringing machine 'node-client-2' up with 'parallels' provider...
Bringing machine 'node-client-3' up with 'parallels' provider...
==> node-client-2: Registering VM image from the base box 'bento/ubuntu-22.04-arm64'...
==> node-client-2: Creating new virtual machine as a linked clone of the box image...
==> node-client-2: Setting the default configuration for VM...
==> node-client-3: Creating new virtual machine as a linked clone of the box image...
==> node-client-3: Setting the default configuration for VM...
==> node-server-3: Creating new virtual machine as a linked clone of the box image...
==> node-server-3: Setting the default configuration for VM...
==> node-server-1: Creating new virtual machine as a linked clone of the box image...
==> node-server-1: Setting the default configuration for VM...
==> node-client-1: Creating new virtual machine as a linked clone of the box image...
==> node-client-1: Setting the default configuration for VM...
==> node-server-2: Creating new virtual machine as a linked clone of the box image...
==> node-server-2: Unregistering the box VM image...
==> node-server-2: Setting the default configuration for VM...
==> node-client-2: Checking if box 'bento/ubuntu-22.04-arm64' version '202301.20.0' is up to date...
==> node-client-3: Checking if box 'bento/ubuntu-22.04-arm64' version '202301.20.0' is up to date...
==> node-client-2: Setting the name of the VM: hashibox_node-client-2_1680701593152_60043
==> node-server-3: Checking if box 'bento/ubuntu-22.04-arm64' version '202301.20.0' is up to date...
==> node-client-3: Setting the name of the VM: hashibox_node-client-3_1680701604934_4752
==> node-client-3: Fixed port collision for 22 => 2222. Now on port 2200.
==> node-server-3: Setting the name of the VM: hashibox_node-server-3_1680701617215_78668
==> node-server-1: Checking if box 'bento/ubuntu-22.04-arm64' version '202301.20.0' is up to date...
==> node-client-1: Checking if box 'bento/ubuntu-22.04-arm64' version '202301.20.0' is up to date...
==> node-server-3: Fixed port collision for 22 => 2222. Now on port 2201.
==> node-client-2: Preparing network interfaces based on configuration...
    node-client-2: Adapter 0: shared
    node-client-2: Adapter 1: hostonly
==> node-server-1: Setting the name of the VM: hashibox_node-server-1_1680701631513_4332
==> node-client-3: Preparing network interfaces based on configuration...
    node-client-3: Adapter 0: shared
    node-client-3: Adapter 1: hostonly
==> node-server-2: Checking if box 'bento/ubuntu-22.04-arm64' version '202301.20.0' is up to date...
==> node-client-2: Clearing any previously set network interfaces...
==> node-client-2: Running 'pre-boot' VM customizations...
==> node-client-1: Setting the name of the VM: hashibox_node-client-1_1680701633474_68588
==> node-server-1: Fixed port collision for 22 => 2222. Now on port 2202.
==> node-client-2: Booting VM...
==> node-client-1: Fixed port collision for 22 => 2222. Now on port 2203.
==> node-client-3: Clearing any previously set network interfaces...
==> node-server-2: Setting the name of the VM: hashibox_node-server-2_1680701642352_19950
==> node-server-3: Preparing network interfaces based on configuration...
    node-server-3: Adapter 0: shared
    node-server-3: Adapter 1: hostonly
==> node-client-3: Running 'pre-boot' VM customizations...
==> node-client-2: Waiting for machine to boot. This may take a few minutes...
    node-client-2: SSH address: 10.211.55.108:22
    node-client-2: SSH username: vagrant
    node-client-2: SSH auth method: private key
==> node-server-2: Fixed port collision for 22 => 2222. Now on port 2204.
==> node-client-3: Booting VM...
==> node-server-1: Preparing network interfaces based on configuration...
    node-server-1: Adapter 0: shared
    node-server-1: Adapter 1: hostonly
    node-client-2: 
    node-client-2: Vagrant insecure key detected. Vagrant will automatically replace
    node-client-2: this with a newly generated keypair for better security.
    node-client-2: 
    node-client-2: Inserting generated public key within guest...
    node-client-2: Removing insecure key from the guest if it's present...
    node-client-2: Key inserted! Disconnecting and reconnecting using new SSH key...
==> node-client-3: Waiting for machine to boot. This may take a few minutes...
==> node-server-3: Clearing any previously set network interfaces...
==> node-server-3: Running 'pre-boot' VM customizations...
==> node-client-2: Machine booted and ready!
==> node-client-2: Checking for Parallels Tools installed on the VM...
==> node-client-2: Parallels Tools installed on this VM are outdated! In most cases
==> node-client-2: this is fine but in rare cases it can cause things such as shared
==> node-client-2: folders to not work properly. If you see shared folder errors,
==> node-client-2: please update Parallels Tools within the virtual machine and
==> node-client-2: reload your VM.
    node-client-3: SSH address: 10.211.55.109:22
==> node-client-2: Setting hostname...
    node-client-3: SSH username: vagrant
    node-client-3: SSH auth method: private key
==> node-client-2: Configuring and enabling network interfaces...
==> node-client-1: Preparing network interfaces based on configuration...
    node-client-1: Adapter 0: shared
    node-client-1: Adapter 1: hostonly
==> node-client-2: Mounting shared folders...
    node-client-2: /vagrant => /Users/maxpol/Projects/hashibox
==> node-server-3: Booting VM...
    node-client-3: 
    node-client-3: Vagrant insecure key detected. Vagrant will automatically replace
    node-client-3: this with a newly generated keypair for better security.
    node-client-3: 
    node-client-3: Inserting generated public key within guest...
    node-client-3: Removing insecure key from the guest if it's present...
    node-client-3: Key inserted! Disconnecting and reconnecting using new SSH key...
==> node-server-1: Clearing any previously set network interfaces...
==> node-server-3: Waiting for machine to boot. This may take a few minutes...
==> node-server-1: Running 'pre-boot' VM customizations...
==> node-client-3: Machine booted and ready!
==> node-client-3: Checking for Parallels Tools installed on the VM...
==> node-server-2: Preparing network interfaces based on configuration...
    node-server-2: Adapter 0: shared
    node-server-2: Adapter 1: hostonly
==> node-client-3: Parallels Tools installed on this VM are outdated! In most cases
==> node-client-3: this is fine but in rare cases it can cause things such as shared
==> node-client-3: folders to not work properly. If you see shared folder errors,
==> node-client-3: please update Parallels Tools within the virtual machine and
==> node-client-3: reload your VM.
==> node-client-3: Setting hostname...
==> node-client-3: Configuring and enabling network interfaces...
==> node-client-3: Mounting shared folders...
    node-client-3: /vagrant => /Users/maxpol/Projects/hashibox
==> node-client-1: Clearing any previously set network interfaces...
==> node-client-1: Running 'pre-boot' VM customizations...
==> node-server-1: Booting VM...
==> node-server-1: Waiting for machine to boot. This may take a few minutes...
==> node-client-1: Booting VM...
==> node-server-2: Clearing any previously set network interfaces...
    node-server-1: SSH address: 10.211.55.110:22
    node-server-1: SSH username: vagrant
    node-server-1: SSH auth method: private key
==> node-server-2: Running 'pre-boot' VM customizations...
==> node-client-1: Waiting for machine to boot. This may take a few minutes...
    node-server-1: 
    node-server-1: Vagrant insecure key detected. Vagrant will automatically replace
    node-server-1: this with a newly generated keypair for better security.
    node-server-1: 
    node-server-1: Inserting generated public key within guest...
    node-server-1: Removing insecure key from the guest if it's present...
    node-server-1: Key inserted! Disconnecting and reconnecting using new SSH key...
==> node-server-2: Booting VM...
    node-client-1: SSH address: 10.211.55.111:22
    node-client-1: SSH username: vagrant
    node-client-1: SSH auth method: private key
==> node-server-1: Machine booted and ready!
==> node-server-1: Checking for Parallels Tools installed on the VM...
==> node-server-2: Waiting for machine to boot. This may take a few minutes...
    node-server-3: SSH address: 10.211.55.112:22
    node-server-3: SSH username: vagrant
    node-server-3: SSH auth method: private key
==> node-server-1: Parallels Tools installed on this VM are outdated! In most cases
==> node-server-1: this is fine but in rare cases it can cause things such as shared
==> node-server-1: folders to not work properly. If you see shared folder errors,
==> node-server-1: please update Parallels Tools within the virtual machine and
==> node-server-1: reload your VM.
==> node-server-1: Setting hostname...
==> node-server-1: Configuring and enabling network interfaces...
==> node-server-1: Mounting shared folders...
    node-server-1: /vagrant => /Users/maxpol/Projects/hashibox
    node-server-2: SSH address: 10.211.55.113:22
    node-server-2: SSH username: vagrant
    node-server-2: SSH auth method: private key
    node-client-1: 
    node-client-1: Vagrant insecure key detected. Vagrant will automatically replace
    node-client-1: this with a newly generated keypair for better security.
    node-client-1: 
    node-client-1: Inserting generated public key within guest...
    node-client-1: Removing insecure key from the guest if it's present...
    node-client-1: Key inserted! Disconnecting and reconnecting using new SSH key...
    node-server-3: 
    node-server-3: Vagrant insecure key detected. Vagrant will automatically replace
    node-server-3: this with a newly generated keypair for better security.
    node-server-3: 
    node-server-3: Inserting generated public key within guest...
    node-server-3: Removing insecure key from the guest if it's present...
    node-server-3: Key inserted! Disconnecting and reconnecting using new SSH key...
==> node-client-1: Machine booted and ready!
==> node-client-1: Checking for Parallels Tools installed on the VM...
    node-server-2: 
    node-server-2: Vagrant insecure key detected. Vagrant will automatically replace
    node-server-2: this with a newly generated keypair for better security.
==> node-client-1: Parallels Tools installed on this VM are outdated! In most cases
==> node-client-1: this is fine but in rare cases it can cause things such as shared
==> node-client-1: folders to not work properly. If you see shared folder errors,
==> node-client-1: please update Parallels Tools within the virtual machine and
==> node-client-1: reload your VM.
==> node-client-1: Setting hostname...
==> node-server-3: Machine booted and ready!
==> node-server-3: Checking for Parallels Tools installed on the VM...
==> node-client-1: Configuring and enabling network interfaces...
==> node-server-3: Parallels Tools installed on this VM are outdated! In most cases
==> node-server-3: this is fine but in rare cases it can cause things such as shared
==> node-server-3: folders to not work properly. If you see shared folder errors,
==> node-server-3: please update Parallels Tools within the virtual machine and
==> node-server-3: reload your VM.
==> node-server-3: Setting hostname...
    node-server-2: 
    node-server-2: Inserting generated public key within guest...
    node-server-2: Removing insecure key from the guest if it's present...
==> node-server-3: Configuring and enabling network interfaces...
    node-server-2: Key inserted! Disconnecting and reconnecting using new SSH key...
==> node-client-1: Mounting shared folders...
    node-client-1: /vagrant => /Users/maxpol/Projects/hashibox
==> node-server-2: Machine booted and ready!
==> node-server-2: Checking for Parallels Tools installed on the VM...
==> node-server-2: Parallels Tools installed on this VM are outdated! In most cases
==> node-server-2: this is fine but in rare cases it can cause things such as shared
==> node-server-2: folders to not work properly. If you see shared folder errors,
==> node-server-2: please update Parallels Tools within the virtual machine and
==> node-server-2: reload your VM.
==> node-server-2: Setting hostname...
==> node-server-3: Mounting shared folders...
    node-server-3: /vagrant => /Users/maxpol/Projects/hashibox
==> node-server-2: Configuring and enabling network interfaces...
==> node-server-2: Mounting shared folders...
    node-server-2: /vagrant => /Users/maxpol/Projects/hashibox
./scripts/upload.sh
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
Started on 192.168.60.10...
Started on 192.168.60.30...
Started on 192.168.61.20...
Started on 192.168.61.10...
Started on 192.168.60.20...
Started on 192.168.61.30...
Finished on 192.168.60.20:
Finished on 192.168.60.30:
Finished on 192.168.61.10:
Finished on 192.168.61.20:
Finished on 192.168.61.30:
Finished on 192.168.60.10:
Successful on 6 targets: 192.168.60.10,192.168.60.20,192.168.60.30,192.168.61.10,192.168.61.20,192.168.61.30
Ran on 6 targets in 0.77 sec
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
Started on 192.168.60.10...
Started on 192.168.60.30...
Started on 192.168.60.20...
Started on 192.168.61.10...
Started on 192.168.61.30...
Started on 192.168.61.20...
Finished on 192.168.61.30:
Finished on 192.168.60.20:
Finished on 192.168.60.10:
Finished on 192.168.61.10:
Finished on 192.168.61.20:
Finished on 192.168.60.30:
Successful on 6 targets: 192.168.60.10,192.168.60.20,192.168.60.30,192.168.61.10,192.168.61.20,192.168.61.30
Ran on 6 targets in 0.33 sec
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
Started on 192.168.60.10...
Started on 192.168.60.20...
Started on 192.168.60.30...
Started on 192.168.60.20...
Started on 192.168.60.30...
Started on 192.168.60.10...
Finished on 192.168.60.30:
  Uploaded './uploads/us/us-east-1/192.168.60.30' to '192.168.60.30:/hashibox/overrides'
Successful on 1 target: 192.168.60.30
Ran on 1 target in 0.66 sec
Finished on 192.168.60.10:
  Uploaded './uploads/us/us-west-1/192.168.60.10' to '192.168.60.10:/hashibox/overrides'
Finished on 192.168.60.20:
  Uploaded './uploads/us/us-west-2/192.168.60.20' to '192.168.60.20:/hashibox/overrides'
Successful on 1 target: 192.168.60.10
Ran on 1 target in 0.67 sec
Successful on 1 target: 192.168.60.20
Ran on 1 target in 0.67 sec
Finished on 192.168.60.10:
  Uploaded './uploads/us/_defaults/server' to '192.168.60.10:/hashibox/defaults'
Finished on 192.168.60.20:
  Uploaded './uploads/us/_defaults/server' to '192.168.60.20:/hashibox/defaults'
Finished on 192.168.60.30:
  Uploaded './uploads/us/_defaults/server' to '192.168.60.30:/hashibox/defaults'
Successful on 3 targets: 192.168.60.10,192.168.60.20,192.168.60.30
Ran on 3 targets in 0.89 sec
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
Started on 192.168.61.20...
Started on 192.168.61.10...
Started on 192.168.61.30...
Started on 192.168.61.10...
Started on 192.168.61.20...
Started on 192.168.61.30...
Finished on 192.168.61.10:
  Uploaded './uploads/us/us-west-1/192.168.61.10' to '192.168.61.10:/hashibox/overrides'
Finished on 192.168.61.20:
  Uploaded './uploads/us/us-west-2/192.168.61.20' to '192.168.61.20:/hashibox/overrides'
Successful on 1 target: 192.168.61.10
Ran on 1 target in 0.6 sec
Finished on 192.168.61.30:
Successful on 1 target: 192.168.61.20
Ran on 1 target in 0.62 sec
  Uploaded './uploads/us/us-east-1/192.168.61.30' to '192.168.61.30:/hashibox/overrides'
Successful on 1 target: 192.168.61.30
Ran on 1 target in 0.62 sec
Finished on 192.168.61.30:
  Uploaded './uploads/us/_defaults/client' to '192.168.61.30:/hashibox/defaults'
Finished on 192.168.61.10:
  Uploaded './uploads/us/_defaults/client' to '192.168.61.10:/hashibox/defaults'
Finished on 192.168.61.20:
  Uploaded './uploads/us/_defaults/client' to '192.168.61.20:/hashibox/defaults'
Successful on 3 targets: 192.168.61.10,192.168.61.20,192.168.61.30
Ran on 3 targets in 0.77 sec
./scripts/dotenv.sh
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
Started on 192.168.60.10...
Started on 192.168.60.20...
Started on 192.168.60.30...
Started on 192.168.61.30...
Started on 192.168.61.10...
Started on 192.168.61.20...
Finished on 192.168.61.20:
Finished on 192.168.61.30:
Finished on 192.168.60.10:
Finished on 192.168.60.20:
Finished on 192.168.60.30:
Finished on 192.168.61.10:
Successful on 6 targets: 192.168.60.10,192.168.60.20,192.168.60.30,192.168.61.10,192.168.61.20,192.168.61.30
Ran on 6 targets in 0.32 sec
./scripts/init/install.sh
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
Starting: plan client::install
Starting: plan server::install
Starting: task server::refresh on 192.168.60.10, 192.168.60.20, 192.168.60.30
Starting: task client::refresh on 192.168.61.10, 192.168.61.20, 192.168.61.30
Finished: task server::refresh with 0 failures in 44.03 sec
Starting: task server::prepare on 192.168.60.10, 192.168.60.20, 192.168.60.30
Finished: task client::refresh with 0 failures in 47.41 sec
Starting: task client::prepare on 192.168.61.10, 192.168.61.20, 192.168.61.30
Finished: task server::prepare with 0 failures in 84.12 sec
Starting: task consul::install on 192.168.60.10, 192.168.60.20, 192.168.60.30
Finished: task client::prepare with 0 failures in 94.87 sec
Starting: task docker::install on 192.168.61.10, 192.168.61.20, 192.168.61.30
Finished: task docker::install with 0 failures in 225.57 sec
Starting: task consul::install on 192.168.61.10, 192.168.61.20, 192.168.61.30
Finished: task consul::install with 0 failures in 23.79 sec
Starting: task nomad::install on 192.168.61.10, 192.168.61.20, 192.168.61.30
Finished: task nomad::install with 0 failures in 42.91 sec
Starting: task client::reload on 192.168.61.10, 192.168.61.20, 192.168.61.30
Finished: task client::reload with 3 failures in 95.29 sec
Finished: plan client::install in 8 min, 50 sec
Failed on 192.168.61.10:
  The task failed with exit code 1 and no stdout, but stderr contained:
  Job for consul.service failed because a timeout was exceeded.
  See "systemctl status consul.service" and "journalctl -xeu consul.service" for details.
Failed on 192.168.61.20:
  The task failed with exit code 1 and no stdout, but stderr contained:
  Job for consul.service failed because a timeout was exceeded.
  See "systemctl status consul.service" and "journalctl -xeu consul.service" for details.
Failed on 192.168.61.30:
  The task failed with exit code 1 and no stdout, but stderr contained:
  Job for consul.service failed because a timeout was exceeded.
  See "systemctl status consul.service" and "journalctl -xeu consul.service" for details.
Failed on 3 targets: 192.168.61.10,192.168.61.20,192.168.61.30
Ran on 3 targets
Finished: task consul::install with 0 failures in 746.23 sec
Starting: task nomad::install on 192.168.60.10, 192.168.60.20, 192.168.60.30
Finished: task nomad::install with 0 failures in 37.38 sec
Starting: task vault::install on 192.168.60.10, 192.168.60.20, 192.168.60.30
Finished: task vault::install with 0 failures in 20.42 sec
Starting: task server::reload on 192.168.60.10, 192.168.60.20, 192.168.60.30
Finished: task server::reload with 3 failures in 1.0 sec
Finished: plan server::install in 15 min, 33 sec
Failed on 192.168.60.10:
  The task failed with exit code 1 and no stdout, but stderr contained:
  Job for consul.service failed because the control process exited with error code.
  See "systemctl status consul.service" and "journalctl -xeu consul.service" for details.
Failed on 192.168.60.20:
  The task failed with exit code 1 and no stdout, but stderr contained:
  Job for consul.service failed because the control process exited with error code.
  See "systemctl status consul.service" and "journalctl -xeu consul.service" for details.
Failed on 192.168.60.30:
  The task failed with exit code 1 and no stdout, but stderr contained:
  Job for consul.service failed because the control process exited with error code.
  See "systemctl status consul.service" and "journalctl -xeu consul.service" for details.
Failed on 3 targets: 192.168.60.10,192.168.60.20,192.168.60.30
Ran on 3 targets
./scripts/init/vault-init.sh
./scripts/dotenv.sh
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
Started on 192.168.60.10...
Started on 192.168.60.30...
Started on 192.168.61.20...
Started on 192.168.61.30...
Started on 192.168.61.10...
Started on 192.168.60.20...
Finished on 192.168.61.30:
Finished on 192.168.61.20:
Finished on 192.168.60.10:
Finished on 192.168.60.30:
Finished on 192.168.60.20:
Finished on 192.168.61.10:
Successful on 6 targets: 192.168.60.10,192.168.60.20,192.168.60.30,192.168.61.10,192.168.61.20,192.168.61.30
Ran on 6 targets in 1.09 sec
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
Started on 192.168.60.10...
Started on 192.168.60.20...
Started on 192.168.60.30...
Started on 192.168.61.10...
Started on 192.168.61.20...
Started on 192.168.61.30...
Finished on 192.168.60.10:
  VAULT_TOKEN=hvs.UxasPFTtQ2SzaHv9sMKwmgK3
Finished on 192.168.61.10:
  VAULT_TOKEN=hvs.UxasPFTtQ2SzaHv9sMKwmgK3
Finished on 192.168.61.20:
  VAULT_TOKEN=hvs.UxasPFTtQ2SzaHv9sMKwmgK3
Finished on 192.168.60.20:
  VAULT_TOKEN=hvs.UxasPFTtQ2SzaHv9sMKwmgK3
Finished on 192.168.61.30:
  VAULT_TOKEN=hvs.UxasPFTtQ2SzaHv9sMKwmgK3
Finished on 192.168.60.30:
  VAULT_TOKEN=hvs.UxasPFTtQ2SzaHv9sMKwmgK3
Successful on 6 targets: 192.168.60.10,192.168.60.20,192.168.60.30,192.168.61.10,192.168.61.20,192.168.61.30
Ran on 6 targets in 0.34 sec
./scripts/restart.sh
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
Started on 192.168.61.10...
Started on 192.168.61.20...
Started on 192.168.61.30...
Started on 192.168.60.10...
Started on 192.168.60.20...
Started on 192.168.60.30...
Started on 192.168.61.10...
Started on 192.168.61.30...
Started on 192.168.61.20...
Failed on 192.168.60.20:
  The command failed with exit code 1
  Job for consul.service failed because the control process exited with error code.
  See "systemctl status consul.service" and "journalctl -xeu consul.service" for details.
Failed on 192.168.60.30:
  The command failed with exit code 1
  Job for consul.service failed because the control process exited with error code.
  See "systemctl status consul.service" and "journalctl -xeu consul.service" for details.
Finished on 192.168.61.20:
Finished on 192.168.61.10:
Finished on 192.168.61.30:
Successful on 3 targets: 192.168.61.10,192.168.61.20,192.168.61.30
Ran on 3 targets in 0.82 sec
Failed on 192.168.60.10:
  The command failed with exit code 1
  Job for consul.service failed because the control process exited with error code.
  See "systemctl status consul.service" and "journalctl -xeu consul.service" for details.
Failed on 3 targets: 192.168.60.10,192.168.60.20,192.168.60.30
Ran on 3 targets in 1.21 sec
Failed on 192.168.61.10:
  The command failed with exit code 1
  Job for consul.service failed because a timeout was exceeded.
  See "systemctl status consul.service" and "journalctl -xeu consul.service" for details.
Failed on 192.168.61.20:
  The command failed with exit code 1
  Job for consul.service failed because a timeout was exceeded.
  See "systemctl status consul.service" and "journalctl -xeu consul.service" for details.
Failed on 192.168.61.30:
  The command failed with exit code 1
  Job for consul.service failed because a timeout was exceeded.
  See "systemctl status consul.service" and "journalctl -xeu consul.service" for details.
Failed on 3 targets: 192.168.61.10,192.168.61.20,192.168.61.30
Ran on 3 targets in 1 min, 37 sec
sleep 5
./scripts/unseal.sh
./scripts/init/consul-bootstrap.sh
Failed ACL bootstrapping: Put "http://192.168.60.10:8500/v1/acl/bootstrap": dial tcp 192.168.60.10:8500: connect: connection refused
./scripts/init/nomad-bootstrap.sh
make sync
./scripts/upload.sh
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
Started on 192.168.60.10...
Started on 192.168.60.30...
Started on 192.168.61.20...
Started on 192.168.60.20...
Started on 192.168.61.30...
Started on 192.168.61.10...
Finished on 192.168.61.20:
Finished on 192.168.61.10:
Finished on 192.168.61.30:
Finished on 192.168.60.30:
Finished on 192.168.60.10:
Finished on 192.168.60.20:
Successful on 6 targets: 192.168.60.10,192.168.60.20,192.168.60.30,192.168.61.10,192.168.61.20,192.168.61.30
Ran on 6 targets in 1.14 sec
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
Started on 192.168.60.10...
Started on 192.168.61.10...
Started on 192.168.60.20...
Started on 192.168.61.20...
Started on 192.168.61.30...
Started on 192.168.60.30...
Finished on 192.168.61.20:
Finished on 192.168.61.30:
Finished on 192.168.61.10:
Finished on 192.168.60.30:
Finished on 192.168.60.10:
Finished on 192.168.60.20:
Successful on 6 targets: 192.168.60.10,192.168.60.20,192.168.60.30,192.168.61.10,192.168.61.20,192.168.61.30
Ran on 6 targets in 0.39 sec
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
Started on 192.168.60.10...
Started on 192.168.60.30...
Started on 192.168.60.20...
Started on 192.168.60.10...
Started on 192.168.60.20...
Started on 192.168.60.30...
Finished on 192.168.60.10:
  Uploaded './uploads/us/us-west-1/192.168.60.10' to '192.168.60.10:/hashibox/overrides'
Successful on 1 target: 192.168.60.10
Ran on 1 target in 0.83 sec
Finished on 192.168.60.30:
  Uploaded './uploads/us/us-east-1/192.168.60.30' to '192.168.60.30:/hashibox/overrides'
Finished on 192.168.60.20:
  Uploaded './uploads/us/us-west-2/192.168.60.20' to '192.168.60.20:/hashibox/overrides'
Successful on 1 target: 192.168.60.30
Ran on 1 target in 0.87 sec
Successful on 1 target: 192.168.60.20
Ran on 1 target in 0.85 sec
Finished on 192.168.60.30:
  Uploaded './uploads/us/_defaults/server' to '192.168.60.30:/hashibox/defaults'
Finished on 192.168.60.20:
  Uploaded './uploads/us/_defaults/server' to '192.168.60.20:/hashibox/defaults'
Finished on 192.168.60.10:
  Uploaded './uploads/us/_defaults/server' to '192.168.60.10:/hashibox/defaults'
Successful on 3 targets: 192.168.60.10,192.168.60.20,192.168.60.30
Ran on 3 targets in 1.03 sec
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
Started on 192.168.61.10...
Started on 192.168.61.30...
Started on 192.168.61.20...
Started on 192.168.61.10...
Started on 192.168.61.30...
Started on 192.168.61.20...
Finished on 192.168.61.10:
  Uploaded './uploads/us/us-west-1/192.168.61.10' to '192.168.61.10:/hashibox/overrides'
Successful on 1 target: 192.168.61.10
Ran on 1 target in 0.69 sec
Finished on 192.168.61.20:
  Uploaded './uploads/us/us-west-2/192.168.61.20' to '192.168.61.20:/hashibox/overrides'
Finished on 192.168.61.30:
  Uploaded './uploads/us/us-east-1/192.168.61.30' to '192.168.61.30:/hashibox/overrides'
Successful on 1 target: 192.168.61.20
Ran on 1 target in 0.66 sec
Successful on 1 target: 192.168.61.30
Ran on 1 target in 0.68 sec
Finished on 192.168.61.30:
  Uploaded './uploads/us/_defaults/client' to '192.168.61.30:/hashibox/defaults'
Finished on 192.168.61.10:
  Uploaded './uploads/us/_defaults/client' to '192.168.61.10:/hashibox/defaults'
Finished on 192.168.61.20:
  Uploaded './uploads/us/_defaults/client' to '192.168.61.20:/hashibox/defaults'
Successful on 3 targets: 192.168.61.10,192.168.61.20,192.168.61.30
Ran on 3 targets in 0.84 sec
./scripts/dotenv.sh
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
Started on 192.168.60.10...
Started on 192.168.60.20...
Started on 192.168.60.30...
Started on 192.168.61.10...
Started on 192.168.61.20...
Started on 192.168.61.30...
Finished on 192.168.61.10:
Finished on 192.168.61.30:
Finished on 192.168.61.20:
Finished on 192.168.60.20:
Finished on 192.168.60.10:
Finished on 192.168.60.30:
Successful on 6 targets: 192.168.60.10,192.168.60.20,192.168.60.30,192.168.61.10,192.168.61.20,192.168.61.30
Ran on 6 targets in 0.39 sec
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
Started on 192.168.60.10...
Started on 192.168.60.20...
Started on 192.168.60.30...
Started on 192.168.61.10...
Started on 192.168.61.20...
Started on 192.168.61.30...
Finished on 192.168.60.10:
  NOMAD_TOKEN=e7f0987f-b89f-acb1-e259-89ca5c6716cc
Finished on 192.168.60.30:
  NOMAD_TOKEN=e7f0987f-b89f-acb1-e259-89ca5c6716cc
Finished on 192.168.60.20:
  NOMAD_TOKEN=e7f0987f-b89f-acb1-e259-89ca5c6716cc
Finished on 192.168.61.20:
  NOMAD_TOKEN=e7f0987f-b89f-acb1-e259-89ca5c6716cc
Finished on 192.168.61.10:
  NOMAD_TOKEN=e7f0987f-b89f-acb1-e259-89ca5c6716cc
Finished on 192.168.61.30:
  NOMAD_TOKEN=e7f0987f-b89f-acb1-e259-89ca5c6716cc
Successful on 6 targets: 192.168.60.10,192.168.60.20,192.168.60.30,192.168.61.10,192.168.61.20,192.168.61.30
Ran on 6 targets in 0.36 sec
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
Started on 192.168.60.10...
Started on 192.168.60.20...
Started on 192.168.60.30...
Started on 192.168.61.10...
Started on 192.168.61.20...
Started on 192.168.61.30...
Finished on 192.168.61.10:
  VAULT_TOKEN=hvs.UxasPFTtQ2SzaHv9sMKwmgK3
Finished on 192.168.60.10:
  VAULT_TOKEN=hvs.UxasPFTtQ2SzaHv9sMKwmgK3
Finished on 192.168.61.30:
  VAULT_TOKEN=hvs.UxasPFTtQ2SzaHv9sMKwmgK3
Finished on 192.168.61.20:
  VAULT_TOKEN=hvs.UxasPFTtQ2SzaHv9sMKwmgK3
Finished on 192.168.60.20:
  VAULT_TOKEN=hvs.UxasPFTtQ2SzaHv9sMKwmgK3
Finished on 192.168.60.30:
  VAULT_TOKEN=hvs.UxasPFTtQ2SzaHv9sMKwmgK3
Successful on 6 targets: 192.168.60.10,192.168.60.20,192.168.60.30,192.168.61.10,192.168.61.20,192.168.61.30
Ran on 6 targets in 0.34 sec
./scripts/restart.sh
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
CLI arguments ["run-as"] might be overridden by Inventory: /Users/maxpol/Projects/hashibox/inventory.yaml [ID: cli_overrides]
Started on 192.168.61.10...
Started on 192.168.61.30...
Started on 192.168.61.20...
Started on 192.168.60.10...
Started on 192.168.60.20...
Started on 192.168.60.30...
Started on 192.168.61.10...
Started on 192.168.61.20...
Started on 192.168.61.30...
Finished on 192.168.61.30:
Finished on 192.168.61.10:
Finished on 192.168.61.20:
Successful on 3 targets: 192.168.61.10,192.168.61.20,192.168.61.30
Ran on 3 targets in 0.82 sec
Failed on 192.168.60.10:
  The command failed with exit code 1
  Job for consul.service failed because the control process exited with error code.
  See "systemctl status consul.service" and "journalctl -xeu consul.service" for details.
Failed on 192.168.60.20:
  The command failed with exit code 1
  Job for consul.service failed because the control process exited with error code.
  See "systemctl status consul.service" and "journalctl -xeu consul.service" for details.
Failed on 192.168.60.30:
  The command failed with exit code 1
  Job for consul.service failed because the control process exited with error code.
  See "systemctl status consul.service" and "journalctl -xeu consul.service" for details.
Failed on 3 targets: 192.168.60.10,192.168.60.20,192.168.60.30
Ran on 3 targets in 1.85 sec
Failed on 192.168.61.30:
  The command failed with exit code 1
  Job for consul.service failed because a timeout was exceeded.
  See "systemctl status consul.service" and "journalctl -xeu consul.service" for details.
Failed on 192.168.61.10:
  The command failed with exit code 1
  Job for consul.service failed because a timeout was exceeded.
  See "systemctl status consul.service" and "journalctl -xeu consul.service" for details.
Failed on 192.168.61.20:
  The command failed with exit code 1
  Job for consul.service failed because a timeout was exceeded.
  See "systemctl status consul.service" and "journalctl -xeu consul.service" for details.
Failed on 3 targets: 192.168.61.10,192.168.61.20,192.168.61.30
Ran on 3 targets in 1 min, 37 sec
sleep 5
./scripts/unseal.sh
sleep 45
./scripts/init/consul-ca.sh
./scripts/init/vault-engines.sh
maxpol@Maksyms-MBP hashibox % ssh [email protected]
[email protected]'s password: 
Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 5.15.0-58-generic aarch64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

  System information as of Wed Apr  5 09:10:37 AM CDT 2023

  System load:              0.1025390625
  Usage of /:               15.4% of 29.82GB
  Memory usage:             16%
  Swap usage:               0%
  Processes:                105
  Users logged in:          0
  IPv4 address for docker0: 172.17.0.1
  IPv4 address for eth0:    10.211.55.111
  IPv6 address for eth0:    fdb2:2c26:f4e4:0:21c:42ff:fece:18af
  IPv4 address for eth1:    192.168.61.10
  IPv6 address for eth1:    fdb2:2c26:f4e4:2:21c:42ff:fe10:3981


This system is built by the Bento project by Chef Software
More information can be found at https://github.com/chef/bento
vagrant@node-client-1:~$ systemctl status consul.service
● consul.service - "HashiCorp Consul"
     Loaded: loaded (/etc/systemd/system/consul.service; disabled; vendor preset: enabled)
     Active: activating (start) since Wed 2023-04-05 09:10:18 CDT; 29s ago
       Docs: https://www.consul.io/
   Main PID: 6586 (consul)
      Tasks: 7
     Memory: 22.8M
        CPU: 622ms
     CGroup: /system.slice/consul.service
             └─6586 /usr/local/bin/consul agent -config-file=/hashibox/defaults/consul/config/defaults.hcl >

Apr 05 09:10:47 node-client-1 consul[6586]: 2023-04-05T09:10:47.089-0500 [ERROR] agent.client.acl: Error re>
Apr 05 09:10:47 node-client-1 consul[6586]: 2023-04-05T09:10:47.091-0500 [ERROR] agent.http: Request error:>
Apr 05 09:10:47 node-client-1 consul[6586]: 2023-04-05T09:10:47.366-0500 [WARN]  agent.router.manager: No s>
Apr 05 09:10:47 node-client-1 consul[6586]: 2023-04-05T09:10:47.366-0500 [ERROR] agent.client.acl: Error re>
Apr 05 09:10:47 node-client-1 consul[6586]: 2023-04-05T09:10:47.366-0500 [ERROR] agent.http: Request error:>
Apr 05 09:10:47 node-client-1 consul[6586]: 2023-04-05T09:10:47.427-0500 [WARN]  agent.router.manager: No s>
Apr 05 09:10:47 node-client-1 consul[6586]: 2023-04-05T09:10:47.427-0500 [ERROR] agent.http: Request error:>
Apr 05 09:10:47 node-client-1 consul[6586]: 2023-04-05T09:10:47.428-0500 [WARN]  agent.router.manager: No s>
Apr 05 09:10:47 node-client-1 consul[6586]: 2023-04-05T09:10:47.428-0500 [ERROR] agent.client.acl: Error re>
Apr 05 09:10:47 node-client-1 consul[6586]: 2023-04-05T09:10:47.428-0500 [ERROR] agent.http: Request error:>
li

@loicsaintroch
Copy link
Member Author

If your commands are accurate, I don't think you're running the source code of this PR.

@makp0
Copy link

makp0 commented Apr 5, 2023

@loicsaintroch, my bad.
I've run make instead of make up. Also, make destroy might have done some additional magic. And now it has started with no issues.
But after I've tried to run Consul Connect Dashboard example, I've got

Apr 06, '23 00:12:42 +0800 Task hook failed envoy_bootstrap: error creating bootstrap configuration for Connect proxy sidecar: exit status 1; see: <https://www.nomadproject.io/s/envoy-bootstrap-error>

Click to see consul logs
vagrant@node-client-1:~$ journalctl -xeu consul.service > log.log
vagrant@node-client-1:~$ code log.log
-bash: code: command not found
vagrant@node-client-1:~$ cat log.log
Apr 05 10:19:04 node-client-1 consul[5845]: 2023-04-05T10:19:04.304-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:19:04 node-client-1 consul[5845]: 2023-04-05T10:19:04.307-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:19:24 node-client-1 consul[5845]: 2023-04-05T10:19:24.456-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:19:24 node-client-1 consul[5845]: 2023-04-05T10:19:24.462-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:19:52 node-client-1 consul[5845]: 2023-04-05T10:19:52.803-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:19:52 node-client-1 consul[5845]: 2023-04-05T10:19:52.804-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:20:19 node-client-1 consul[5845]: 2023-04-05T10:20:19.446-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:20:19 node-client-1 consul[5845]: 2023-04-05T10:20:19.457-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:20:36 node-client-1 consul[5845]: 2023-04-05T10:20:36.458-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:20:36 node-client-1 consul[5845]: 2023-04-05T10:20:36.461-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:20:43 node-client-1 consul[5845]: 2023-04-05T10:20:43.521-0500 [WARN]  agent: Check missed TTL, is now critical: check=vault:192.168.60.10:8200:vault-sealed-check
Apr 05 10:20:44 node-client-1 consul[5845]: 2023-04-05T10:20:44.335-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:20:44 node-client-1 consul[5845]: 2023-04-05T10:20:44.335-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:20:44 node-client-1 consul[5845]: 2023-04-05T10:20:44.666-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:20:44 node-client-1 consul[5845]: 2023-04-05T10:20:44.666-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:20:44 node-client-1 consul[5845]: 2023-04-05T10:20:44.901-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:20:44 node-client-1 consul[5845]: 2023-04-05T10:20:44.988-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:20:45 node-client-1 consul[5845]: 2023-04-05T10:20:45.113-0500 [INFO]  agent: Synced check: check=vault:192.168.60.10:8200:vault-sealed-check
Apr 05 10:21:01 node-client-1 consul[5845]: 2023-04-05T10:21:01.506-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:21:01 node-client-1 consul[5845]: 2023-04-05T10:21:01.515-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:21:28 node-client-1 consul[5845]: 2023-04-05T10:21:28.085-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:21:28 node-client-1 consul[5845]: 2023-04-05T10:21:28.088-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:21:53 node-client-1 consul[5845]: 2023-04-05T10:21:53.783-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:21:53 node-client-1 consul[5845]: 2023-04-05T10:21:53.791-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:22:03 node-client-1 consul[5845]: 2023-04-05T10:22:03.947-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:22:03 node-client-1 consul[5845]: 2023-04-05T10:22:03.949-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:22:03 node-client-1 consul[5845]: 2023-04-05T10:22:03.953-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:22:03 node-client-1 consul[5845]: 2023-04-05T10:22:03.953-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:22:03 node-client-1 consul[5845]: 2023-04-05T10:22:03.961-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:22:03 node-client-1 consul[5845]: 2023-04-05T10:22:03.965-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:22:23 node-client-1 consul[5845]: 2023-04-05T10:22:23.154-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:22:23 node-client-1 consul[5845]: 2023-04-05T10:22:23.159-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:22:52 node-client-1 consul[5845]: 2023-04-05T10:22:52.359-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:22:52 node-client-1 consul[5845]: 2023-04-05T10:22:52.360-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:23:17 node-client-1 consul[5845]: 2023-04-05T10:23:17.944-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:23:17 node-client-1 consul[5845]: 2023-04-05T10:23:17.948-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:23:33 node-client-1 consul[5845]: 2023-04-05T10:23:33.126-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:23:33 node-client-1 consul[5845]: 2023-04-05T10:23:33.145-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:23:34 node-client-1 consul[5845]: 2023-04-05T10:23:34.760-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:23:34 node-client-1 consul[5845]: 2023-04-05T10:23:34.764-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:23:34 node-client-1 consul[5845]: 2023-04-05T10:23:34.772-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:23:34 node-client-1 consul[5845]: 2023-04-05T10:23:34.774-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:23:34 node-client-1 consul[5845]: 2023-04-05T10:23:34.787-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:23:34 node-client-1 consul[5845]: 2023-04-05T10:23:34.792-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:23:48 node-client-1 consul[5845]: 2023-04-05T10:23:48.354-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:23:48 node-client-1 consul[5845]: 2023-04-05T10:23:48.357-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:24:07 node-client-1 consul[5845]: 2023-04-05T10:24:07.234-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:24:07 node-client-1 consul[5845]: 2023-04-05T10:24:07.241-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:24:34 node-client-1 consul[5845]: 2023-04-05T10:24:34.959-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:24:34 node-client-1 consul[5845]: 2023-04-05T10:24:34.960-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:24:59 node-client-1 consul[5845]: 2023-04-05T10:24:59.735-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:24:59 node-client-1 consul[5845]: 2023-04-05T10:24:59.737-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:25:10 node-client-1 consul[5845]: 2023-04-05T10:25:10.757-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:25:10 node-client-1 consul[5845]: 2023-04-05T10:25:10.761-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:25:10 node-client-1 consul[5845]: 2023-04-05T10:25:10.764-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:25:10 node-client-1 consul[5845]: 2023-04-05T10:25:10.764-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:25:10 node-client-1 consul[5845]: 2023-04-05T10:25:10.775-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:25:10 node-client-1 consul[5845]: 2023-04-05T10:25:10.784-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:25:18 node-client-1 consul[5845]: 2023-04-05T10:25:18.638-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:25:18 node-client-1 consul[5845]: 2023-04-05T10:25:18.638-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:25:39 node-client-1 consul[5845]: 2023-04-05T10:25:39.659-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:25:39 node-client-1 consul[5845]: 2023-04-05T10:25:39.671-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:26:00 node-client-1 consul[5845]: 2023-04-05T10:26:00.231-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:26:00 node-client-1 consul[5845]: 2023-04-05T10:26:00.233-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:26:16 node-client-1 consul[5845]: 2023-04-05T10:26:16.470-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:26:16 node-client-1 consul[5845]: 2023-04-05T10:26:16.476-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:26:16 node-client-1 consul[5845]: 2023-04-05T10:26:16.484-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:26:16 node-client-1 consul[5845]: 2023-04-05T10:26:16.490-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:26:16 node-client-1 consul[5845]: 2023-04-05T10:26:16.491-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:26:16 node-client-1 consul[5845]: 2023-04-05T10:26:16.492-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:26:16 node-client-1 consul[5845]: 2023-04-05T10:26:16.747-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:26:16 node-client-1 consul[5845]: 2023-04-05T10:26:16.750-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:26:38 node-client-1 consul[5845]: 2023-04-05T10:26:38.229-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:26:38 node-client-1 consul[5845]: 2023-04-05T10:26:38.232-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:26:53 node-client-1 consul[5845]: 2023-04-05T10:26:53.731-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:26:53 node-client-1 consul[5845]: 2023-04-05T10:26:53.738-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:27:18 node-client-1 consul[5845]: 2023-04-05T10:27:18.574-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:27:18 node-client-1 consul[5845]: 2023-04-05T10:27:18.576-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:27:43 node-client-1 consul[5845]: 2023-04-05T10:27:43.359-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:27:43 node-client-1 consul[5845]: 2023-04-05T10:27:43.511-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:28:02 node-client-1 consul[5845]: 2023-04-05T10:28:02.878-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:28:02 node-client-1 consul[5845]: 2023-04-05T10:28:02.884-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:28:13 node-client-1 consul[5845]: 2023-04-05T10:28:13.618-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:28:13 node-client-1 consul[5845]: 2023-04-05T10:28:13.623-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:28:13 node-client-1 consul[5845]: 2023-04-05T10:28:13.624-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:28:13 node-client-1 consul[5845]: 2023-04-05T10:28:13.625-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:28:13 node-client-1 consul[5845]: 2023-04-05T10:28:13.631-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:28:13 node-client-1 consul[5845]: 2023-04-05T10:28:13.633-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:28:19 node-client-1 consul[5845]: 2023-04-05T10:28:19.280-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:28:19 node-client-1 consul[5845]: 2023-04-05T10:28:19.283-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:28:46 node-client-1 consul[5845]: 2023-04-05T10:28:46.523-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:28:46 node-client-1 consul[5845]: 2023-04-05T10:28:46.528-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:29:02 node-client-1 consul[5845]: 2023-04-05T10:29:02.958-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:29:02 node-client-1 consul[5845]: 2023-04-05T10:29:02.961-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:29:16 node-client-1 consul[5845]: 2023-04-05T10:29:16.911-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:29:16 node-client-1 consul[5845]: 2023-04-05T10:29:16.914-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:29:16 node-client-1 consul[5845]: 2023-04-05T10:29:16.915-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:29:16 node-client-1 consul[5845]: 2023-04-05T10:29:16.915-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:29:16 node-client-1 consul[5845]: 2023-04-05T10:29:16.920-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:29:16 node-client-1 consul[5845]: 2023-04-05T10:29:16.926-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:29:20 node-client-1 consul[5845]: 2023-04-05T10:29:20.673-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:29:20 node-client-1 consul[5845]: 2023-04-05T10:29:20.673-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:29:38 node-client-1 consul[5845]: 2023-04-05T10:29:38.216-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:29:38 node-client-1 consul[5845]: 2023-04-05T10:29:38.218-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:30:04 node-client-1 consul[5845]: 2023-04-05T10:30:04.393-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:30:04 node-client-1 consul[5845]: 2023-04-05T10:30:04.396-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:30:32 node-client-1 consul[5845]: 2023-04-05T10:30:32.731-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:30:32 node-client-1 consul[5845]: 2023-04-05T10:30:32.734-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:30:48 node-client-1 consul[5845]: 2023-04-05T10:30:48.596-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:30:48 node-client-1 consul[5845]: 2023-04-05T10:30:48.600-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:30:50 node-client-1 consul[5845]: 2023-04-05T10:30:50.988-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:30:50 node-client-1 consul[5845]: 2023-04-05T10:30:50.990-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:30:50 node-client-1 consul[5845]: 2023-04-05T10:30:50.997-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:30:50 node-client-1 consul[5845]: 2023-04-05T10:30:50.997-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:30:51 node-client-1 consul[5845]: 2023-04-05T10:30:51.005-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:30:51 node-client-1 consul[5845]: 2023-04-05T10:30:51.013-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:31:09 node-client-1 consul[5845]: 2023-04-05T10:31:09.444-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:31:09 node-client-1 consul[5845]: 2023-04-05T10:31:09.447-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:31:25 node-client-1 consul[5845]: 2023-04-05T10:31:25.470-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:31:25 node-client-1 consul[5845]: 2023-04-05T10:31:25.483-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:31:51 node-client-1 consul[5845]: 2023-04-05T10:31:51.185-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:31:51 node-client-1 consul[5845]: 2023-04-05T10:31:51.186-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:32:03 node-client-1 consul[5845]: 2023-04-05T10:32:03.132-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:32:03 node-client-1 consul[5845]: 2023-04-05T10:32:03.135-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:32:03 node-client-1 consul[5845]: 2023-04-05T10:32:03.137-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:32:03 node-client-1 consul[5845]: 2023-04-05T10:32:03.137-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:32:03 node-client-1 consul[5845]: 2023-04-05T10:32:03.144-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:32:03 node-client-1 consul[5845]: 2023-04-05T10:32:03.152-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:32:07 node-client-1 consul[5845]: 2023-04-05T10:32:07.877-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:32:07 node-client-1 consul[5845]: 2023-04-05T10:32:07.878-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:32:36 node-client-1 consul[5845]: 2023-04-05T10:32:36.136-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:32:36 node-client-1 consul[5845]: 2023-04-05T10:32:36.142-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:32:54 node-client-1 consul[5845]: 2023-04-05T10:32:54.669-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:32:54 node-client-1 consul[5845]: 2023-04-05T10:32:54.671-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:33:21 node-client-1 consul[5845]: 2023-04-05T10:33:21.687-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:33:21 node-client-1 consul[5845]: 2023-04-05T10:33:21.689-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:33:42 node-client-1 consul[5845]: 2023-04-05T10:33:42.050-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:33:42 node-client-1 consul[5845]: 2023-04-05T10:33:42.053-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:33:45 node-client-1 consul[5845]: 2023-04-05T10:33:45.392-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:33:45 node-client-1 consul[5845]: 2023-04-05T10:33:45.395-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:33:45 node-client-1 consul[5845]: 2023-04-05T10:33:45.400-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:33:45 node-client-1 consul[5845]: 2023-04-05T10:33:45.401-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:33:45 node-client-1 consul[5845]: 2023-04-05T10:33:45.407-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:33:45 node-client-1 consul[5845]: 2023-04-05T10:33:45.412-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:34:08 node-client-1 consul[5845]: 2023-04-05T10:34:08.955-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:34:08 node-client-1 consul[5845]: 2023-04-05T10:34:08.968-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:34:37 node-client-1 consul[5845]: 2023-04-05T10:34:37.988-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:34:37 node-client-1 consul[5845]: 2023-04-05T10:34:37.990-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:35:02 node-client-1 consul[5845]: 2023-04-05T10:35:02.749-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:35:02 node-client-1 consul[5845]: 2023-04-05T10:35:02.758-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:35:16 node-client-1 consul[5845]: 2023-04-05T10:35:16.662-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:35:16 node-client-1 consul[5845]: 2023-04-05T10:35:16.665-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:35:16 node-client-1 consul[5845]: 2023-04-05T10:35:16.668-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:35:16 node-client-1 consul[5845]: 2023-04-05T10:35:16.668-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:35:16 node-client-1 consul[5845]: 2023-04-05T10:35:16.680-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:35:16 node-client-1 consul[5845]: 2023-04-05T10:35:16.685-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:35:29 node-client-1 consul[5845]: 2023-04-05T10:35:29.607-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:35:29 node-client-1 consul[5845]: 2023-04-05T10:35:29.612-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:35:45 node-client-1 consul[5845]: 2023-04-05T10:35:45.948-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:35:45 node-client-1 consul[5845]: 2023-04-05T10:35:45.954-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:36:05 node-client-1 consul[5845]: 2023-04-05T10:36:05.748-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:36:05 node-client-1 consul[5845]: 2023-04-05T10:36:05.750-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:36:30 node-client-1 consul[5845]: 2023-04-05T10:36:30.563-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:36:30 node-client-1 consul[5845]: 2023-04-05T10:36:30.566-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:36:44 node-client-1 consul[5845]: 2023-04-05T10:36:44.207-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:36:44 node-client-1 consul[5845]: 2023-04-05T10:36:44.210-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:36:44 node-client-1 consul[5845]: 2023-04-05T10:36:44.220-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:36:44 node-client-1 consul[5845]: 2023-04-05T10:36:44.221-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:36:44 node-client-1 consul[5845]: 2023-04-05T10:36:44.237-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:36:44 node-client-1 consul[5845]: 2023-04-05T10:36:44.242-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:36:49 node-client-1 consul[5845]: 2023-04-05T10:36:49.241-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:36:49 node-client-1 consul[5845]: 2023-04-05T10:36:49.243-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:37:07 node-client-1 consul[5845]: 2023-04-05T10:37:07.696-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:37:07 node-client-1 consul[5845]: 2023-04-05T10:37:07.704-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:37:28 node-client-1 consul[5845]: 2023-04-05T10:37:28.384-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:37:28 node-client-1 consul[5845]: 2023-04-05T10:37:28.388-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:37:50 node-client-1 consul[5845]: 2023-04-05T10:37:50.314-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:37:50 node-client-1 consul[5845]: 2023-04-05T10:37:50.323-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:37:53 node-client-1 consul[5845]: 2023-04-05T10:37:53.630-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:37:53 node-client-1 consul[5845]: 2023-04-05T10:37:53.631-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:37:53 node-client-1 consul[5845]: 2023-04-05T10:37:53.635-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:37:53 node-client-1 consul[5845]: 2023-04-05T10:37:53.636-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:37:53 node-client-1 consul[5845]: 2023-04-05T10:37:53.641-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:37:53 node-client-1 consul[5845]: 2023-04-05T10:37:53.644-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:38:07 node-client-1 consul[5845]: 2023-04-05T10:38:07.142-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:38:07 node-client-1 consul[5845]: 2023-04-05T10:38:07.145-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:38:22 node-client-1 consul[5845]: 2023-04-05T10:38:22.708-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:38:22 node-client-1 consul[5845]: 2023-04-05T10:38:22.714-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:38:40 node-client-1 consul[5845]: 2023-04-05T10:38:40.333-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:38:40 node-client-1 consul[5845]: 2023-04-05T10:38:40.334-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:38:58 node-client-1 consul[5845]: 2023-04-05T10:38:58.795-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:38:58 node-client-1 consul[5845]: 2023-04-05T10:38:58.806-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:39:17 node-client-1 consul[5845]: 2023-04-05T10:39:17.329-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:39:17 node-client-1 consul[5845]: 2023-04-05T10:39:17.330-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:39:42 node-client-1 consul[5845]: 2023-04-05T10:39:42.709-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:39:42 node-client-1 consul[5845]: 2023-04-05T10:39:42.713-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:39:49 node-client-1 consul[5845]: 2023-04-05T10:39:49.740-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:39:49 node-client-1 consul[5845]: 2023-04-05T10:39:49.742-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:39:49 node-client-1 consul[5845]: 2023-04-05T10:39:49.757-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:39:49 node-client-1 consul[5845]: 2023-04-05T10:39:49.757-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:39:49 node-client-1 consul[5845]: 2023-04-05T10:39:49.765-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:39:49 node-client-1 consul[5845]: 2023-04-05T10:39:49.771-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:40:10 node-client-1 consul[5845]: 2023-04-05T10:40:10.135-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:40:10 node-client-1 consul[5845]: 2023-04-05T10:40:10.139-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:40:28 node-client-1 consul[5845]: 2023-04-05T10:40:28.289-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:40:28 node-client-1 consul[5845]: 2023-04-05T10:40:28.300-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:40:31 node-client-1 consul[5845]: 2023-04-05T10:40:31.219-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed fallback TCP ping: timeout 1s: read tcp 10.211.55.118:36850->192.168.60.10:8301: i/o timeout
Apr 05 10:40:45 node-client-1 consul[5845]: 2023-04-05T10:40:45.132-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:40:45 node-client-1 consul[5845]: 2023-04-05T10:40:45.138-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:41:03 node-client-1 consul[5845]: 2023-04-05T10:41:03.482-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:41:03 node-client-1 consul[5845]: 2023-04-05T10:41:03.487-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:41:03 node-client-1 consul[5845]: 2023-04-05T10:41:03.493-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:41:03 node-client-1 consul[5845]: 2023-04-05T10:41:03.493-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:41:03 node-client-1 consul[5845]: 2023-04-05T10:41:03.498-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:41:03 node-client-1 consul[5845]: 2023-04-05T10:41:03.509-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:41:08 node-client-1 consul[5845]: 2023-04-05T10:41:08.834-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:41:08 node-client-1 consul[5845]: 2023-04-05T10:41:08.836-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:41:37 node-client-1 consul[5845]: 2023-04-05T10:41:37.933-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:41:37 node-client-1 consul[5845]: 2023-04-05T10:41:37.937-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:41:59 node-client-1 consul[5845]: 2023-04-05T10:41:59.736-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:41:59 node-client-1 consul[5845]: 2023-04-05T10:41:59.741-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:42:20 node-client-1 consul[5845]: 2023-04-05T10:42:20.383-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:42:20 node-client-1 consul[5845]: 2023-04-05T10:42:20.391-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:42:20 node-client-1 consul[5845]: 2023-04-05T10:42:20.399-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:42:20 node-client-1 consul[5845]: 2023-04-05T10:42:20.400-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:42:20 node-client-1 consul[5845]: 2023-04-05T10:42:20.407-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:42:20 node-client-1 consul[5845]: 2023-04-05T10:42:20.412-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:42:23 node-client-1 consul[5845]: 2023-04-05T10:42:23.044-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:42:23 node-client-1 consul[5845]: 2023-04-05T10:42:23.047-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:42:48 node-client-1 consul[5845]: 2023-04-05T10:42:48.129-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:42:48 node-client-1 consul[5845]: 2023-04-05T10:42:48.132-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:43:05 node-client-1 consul[5845]: 2023-04-05T10:43:05.028-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:43:05 node-client-1 consul[5845]: 2023-04-05T10:43:05.042-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:43:21 node-client-1 consul[5845]: 2023-04-05T10:43:21.997-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:43:22 node-client-1 consul[5845]: 2023-04-05T10:43:22.000-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:43:42 node-client-1 consul[5845]: 2023-04-05T10:43:42.982-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:43:42 node-client-1 consul[5845]: 2023-04-05T10:43:42.987-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:43:45 node-client-1 consul[5845]: 2023-04-05T10:43:45.987-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:43:45 node-client-1 consul[5845]: 2023-04-05T10:43:45.988-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:43:45 node-client-1 consul[5845]: 2023-04-05T10:43:45.991-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:43:45 node-client-1 consul[5845]: 2023-04-05T10:43:45.992-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:43:45 node-client-1 consul[5845]: 2023-04-05T10:43:45.999-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:43:46 node-client-1 consul[5845]: 2023-04-05T10:43:46.003-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:44:06 node-client-1 consul[5845]: 2023-04-05T10:44:06.276-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:44:06 node-client-1 consul[5845]: 2023-04-05T10:44:06.279-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:44:27 node-client-1 consul[5845]: 2023-04-05T10:44:27.973-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:44:27 node-client-1 consul[5845]: 2023-04-05T10:44:27.996-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:44:46 node-client-1 consul[5845]: 2023-04-05T10:44:46.287-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:44:46 node-client-1 consul[5845]: 2023-04-05T10:44:46.291-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:45:10 node-client-1 consul[5845]: 2023-04-05T10:45:10.540-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:45:10 node-client-1 consul[5845]: 2023-04-05T10:45:10.543-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:45:10 node-client-1 consul[5845]: 2023-04-05T10:45:10.545-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:45:10 node-client-1 consul[5845]: 2023-04-05T10:45:10.546-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:45:10 node-client-1 consul[5845]: 2023-04-05T10:45:10.569-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:45:10 node-client-1 consul[5845]: 2023-04-05T10:45:10.573-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:45:13 node-client-1 consul[5845]: 2023-04-05T10:45:13.898-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:45:13 node-client-1 consul[5845]: 2023-04-05T10:45:13.899-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:45:38 node-client-1 consul[5845]: 2023-04-05T10:45:38.046-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:45:38 node-client-1 consul[5845]: 2023-04-05T10:45:38.050-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:46:03 node-client-1 consul[5845]: 2023-04-05T10:46:03.855-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:46:03 node-client-1 consul[5845]: 2023-04-05T10:46:03.858-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:46:21 node-client-1 consul[5845]: 2023-04-05T10:46:21.127-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:46:21 node-client-1 consul[5845]: 2023-04-05T10:46:21.130-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:46:48 node-client-1 consul[5845]: 2023-04-05T10:46:48.671-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:46:48 node-client-1 consul[5845]: 2023-04-05T10:46:48.682-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:47:04 node-client-1 consul[5845]: 2023-04-05T10:47:04.770-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:47:04 node-client-1 consul[5845]: 2023-04-05T10:47:04.771-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:47:04 node-client-1 consul[5845]: 2023-04-05T10:47:04.774-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:47:04 node-client-1 consul[5845]: 2023-04-05T10:47:04.774-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:47:04 node-client-1 consul[5845]: 2023-04-05T10:47:04.784-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:47:04 node-client-1 consul[5845]: 2023-04-05T10:47:04.789-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:47:11 node-client-1 consul[5845]: 2023-04-05T10:47:11.124-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:47:11 node-client-1 consul[5845]: 2023-04-05T10:47:11.125-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:47:35 node-client-1 consul[5845]: 2023-04-05T10:47:35.355-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:47:35 node-client-1 consul[5845]: 2023-04-05T10:47:35.379-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:47:55 node-client-1 consul[5845]: 2023-04-05T10:47:55.857-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:47:55 node-client-1 consul[5845]: 2023-04-05T10:47:55.863-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:48:07 node-client-1 consul[5845]: 2023-04-05T10:48:07.989-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:48:07 node-client-1 consul[5845]: 2023-04-05T10:48:07.994-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:48:07 node-client-1 consul[5845]: 2023-04-05T10:48:07.996-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:48:07 node-client-1 consul[5845]: 2023-04-05T10:48:07.997-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:48:08 node-client-1 consul[5845]: 2023-04-05T10:48:08.004-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:48:08 node-client-1 consul[5845]: 2023-04-05T10:48:08.006-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:48:21 node-client-1 consul[5845]: 2023-04-05T10:48:21.567-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:48:21 node-client-1 consul[5845]: 2023-04-05T10:48:21.568-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:48:37 node-client-1 consul[5845]: 2023-04-05T10:48:37.113-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:48:37 node-client-1 consul[5845]: 2023-04-05T10:48:37.120-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:48:59 node-client-1 consul[5845]: 2023-04-05T10:48:59.473-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:48:59 node-client-1 consul[5845]: 2023-04-05T10:48:59.478-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:49:18 node-client-1 consul[5845]: 2023-04-05T10:49:18.852-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:49:18 node-client-1 consul[5845]: 2023-04-05T10:49:18.856-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:49:40 node-client-1 consul[5845]: 2023-04-05T10:49:40.084-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:49:40 node-client-1 consul[5845]: 2023-04-05T10:49:40.088-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:49:51 node-client-1 consul[5845]: 2023-04-05T10:49:51.704-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:49:51 node-client-1 consul[5845]: 2023-04-05T10:49:51.708-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:49:51 node-client-1 consul[5845]: 2023-04-05T10:49:51.710-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:49:51 node-client-1 consul[5845]: 2023-04-05T10:49:51.710-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:49:51 node-client-1 consul[5845]: 2023-04-05T10:49:51.718-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:49:51 node-client-1 consul[5845]: 2023-04-05T10:49:51.722-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:50:05 node-client-1 consul[5845]: 2023-04-05T10:50:05.251-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:50:05 node-client-1 consul[5845]: 2023-04-05T10:50:05.253-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:50:29 node-client-1 consul[5845]: 2023-04-05T10:50:29.602-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:50:29 node-client-1 consul[5845]: 2023-04-05T10:50:29.611-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:50:55 node-client-1 consul[5845]: 2023-04-05T10:50:55.871-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:50:55 node-client-1 consul[5845]: 2023-04-05T10:50:55.874-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:51:14 node-client-1 consul[5845]: 2023-04-05T10:51:14.340-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:51:14 node-client-1 consul[5845]: 2023-04-05T10:51:14.357-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:51:16 node-client-1 consul[5845]: 2023-04-05T10:51:16.340-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:51:16 node-client-1 consul[5845]: 2023-04-05T10:51:16.340-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:51:16 node-client-1 consul[5845]: 2023-04-05T10:51:16.341-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:51:16 node-client-1 consul[5845]: 2023-04-05T10:51:16.341-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:51:16 node-client-1 consul[5845]: 2023-04-05T10:51:16.346-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:51:16 node-client-1 consul[5845]: 2023-04-05T10:51:16.348-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:51:40 node-client-1 consul[5845]: 2023-04-05T10:51:40.610-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:51:40 node-client-1 consul[5845]: 2023-04-05T10:51:40.614-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:52:10 node-client-1 consul[5845]: 2023-04-05T10:52:10.057-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:52:10 node-client-1 consul[5845]: 2023-04-05T10:52:10.066-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:52:34 node-client-1 consul[5845]: 2023-04-05T10:52:34.637-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:52:34 node-client-1 consul[5845]: 2023-04-05T10:52:34.638-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:52:34 node-client-1 consul[5845]: 2023-04-05T10:52:34.913-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:52:34 node-client-1 consul[5845]: 2023-04-05T10:52:34.913-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:52:34 node-client-1 consul[5845]: 2023-04-05T10:52:34.916-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:52:34 node-client-1 consul[5845]: 2023-04-05T10:52:34.917-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:52:34 node-client-1 consul[5845]: 2023-04-05T10:52:34.928-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:52:34 node-client-1 consul[5845]: 2023-04-05T10:52:34.933-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:53:04 node-client-1 consul[5845]: 2023-04-05T10:53:04.067-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:53:04 node-client-1 consul[5845]: 2023-04-05T10:53:04.075-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:53:34 node-client-1 consul[5845]: 2023-04-05T10:53:34.017-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:53:34 node-client-1 consul[5845]: 2023-04-05T10:53:34.019-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:53:51 node-client-1 consul[5845]: 2023-04-05T10:53:51.269-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:53:51 node-client-1 consul[5845]: 2023-04-05T10:53:51.281-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:54:10 node-client-1 consul[5845]: 2023-04-05T10:54:10.250-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:54:10 node-client-1 consul[5845]: 2023-04-05T10:54:10.254-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:54:10 node-client-1 consul[5845]: 2023-04-05T10:54:10.262-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:54:10 node-client-1 consul[5845]: 2023-04-05T10:54:10.262-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:54:10 node-client-1 consul[5845]: 2023-04-05T10:54:10.269-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:54:10 node-client-1 consul[5845]: 2023-04-05T10:54:10.280-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:54:14 node-client-1 consul[5845]: 2023-04-05T10:54:14.535-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:54:14 node-client-1 consul[5845]: 2023-04-05T10:54:14.536-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:54:43 node-client-1 consul[5845]: 2023-04-05T10:54:43.841-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:54:43 node-client-1 consul[5845]: 2023-04-05T10:54:43.854-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:55:03 node-client-1 consul[5845]: 2023-04-05T10:55:03.368-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:55:03 node-client-1 consul[5845]: 2023-04-05T10:55:03.372-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:55:31 node-client-1 consul[5845]: 2023-04-05T10:55:31.522-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:55:31 node-client-1 consul[5845]: 2023-04-05T10:55:31.530-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:55:34 node-client-1 consul[5845]: 2023-04-05T10:55:34.094-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:55:34 node-client-1 consul[5845]: 2023-04-05T10:55:34.095-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:55:34 node-client-1 consul[5845]: 2023-04-05T10:55:34.110-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:55:34 node-client-1 consul[5845]: 2023-04-05T10:55:34.112-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:55:34 node-client-1 consul[5845]: 2023-04-05T10:55:34.112-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:55:34 node-client-1 consul[5845]: 2023-04-05T10:55:34.126-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:55:54 node-client-1 consul[5845]: 2023-04-05T10:55:54.267-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:55:54 node-client-1 consul[5845]: 2023-04-05T10:55:54.269-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:56:15 node-client-1 consul[5845]: 2023-04-05T10:56:15.944-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:56:15 node-client-1 consul[5845]: 2023-04-05T10:56:15.956-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:56:42 node-client-1 consul[5845]: 2023-04-05T10:56:42.293-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:56:42 node-client-1 consul[5845]: 2023-04-05T10:56:42.299-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:57:01 node-client-1 consul[5845]: 2023-04-05T10:57:01.681-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:57:01 node-client-1 consul[5845]: 2023-04-05T10:57:01.688-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:57:01 node-client-1 consul[5845]: 2023-04-05T10:57:01.705-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:57:01 node-client-1 consul[5845]: 2023-04-05T10:57:01.710-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:57:01 node-client-1 consul[5845]: 2023-04-05T10:57:01.712-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:57:01 node-client-1 consul[5845]: 2023-04-05T10:57:01.712-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:57:10 node-client-1 consul[5845]: 2023-04-05T10:57:10.915-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:57:10 node-client-1 consul[5845]: 2023-04-05T10:57:10.917-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:57:35 node-client-1 consul[5845]: 2023-04-05T10:57:35.137-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:57:35 node-client-1 consul[5845]: 2023-04-05T10:57:35.151-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:57:56 node-client-1 consul[5845]: 2023-04-05T10:57:56.530-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:57:56 node-client-1 consul[5845]: 2023-04-05T10:57:56.533-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:58:20 node-client-1 consul[5845]: 2023-04-05T10:58:20.113-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:58:20 node-client-1 consul[5845]: 2023-04-05T10:58:20.124-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:58:36 node-client-1 consul[5845]: 2023-04-05T10:58:36.453-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:58:36 node-client-1 consul[5845]: 2023-04-05T10:58:36.454-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 10:58:36 node-client-1 consul[5845]: 2023-04-05T10:58:36.457-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:58:36 node-client-1 consul[5845]: 2023-04-05T10:58:36.458-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 10:58:36 node-client-1 consul[5845]: 2023-04-05T10:58:36.464-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:58:36 node-client-1 consul[5845]: 2023-04-05T10:58:36.470-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 10:58:38 node-client-1 consul[5845]: 2023-04-05T10:58:38.614-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:58:38 node-client-1 consul[5845]: 2023-04-05T10:58:38.617-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:59:00 node-client-1 consul[5845]: 2023-04-05T10:59:00.920-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed to send UDP ping: write udp [::]:8301->192.168.60.30:8301: sendto: network is unreachable
Apr 05 10:59:00 node-client-1 consul[5845]: 2023-04-05T10:59:00.920-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed to send indirect UDP ping: write udp [::]:8301->192.168.60.10:8301: sendto: network is unreachable
Apr 05 10:59:01 node-client-1 consul[5845]: 2023-04-05T10:59:01.920-0500 [INFO]  agent.client.memberlist.lan: memberlist: Suspect node-server-3 has failed, no acks received
Apr 05 10:59:02 node-client-1 consul[5845]: 2023-04-05T10:59:02.350-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 10:59:02 node-client-1 consul[5845]: 2023-04-05T10:59:02.354-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 10:59:05 node-client-1 consul[5845]: 2023-04-05T10:59:05.921-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed to send UDP ping: write udp [::]:8301->192.168.60.30:8301: sendto: network is unreachable
Apr 05 10:59:05 node-client-1 consul[5845]: 2023-04-05T10:59:05.924-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed to send indirect UDP ping: write udp [::]:8301->192.168.60.10:8301: sendto: network is unreachable
Apr 05 10:59:05 node-client-1 consul[5845]: 2023-04-05T10:59:05.924-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed to send indirect UDP ping: write udp [::]:8301->192.168.60.20:8301: sendto: network is unreachable
Apr 05 10:59:05 node-client-1 consul[5845]: 2023-04-05T10:59:05.925-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed to send indirect UDP ping: write udp [::]:8301->192.168.61.30:8301: sendto: network is unreachable
Apr 05 10:59:06 node-client-1 consul[5845]: 2023-04-05T10:59:06.920-0500 [INFO]  agent.client.memberlist.lan: memberlist: Suspect node-server-3 has failed, no acks received
Apr 05 10:59:06 node-client-1 consul[5845]: 2023-04-05T10:59:06.923-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed to send UDP ping: write udp [::]:8301->192.168.61.20:8301: sendto: network is unreachable
Apr 05 10:59:06 node-client-1 consul[5845]: 2023-04-05T10:59:06.923-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed to send indirect UDP ping: write udp [::]:8301->192.168.61.30:8301: sendto: network is unreachable
Apr 05 10:59:06 node-client-1 consul[5845]: 2023-04-05T10:59:06.923-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed to send indirect UDP ping: write udp [::]:8301->192.168.60.10:8301: sendto: network is unreachable
Apr 05 10:59:06 node-client-1 consul[5845]: 2023-04-05T10:59:06.924-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed to send indirect UDP ping: write udp [::]:8301->192.168.60.20:8301: sendto: network is unreachable
Apr 05 10:59:08 node-client-1 consul[5845]: 2023-04-05T10:59:08.727-0500 [WARN]  agent: Check is now critical: check=_nomad-check-2aa99192d18a7e3a14b1deb7ef8e1863714c4db0
Apr 05 10:59:09 node-client-1 consul[5845]: 2023-04-05T10:59:09.992-0500 [WARN]  agent: Check missed TTL, is now critical: check=vault:192.168.60.10:8200:vault-sealed-check
Apr 05 10:59:10 node-client-1 consul[5845]: 2023-04-05T10:59:10.921-0500 [INFO]  agent.client.memberlist.lan: memberlist: Suspect node-client-2 has failed, no acks received
Apr 05 10:59:11 node-client-1 consul[5845]: 2023-04-05T10:59:11.048-0500 [WARN]  agent.client.memberlist.lan: memberlist: Refuting a suspect message (from: node-server-2)
Apr 05 10:59:12 node-client-1 consul[5845]: 2023-04-05T10:59:12.299-0500 [INFO]  agent.client: New leader elected: payload=node-server-3
Apr 05 10:59:12 node-client-1 consul[5845]: 2023-04-05T10:59:12.363-0500 [INFO]  agent: Synced check: check=_nomad-check-2aa99192d18a7e3a14b1deb7ef8e1863714c4db0
Apr 05 10:59:12 node-client-1 consul[5845]: 2023-04-05T10:59:12.387-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 10:59:12 node-client-1 consul[5845]: 2023-04-05T10:59:12.391-0500 [INFO]  agent: Synced check: check=vault:192.168.60.10:8200:vault-sealed-check
Apr 05 10:59:12 node-client-1 consul[5845]: 2023-04-05T10:59:12.397-0500 [INFO]  agent: Synced check: check=vault:192.168.60.10:8200:vault-sealed-check
Apr 05 11:02:14 node-client-1 consul[5845]: 2023-04-05T11:02:14.161-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:02:14 node-client-1 consul[5845]: 2023-04-05T11:02:14.162-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 11:02:14 node-client-1 consul[5845]: 2023-04-05T11:02:14.171-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 11:02:14 node-client-1 consul[5845]: 2023-04-05T11:02:14.175-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 11:02:14 node-client-1 consul[5845]: 2023-04-05T11:02:14.177-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:02:14 node-client-1 consul[5845]: 2023-04-05T11:02:14.177-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 11:02:18 node-client-1 consul[5845]: 2023-04-05T11:02:18.914-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 11:02:18 node-client-1 consul[5845]: 2023-04-05T11:02:18.924-0500 [INFO]  agent: Synced check: check=vault:192.168.60.10:8200:vault-sealed-check
Apr 05 11:02:19 node-client-1 consul[5845]: 2023-04-05T11:02:19.521-0500 [INFO]  agent: Synced check: check=_nomad-check-2aa99192d18a7e3a14b1deb7ef8e1863714c4db0
Apr 05 11:02:21 node-client-1 consul[5845]: 2023-04-05T11:02:21.687-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:02:21 node-client-1 consul[5845]: 2023-04-05T11:02:21.689-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:02:50 node-client-1 consul[5845]: 2023-04-05T11:02:50.340-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:02:50 node-client-1 consul[5845]: 2023-04-05T11:02:50.348-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:03:13 node-client-1 consul[5845]: 2023-04-05T11:03:13.744-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:03:13 node-client-1 consul[5845]: 2023-04-05T11:03:13.746-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:03:36 node-client-1 consul[5845]: 2023-04-05T11:03:36.187-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:03:36 node-client-1 consul[5845]: 2023-04-05T11:03:36.194-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:03:55 node-client-1 consul[5845]: 2023-04-05T11:03:55.173-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:03:55 node-client-1 consul[5845]: 2023-04-05T11:03:55.177-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:04:03 node-client-1 consul[5845]: 2023-04-05T11:04:03.816-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:04:03 node-client-1 consul[5845]: 2023-04-05T11:04:03.825-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 11:04:03 node-client-1 consul[5845]: 2023-04-05T11:04:03.829-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:04:03 node-client-1 consul[5845]: 2023-04-05T11:04:03.829-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 11:04:03 node-client-1 consul[5845]: 2023-04-05T11:04:03.838-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 11:04:03 node-client-1 consul[5845]: 2023-04-05T11:04:03.843-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 11:04:11 node-client-1 consul[5845]: 2023-04-05T11:04:11.241-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:04:11 node-client-1 consul[5845]: 2023-04-05T11:04:11.248-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:04:35 node-client-1 consul[5845]: 2023-04-05T11:04:35.778-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:04:35 node-client-1 consul[5845]: 2023-04-05T11:04:35.784-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:04:54 node-client-1 consul[5845]: 2023-04-05T11:04:54.829-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:04:54 node-client-1 consul[5845]: 2023-04-05T11:04:54.832-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:05:09 node-client-1 consul[5845]: 2023-04-05T11:05:09.612-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:05:09 node-client-1 consul[5845]: 2023-04-05T11:05:09.614-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 11:05:09 node-client-1 consul[5845]: 2023-04-05T11:05:09.616-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:05:09 node-client-1 consul[5845]: 2023-04-05T11:05:09.616-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 11:05:09 node-client-1 consul[5845]: 2023-04-05T11:05:09.623-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 11:05:09 node-client-1 consul[5845]: 2023-04-05T11:05:09.629-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 11:05:21 node-client-1 consul[5845]: 2023-04-05T11:05:21.023-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:05:21 node-client-1 consul[5845]: 2023-04-05T11:05:21.027-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:05:44 node-client-1 consul[5845]: 2023-04-05T11:05:44.739-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:05:44 node-client-1 consul[5845]: 2023-04-05T11:05:44.754-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:06:10 node-client-1 consul[5845]: 2023-04-05T11:06:10.633-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:06:10 node-client-1 consul[5845]: 2023-04-05T11:06:10.637-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:06:29 node-client-1 consul[5845]: 2023-04-05T11:06:29.276-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:06:29 node-client-1 consul[5845]: 2023-04-05T11:06:29.287-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 11:06:29 node-client-1 consul[5845]: 2023-04-05T11:06:29.292-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:06:29 node-client-1 consul[5845]: 2023-04-05T11:06:29.292-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 11:06:29 node-client-1 consul[5845]: 2023-04-05T11:06:29.304-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 11:06:29 node-client-1 consul[5845]: 2023-04-05T11:06:29.312-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 11:06:29 node-client-1 consul[5845]: 2023-04-05T11:06:29.657-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:06:29 node-client-1 consul[5845]: 2023-04-05T11:06:29.659-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:06:49 node-client-1 consul[5845]: 2023-04-05T11:06:49.954-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:06:49 node-client-1 consul[5845]: 2023-04-05T11:06:49.957-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:07:05 node-client-1 consul[5845]: 2023-04-05T11:07:05.667-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:07:05 node-client-1 consul[5845]: 2023-04-05T11:07:05.712-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:07:07 node-client-1 consul[5845]: 2023-04-05T11:07:07.688-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed to send UDP ping: write udp [::]:8301->192.168.61.20:8301: sendto: network is unreachable
Apr 05 11:07:07 node-client-1 consul[5845]: 2023-04-05T11:07:07.690-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed to send indirect UDP ping: write udp [::]:8301->192.168.60.20:8301: sendto: network is unreachable
Apr 05 11:07:07 node-client-1 consul[5845]: 2023-04-05T11:07:07.690-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed to send indirect UDP ping: write udp [::]:8301->192.168.60.30:8301: sendto: network is unreachable
Apr 05 11:07:07 node-client-1 consul[5845]: 2023-04-05T11:07:07.690-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed to send indirect UDP ping: write udp [::]:8301->192.168.60.10:8301: sendto: network is unreachable
Apr 05 11:07:07 node-client-1 consul[5845]: 2023-04-05T11:07:07.710-0500 [WARN]  agent: Check missed TTL, is now critical: check=vault:192.168.60.10:8200:vault-sealed-check
Apr 05 11:07:08 node-client-1 consul[5845]: 2023-04-05T11:07:08.711-0500 [INFO]  agent.client.memberlist.lan: memberlist: Suspect node-client-2 has failed, no acks received
Apr 05 11:07:08 node-client-1 consul[5845]: 2023-04-05T11:07:08.713-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed to send UDP ping: write udp [::]:8301->192.168.61.30:8301: sendto: network is unreachable
Apr 05 11:07:08 node-client-1 consul[5845]: 2023-04-05T11:07:08.713-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed to send indirect UDP ping: write udp [::]:8301->192.168.60.10:8301: sendto: network is unreachable
Apr 05 11:07:08 node-client-1 consul[5845]: 2023-04-05T11:07:08.713-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed to send indirect UDP ping: write udp [::]:8301->192.168.60.20:8301: sendto: network is unreachable
Apr 05 11:07:08 node-client-1 consul[5845]: 2023-04-05T11:07:08.714-0500 [ERROR] agent.client.memberlist.lan: memberlist: Failed to send indirect UDP ping: write udp [::]:8301->192.168.60.30:8301: sendto: network is unreachable
Apr 05 11:07:10 node-client-1 consul[5845]: 2023-04-05T11:07:10.623-0500 [WARN]  agent: Check is now critical: check=_nomad-check-2aa99192d18a7e3a14b1deb7ef8e1863714c4db0
Apr 05 11:09:19 node-client-1 consul[5845]: 2023-04-05T11:09:19.165-0500 [WARN]  agent.client.memberlist.lan: memberlist: Refuting a suspect message (from: node-client-3)
Apr 05 11:09:20 node-client-1 consul[5845]: 2023-04-05T11:09:20.017-0500 [INFO]  agent.client.memberlist.lan: memberlist: Suspect node-client-3 has failed, no acks received
Apr 05 11:09:25 node-client-1 consul[5845]: 2023-04-05T11:09:25.884-0500 [INFO]  agent.client: New leader elected: payload=node-server-3
Apr 05 11:09:32 node-client-1 consul[5845]: 2023-04-05T11:09:32.019-0500 [INFO]  agent: Synced check: check=vault:192.168.60.10:8200:vault-sealed-check
Apr 05 11:09:32 node-client-1 consul[5845]: 2023-04-05T11:09:32.033-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 11:09:32 node-client-1 consul[5845]: 2023-04-05T11:09:32.036-0500 [INFO]  agent: Synced check: check=_nomad-check-2aa99192d18a7e3a14b1deb7ef8e1863714c4db0
Apr 05 11:09:32 node-client-1 consul[5845]: 2023-04-05T11:09:32.038-0500 [INFO]  agent: Synced check: check=vault:192.168.60.10:8200:vault-sealed-check
Apr 05 11:09:32 node-client-1 consul[5845]: 2023-04-05T11:09:32.043-0500 [INFO]  agent: Synced check: check=vault:192.168.60.10:8200:vault-sealed-check
Apr 05 11:09:33 node-client-1 consul[5845]: 2023-04-05T11:09:33.324-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:09:33 node-client-1 consul[5845]: 2023-04-05T11:09:33.326-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 11:09:33 node-client-1 consul[5845]: 2023-04-05T11:09:33.330-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:09:33 node-client-1 consul[5845]: 2023-04-05T11:09:33.330-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 11:09:33 node-client-1 consul[5845]: 2023-04-05T11:09:33.343-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 11:09:33 node-client-1 consul[5845]: 2023-04-05T11:09:33.347-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:09:33 node-client-1 consul[5845]: 2023-04-05T11:09:33.347-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:09:33 node-client-1 consul[5845]: 2023-04-05T11:09:33.349-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 11:09:42 node-client-1 consul[5845]: 2023-04-05T11:09:42.067-0500 [INFO]  agent: Synced check: check=_nomad-check-2aa99192d18a7e3a14b1deb7ef8e1863714c4db0
Apr 05 11:09:49 node-client-1 consul[5845]: 2023-04-05T11:09:49.155-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:09:49 node-client-1 consul[5845]: 2023-04-05T11:09:49.158-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:10:14 node-client-1 consul[5845]: 2023-04-05T11:10:14.205-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:10:14 node-client-1 consul[5845]: 2023-04-05T11:10:14.211-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:10:19 node-client-1 consul[5845]: 2023-04-05T11:10:19.347-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 11:10:19 node-client-1 consul[5845]: 2023-04-05T11:10:19.356-0500 [INFO]  agent: Synced check: check=vault:192.168.60.10:8200:vault-sealed-check
Apr 05 11:10:37 node-client-1 consul[5845]: 2023-04-05T11:10:37.385-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:10:37 node-client-1 consul[5845]: 2023-04-05T11:10:37.391-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:10:58 node-client-1 consul[5845]: 2023-04-05T11:10:58.246-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:10:58 node-client-1 consul[5845]: 2023-04-05T11:10:58.252-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 11:10:58 node-client-1 consul[5845]: 2023-04-05T11:10:58.256-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:10:58 node-client-1 consul[5845]: 2023-04-05T11:10:58.257-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 11:10:58 node-client-1 consul[5845]: 2023-04-05T11:10:58.267-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 11:10:58 node-client-1 consul[5845]: 2023-04-05T11:10:58.284-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 11:11:03 node-client-1 consul[5845]: 2023-04-05T11:11:03.737-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:11:03 node-client-1 consul[5845]: 2023-04-05T11:11:03.738-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:11:22 node-client-1 consul[5845]: 2023-04-05T11:11:22.030-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:11:22 node-client-1 consul[5845]: 2023-04-05T11:11:22.043-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:11:38 node-client-1 consul[5845]: 2023-04-05T11:11:38.323-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:11:38 node-client-1 consul[5845]: 2023-04-05T11:11:38.325-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:11:41 node-client-1 consul[5845]: 2023-04-05T11:11:41.671-0500 [INFO]  agent: Synced service: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001
Apr 05 11:11:41 node-client-1 consul[5845]: 2023-04-05T11:11:41.698-0500 [INFO]  agent: Synced service: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy
Apr 05 11:11:41 node-client-1 consul[5845]: 2023-04-05T11:11:41.912-0500 [INFO]  agent: Synced service: service=_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http
Apr 05 11:11:41 node-client-1 consul[5845]: 2023-04-05T11:11:41.922-0500 [INFO]  agent: Synced service: service=_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy
Apr 05 11:11:48 node-client-1 consul[5845]: 2023-04-05T11:11:48.163-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:11:48 node-client-1 consul[5845]: 2023-04-05T11:11:48.164-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:11:50 node-client-1 consul[5845]: 2023-04-05T11:11:50.743-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:11:50 node-client-1 consul[5845]: 2023-04-05T11:11:50.745-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:11:58 node-client-1 consul[5845]: 2023-04-05T11:11:58.165-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:11:58 node-client-1 consul[5845]: 2023-04-05T11:11:58.166-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:12:00 node-client-1 consul[5845]: 2023-04-05T11:12:00.748-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:12:00 node-client-1 consul[5845]: 2023-04-05T11:12:00.752-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:12:02 node-client-1 consul[5845]: 2023-04-05T11:12:02.828-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:12:02 node-client-1 consul[5845]: 2023-04-05T11:12:02.834-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:12:08 node-client-1 consul[5845]: 2023-04-05T11:12:08.168-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:12:08 node-client-1 consul[5845]: 2023-04-05T11:12:08.170-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:12:10 node-client-1 consul[5845]: 2023-04-05T11:12:10.753-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:12:10 node-client-1 consul[5845]: 2023-04-05T11:12:10.753-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:12:18 node-client-1 consul[5845]: 2023-04-05T11:12:18.172-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:12:18 node-client-1 consul[5845]: 2023-04-05T11:12:18.173-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:12:20 node-client-1 consul[5845]: 2023-04-05T11:12:20.754-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:12:20 node-client-1 consul[5845]: 2023-04-05T11:12:20.755-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:12:28 node-client-1 consul[5845]: 2023-04-05T11:12:28.176-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:12:28 node-client-1 consul[5845]: 2023-04-05T11:12:28.178-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:12:30 node-client-1 consul[5845]: 2023-04-05T11:12:30.758-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:12:30 node-client-1 consul[5845]: 2023-04-05T11:12:30.761-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:12:30 node-client-1 consul[5845]: 2023-04-05T11:12:30.827-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:12:30 node-client-1 consul[5845]: 2023-04-05T11:12:30.828-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:12:38 node-client-1 consul[5845]: 2023-04-05T11:12:38.182-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:12:38 node-client-1 consul[5845]: 2023-04-05T11:12:38.186-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:12:40 node-client-1 consul[5845]: 2023-04-05T11:12:40.764-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:12:40 node-client-1 consul[5845]: 2023-04-05T11:12:40.766-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:12:47 node-client-1 consul[5845]: 2023-04-05T11:12:47.281-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:12:47 node-client-1 consul[5845]: 2023-04-05T11:12:47.288-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 11:12:47 node-client-1 consul[5845]: 2023-04-05T11:12:47.304-0500 [INFO]  agent: Synced service: service=_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy
Apr 05 11:12:47 node-client-1 consul[5845]: 2023-04-05T11:12:47.305-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:12:47 node-client-1 consul[5845]: 2023-04-05T11:12:47.306-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 11:12:47 node-client-1 consul[5845]: 2023-04-05T11:12:47.318-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 11:12:47 node-client-1 consul[5845]: 2023-04-05T11:12:47.324-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 11:12:47 node-client-1 consul[5845]: 2023-04-05T11:12:47.327-0500 [INFO]  agent: Synced service: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001
Apr 05 11:12:47 node-client-1 consul[5845]: 2023-04-05T11:12:47.332-0500 [INFO]  agent: Synced service: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy
Apr 05 11:12:47 node-client-1 consul[5845]: 2023-04-05T11:12:47.337-0500 [INFO]  agent: Synced service: service=_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http
Apr 05 11:12:48 node-client-1 consul[5845]: 2023-04-05T11:12:48.189-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:12:48 node-client-1 consul[5845]: 2023-04-05T11:12:48.191-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:12:50 node-client-1 consul[5845]: 2023-04-05T11:12:50.769-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:12:50 node-client-1 consul[5845]: 2023-04-05T11:12:50.771-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:12:52 node-client-1 consul[5845]: 2023-04-05T11:12:52.949-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:12:52 node-client-1 consul[5845]: 2023-04-05T11:12:52.951-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:12:58 node-client-1 consul[5845]: 2023-04-05T11:12:58.194-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:12:58 node-client-1 consul[5845]: 2023-04-05T11:12:58.196-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:13:00 node-client-1 consul[5845]: 2023-04-05T11:13:00.772-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:13:00 node-client-1 consul[5845]: 2023-04-05T11:13:00.773-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:13:08 node-client-1 consul[5845]: 2023-04-05T11:13:08.197-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:13:08 node-client-1 consul[5845]: 2023-04-05T11:13:08.200-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:13:10 node-client-1 consul[5845]: 2023-04-05T11:13:10.776-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:13:10 node-client-1 consul[5845]: 2023-04-05T11:13:10.776-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:13:13 node-client-1 consul[5845]: 2023-04-05T11:13:13.929-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:13:13 node-client-1 consul[5845]: 2023-04-05T11:13:13.932-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:13:18 node-client-1 consul[5845]: 2023-04-05T11:13:18.201-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:13:18 node-client-1 consul[5845]: 2023-04-05T11:13:18.202-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:13:20 node-client-1 consul[5845]: 2023-04-05T11:13:20.779-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:13:20 node-client-1 consul[5845]: 2023-04-05T11:13:20.780-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:13:28 node-client-1 consul[5845]: 2023-04-05T11:13:28.206-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:13:28 node-client-1 consul[5845]: 2023-04-05T11:13:28.211-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:13:30 node-client-1 consul[5845]: 2023-04-05T11:13:30.784-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:13:30 node-client-1 consul[5845]: 2023-04-05T11:13:30.784-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:13:37 node-client-1 consul[5845]: 2023-04-05T11:13:37.648-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:13:37 node-client-1 consul[5845]: 2023-04-05T11:13:37.654-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:13:38 node-client-1 consul[5845]: 2023-04-05T11:13:38.212-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:13:38 node-client-1 consul[5845]: 2023-04-05T11:13:38.213-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:13:40 node-client-1 consul[5845]: 2023-04-05T11:13:40.791-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:13:40 node-client-1 consul[5845]: 2023-04-05T11:13:40.799-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:13:48 node-client-1 consul[5845]: 2023-04-05T11:13:48.218-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:13:48 node-client-1 consul[5845]: 2023-04-05T11:13:48.221-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:13:50 node-client-1 consul[5845]: 2023-04-05T11:13:50.802-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:13:50 node-client-1 consul[5845]: 2023-04-05T11:13:50.805-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:13:54 node-client-1 consul[5845]: 2023-04-05T11:13:54.303-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:13:54 node-client-1 consul[5845]: 2023-04-05T11:13:54.305-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:13:58 node-client-1 consul[5845]: 2023-04-05T11:13:58.223-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:13:58 node-client-1 consul[5845]: 2023-04-05T11:13:58.226-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:14:00 node-client-1 consul[5845]: 2023-04-05T11:14:00.809-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:14:00 node-client-1 consul[5845]: 2023-04-05T11:14:00.811-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:14:08 node-client-1 consul[5845]: 2023-04-05T11:14:08.228-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:14:08 node-client-1 consul[5845]: 2023-04-05T11:14:08.231-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:14:10 node-client-1 consul[5845]: 2023-04-05T11:14:10.818-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:14:10 node-client-1 consul[5845]: 2023-04-05T11:14:10.821-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:14:12 node-client-1 consul[5845]: 2023-04-05T11:14:12.621-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:14:12 node-client-1 consul[5845]: 2023-04-05T11:14:12.627-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:14:18 node-client-1 consul[5845]: 2023-04-05T11:14:18.232-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:14:18 node-client-1 consul[5845]: 2023-04-05T11:14:18.234-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:14:20 node-client-1 consul[5845]: 2023-04-05T11:14:20.827-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:14:20 node-client-1 consul[5845]: 2023-04-05T11:14:20.835-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:14:25 node-client-1 consul[5845]: 2023-04-05T11:14:25.008-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:14:25 node-client-1 consul[5845]: 2023-04-05T11:14:25.010-0500 [WARN]  agent: Node info update blocked by ACLs: node=6fae955c-68ba-4cf5-e271-663913200034 accessorID="anonymous token"
Apr 05 11:14:25 node-client-1 consul[5845]: 2023-04-05T11:14:25.020-0500 [INFO]  agent: Synced service: service=_nomad-client-jv3lt2zwosz3bkmptxh3ms7vjywcft2q
Apr 05 11:14:25 node-client-1 consul[5845]: 2023-04-05T11:14:25.030-0500 [INFO]  agent: Synced service: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001
Apr 05 11:14:25 node-client-1 consul[5845]: 2023-04-05T11:14:25.036-0500 [INFO]  agent: Synced service: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy
Apr 05 11:14:25 node-client-1 consul[5845]: 2023-04-05T11:14:25.041-0500 [INFO]  agent: Synced service: service=_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http
Apr 05 11:14:25 node-client-1 consul[5845]: 2023-04-05T11:14:25.046-0500 [INFO]  agent: Synced service: service=_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy
Apr 05 11:14:25 node-client-1 consul[5845]: 2023-04-05T11:14:25.048-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Register server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"consul-client\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:14:25 node-client-1 consul[5845]: 2023-04-05T11:14:25.048-0500 [WARN]  agent: Service registration blocked by ACLs: service=consul-client accessorID="anonymous token"
Apr 05 11:14:25 node-client-1 consul[5845]: 2023-04-05T11:14:25.051-0500 [INFO]  agent: Synced service: service=vault:192.168.60.10:8200
Apr 05 11:14:28 node-client-1 consul[5845]: 2023-04-05T11:14:28.235-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:14:28 node-client-1 consul[5845]: 2023-04-05T11:14:28.236-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:14:30 node-client-1 consul[5845]: 2023-04-05T11:14:30.836-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:14:30 node-client-1 consul[5845]: 2023-04-05T11:14:30.837-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:14:34 node-client-1 consul[5845]: 2023-04-05T11:14:34.789-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:14:34 node-client-1 consul[5845]: 2023-04-05T11:14:34.790-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:14:38 node-client-1 consul[5845]: 2023-04-05T11:14:38.239-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:14:38 node-client-1 consul[5845]: 2023-04-05T11:14:38.243-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:14:40 node-client-1 consul[5845]: 2023-04-05T11:14:40.843-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:14:40 node-client-1 consul[5845]: 2023-04-05T11:14:40.845-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:14:48 node-client-1 consul[5845]: 2023-04-05T11:14:48.245-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:14:48 node-client-1 consul[5845]: 2023-04-05T11:14:48.248-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:14:50 node-client-1 consul[5845]: 2023-04-05T11:14:50.846-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:14:50 node-client-1 consul[5845]: 2023-04-05T11:14:50.847-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:14:57 node-client-1 consul[5845]: 2023-04-05T11:14:57.254-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:14:57 node-client-1 consul[5845]: 2023-04-05T11:14:57.256-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:14:58 node-client-1 consul[5845]: 2023-04-05T11:14:58.251-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:14:58 node-client-1 consul[5845]: 2023-04-05T11:14:58.254-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:15:00 node-client-1 consul[5845]: 2023-04-05T11:15:00.853-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:15:00 node-client-1 consul[5845]: 2023-04-05T11:15:00.855-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:15:08 node-client-1 consul[5845]: 2023-04-05T11:15:08.256-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:15:08 node-client-1 consul[5845]: 2023-04-05T11:15:08.261-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:15:08 node-client-1 consul[5845]: 2023-04-05T11:15:08.716-0500 [INFO]  agent: Synced check: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:15:10 node-client-1 consul[5845]: 2023-04-05T11:15:10.858-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 error="dial tcp 192.168.61.10:31241: connect: connection refused"
Apr 05 11:15:10 node-client-1 consul[5845]: 2023-04-05T11:15:10.861-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2
Apr 05 11:15:14 node-client-1 consul[5845]: 2023-04-05T11:15:14.749-0500 [ERROR] agent.client: RPC failed to server: method=Coordinate.Update server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'node:write' on \"node-client-1\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:14 node-client-1 consul[5845]: 2023-04-05T11:15:14.750-0500 [WARN]  agent: Coordinate update blocked by ACLs: accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.263-0500 [WARN]  agent: Check socket connection failed: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 error="dial tcp 192.168.61.10:29866: connect: connection refused"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.263-0500 [WARN]  agent: Check is now critical: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.323-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.323-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.326-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.326-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:1 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.329-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.329-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.330-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.330-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.332-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.332-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:1 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.334-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.334-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.336-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.336-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.338-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.338-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.340-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.340-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:1 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.341-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.341-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.343-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.343-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.345-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.345-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:1 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.346-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.346-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.353-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.353-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.354-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.355-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.356-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.357-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:1 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.364-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.364-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.367-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-dashboard-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.367-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.369-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.369-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.371-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.371-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.372-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-dashboard-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.372-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:1 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.373-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-dashboard-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.373-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.374-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.374-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:1 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.375-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.375-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.376-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-dashboard-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.376-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.377-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.377-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.378-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.379-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.379-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-dashboard\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.379-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.380-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.380-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:1 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.381-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.381-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.382-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-dashboard-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.382-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:1 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.383-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-dashboard-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.383-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.384-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.384-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.385-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-dashboard\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.385-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.386-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-dashboard-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.386-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.387-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.387-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.387-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.387-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:1 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.388-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.388-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001-sidecar-proxy:2 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.389-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.20:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-dashboard-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.389-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:1 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.389-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.30:8300 error="rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-dashboard-sidecar-proxy\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.389-0500 [WARN]  agent: Check deregistration blocked by ACLs: check=service:_nomad-task-e4a38850-4fff-2dea-f142-859bb084a062-group-dashboard-count-dashboard-http-sidecar-proxy:2 accessorID="anonymous token"
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.390-0500 [ERROR] agent.client: RPC failed to server: method=Catalog.Deregister server=192.168.60.10:8300 error="rpc error making call: rpc error making call: Permission denied: anonymous token lacks permission 'service:write' on \"count-api\". The anonymous token is used implicitly when a request does not specify a token."
Apr 05 11:15:18 node-client-1 consul[5845]: 2023-04-05T11:15:18.390-0500 [WARN]  agent: Service deregistration blocked by ACLs: service=_nomad-task-e1cc175b-0b4e-f8c9-202e-812de583f35f-group-api-count-api-9001 accessorID="anonymous token"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parallels: Consul clients encounter connection error
2 participants