1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-16 15:41:03 +02:00
seaweedfs/weed/filer/etcd
Mesar Hameed a90b777ff4
Feat: etcd filer store keys should have customizable prefix (#4484)
An etcd cluster is not necessarily only dedicated to seaweedfs.
This security enhancement adds a customizable key_prefix option to the etcd filer store.
This will allow an etcd cluster administrator to limit the seaweedfs etcd user to only read/write a subset of keys under the
key_prefix, instead of all keys on the etcd cluster.
2023-05-18 23:08:56 -07:00
..
etcd_store.go Feat: etcd filer store keys should have customizable prefix (#4484) 2023-05-18 23:08:56 -07:00
etcd_store_kv.go Feat: etcd filer store keys should have customizable prefix (#4484) 2023-05-18 23:08:56 -07:00
etcd_store_test.go fix test 2023-05-15 17:46:56 -07:00