Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.05 KB

Security.md

File metadata and controls

17 lines (12 loc) · 1.05 KB

Security

Even thought OrientDB Server is a regular Web Server, it is not recommended to expose it directly on the Internet or public networks. We suggest to always hide OrientDB server in a private network.

OrientDB is the NoSQL with more focus on security then everyone else.

To connect to an existent database, thea user and password is needed. Users (and roles) are defined inside the database. For more information look at Database security. If you're connecting to a OrientDB Server that is hosting a database, you could access to the database by using a server's user. For more information look at Server security. If you need your database content is encrypted on disk, look at Database Encryption.

Main Topics