orientdb-studio
orientdb-studio copied to clipboard
Support for Encryption at REST
We'd need a basic support for Encryption at REST by:
- displaying a special icon in case the database and which clusters are encrypted on disk
- support creation of encrypted db by passing the key
@lvca
is there any api in order to know which database/cluster is encrypted ?
@luigidellaquila, in v3.0 can studio obtain such information by querying the metadata:database?
Hi @lvca
not yet, but adding this info should be quite easy, let's discuss it
Thanks
Luigi
Hi @lvca
I added this info per single cluster on metadata:storage
Thanks
Luigi
@luigidellaquila what's the query to return this information?
SELECT expand(clusters) from metadata:storage
you'll find all the info there
Thanks
Luigi