orientdb-studio icon indicating copy to clipboard operation
orientdb-studio copied to clipboard

Support for Encryption at REST

Open lvca opened this issue 9 years ago • 6 comments

We'd need a basic support for Encryption at REST by:

  1. displaying a special icon in case the database and which clusters are encrypted on disk
  2. support creation of encrypted db by passing the key

lvca avatar Jun 01 '16 10:06 lvca

@lvca

is there any api in order to know which database/cluster is encrypted ?

wolf4ood avatar Sep 13 '16 14:09 wolf4ood

@luigidellaquila, in v3.0 can studio obtain such information by querying the metadata:database?

lvca avatar Aug 05 '17 03:08 lvca

Hi @lvca

not yet, but adding this info should be quite easy, let's discuss it

Thanks

Luigi

luigidellaquila avatar Aug 07 '17 08:08 luigidellaquila

Hi @lvca

I added this info per single cluster on metadata:storage

Thanks

Luigi

luigidellaquila avatar Aug 09 '17 09:08 luigidellaquila

@luigidellaquila what's the query to return this information?

lvca avatar Aug 09 '17 09:08 lvca

SELECT expand(clusters) from metadata:storage

you'll find all the info there

Thanks

Luigi

luigidellaquila avatar Aug 09 '17 09:08 luigidellaquila