Hi,
we’re using axon server se 4.2.4 in a kubernetes environment as statefulset (as described in the docs) and were upgrading to 4.4.5 recently.
When launching the statefulset with the new image we see no events and the server seems to have access control disabled.
We were using the following Environment Variables for configuring custom locations for event and control storage and the accesscontrol token for clients:
- name: AXONOSERVER_HOSTNAME
- name: AXONSERVER_CONTROLDB
- name: AXONSERVER_EVENTSTORE
- name: AXONSERVER_NAME
- name: AXONSERVER_TOKEN
I checked the release notes before upgrading but did nowhere see a hint that names for config values changed - digging a bit into the axon-server-se github repo i assume it must be sth. like that. From the current (4.4.) docs i see that there are some new properties and there is also a suggestion on how to configure them via Environment variables (which i did not fully get - would be great to have an example included or have the ENV variable name as part of the table).
Can anyone tell me how the actual environment variable for configuring the event storage or control-db location needs to be named or has a setup with 4.4.5 that is working on custom paths for those settings?
Thanks and best regards,
Jakob