Hello everyone,
I’m starting learning Axon Framework. I have configured Axon Server CE to enable access control
##############################################################
Beyond event-driven with Axon Framework and Axon Server.
##############################################################
axoniq.axonserver.name=axonserver
axoniq.axonserver.hostname=localhost
axoniq.axonserver.accesscontrol.enabled=true
axoniq.axonserver.accesscontrol.token=7ec12fdf-111e-4156-b4b3-9779d167601b
I then configured my springboot application with the token generated as per the following
When running the application, with of course the server running, i encounter the following issue
Connecting to AxonServer node [localhost:8124] failed: PERMISSION_DENIED: No token for io.axoniq.axonserver.grpc.control.PlatformService/GetPlatformServer
Could someone please give me some hints with this one?