harrison314 / BouncyHsm

Bouncy Hsm is a software simulator of HSM and smartcard simulator with HTML UI, REST API and PKCS#11 interface.
BSD 3-Clause "New" or "Revised" License
34 stars 3 forks source link

Discusion: Other storage repositories? #2

Open harrison314 opened 1 year ago

harrison314 commented 1 year ago

Are additional storages desired?

Is LiteDb not enough, or is remote/shared storage required?

Example MySQL storage: MySqlPersistentRepository.zip

Q-efx commented 2 months ago

I dont think we need other storage options, its not meant for production, right?

harrison314 commented 2 months ago

I dont think we need other storage options, its not meant for production, right?

Yes. BouncyHsm is not intended for production deployments.

The idea of ​​other repositories occurred to me more for the sharing of keys between instances. But I haven't needed it yet while using BouncyHsm (about a year on several test environments).

Q-efx commented 2 months ago

Ah for the purpose of sharing keys, I´m not familiar with litedb. Can it do what sqlite can do? Like easy multi write / read? Then mounting via share should be enough?