apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store
https://apple.github.io/foundationdb/
Apache License 2.0
14.2k stars 1.3k forks source link

Add permission control #11306

Open 851110504 opened 3 months ago

851110504 commented 3 months ago

When using fdbcli, you can directly modify writemode and then execute, for example, clearrange \x00 \xff to delete all data. To prevent accidental deletion, a new parameter has been added. Writemode can only be modified when fdbcli is started with the --admin flag.

foundationdb-ci commented 3 months ago

Result of foundationdb-pr on Linux CentOS 7

foundationdb-ci commented 3 months ago

Result of foundationdb-pr-clang on Linux CentOS 7

foundationdb-ci commented 3 months ago

Result of foundationdb-pr-cluster-tests on Linux CentOS 7

foundationdb-ci commented 3 months ago

Result of foundationdb-pr-macos on macOS Ventura 13.x

foundationdb-ci commented 3 months ago

Result of foundationdb-pr-macos-m1 on macOS Ventura 13.x