pico service password file
Major limitation
Currently changing pico_service's password after the cluster has booted will break the cluster. Currently you would need to change the password via clusterwide ACL, which will break creation of any new connections between any 2 live instances of cluster. But granted the password has arrived via already established connections by raft log and then by tarantool replication to replicas (also by already established connections), the instances will need to be restarted manually with the updated password file.
Summary
-
test: test using --service-password-file
-
test: extract log_crawler to conftest.py
-
refactor: remove the last usage of tarantool::net_box
-
feat: specify password for pico_service via option at startup
- Close #510 (closed), #359
- Follow-up for !855 (merged)
- Target branch: master
- Changes should be cherry-picked to 24.1: yes / no
- Docs follow-up: docs#188 (closed)
Edited by Yaroslav Dynnikov