In the file agentcube-router.yaml , user needs to specify redis address and password for the router to be functional.
Currently, there is no clear guidance on how users should be passing in these sentitive user data.
env:
- name: REDIS_ADDR
value: "127.0.0.1:6379"
- name: REDIS_PASSWORD
value: ""