1
0
Fork 0

Update SECURITY.md

master
Philip O'Toole 9 years ago
parent 9033469154
commit 3f37ba7ff6

@ -1,6 +1,9 @@
# Securing rqlite
rqlite can be secured in various way, and at different levels of control.
## File system security
You are responsible for securing access to the SQLite databases. There is no reason for any user to directly access the file, for rqlite to work correctly.
## Network security
Each rqlite node listens on 2 TCP ports -- one for the HTTP API, and the other for intra-cluster communications. Only the API port need be reachable from outside the cluster.

Loading…
Cancel
Save