Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repairs for database-management/enabling-memgraph-enterprise.mdx #998

Merged
merged 4 commits into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions pages/database-management/enabling-memgraph-enterprise.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@ description: Learn how to enable Memgraph Enterprise and leverage its advanced c
The following Memgraph features are only available in Enterprise Edition:

- [Audit log](/database-management/logs#audit-log-enterprise)
- [Auth system integrations](/database-management/authentication-and-authorization/auth-system-integrations)
- [Hiding sensitive information](/database-management/logs#hiding-sensitive-information-enterprise)
- [Auth system integrations](/database-management/authentication-and-authorization/auth-system-integrations) and [Single Sign-On (SSO)](/database-management/authentication-and-authorization/auth-system-integrations#single-sign-on)
- [Hiding sensitive information](/database-management/logs#hiding-passwords-enterprise)
- [SAML integration](/database-management/authentication-and-authorization/auth-system-integrations#saml)
- [OIDC integration](/database-management/authentication-and-authorization/auth-system-integrations#openid-connect-oidc)
- [LDAP integration](/database-management/authentication-and-authorization/auth-system-integrations#ldap)
- [OIDC integration](/database-management/authentication-and-authorization/auth-system-integrations#oidc)
- [Monitoring via HTTP server](/database-management/monitoring#monitoring-via-http-server-enterprise)
- [Monitoring via HTTP server](/database-management/monitoring#metrics-tracking-via-http-server-enterprise-edition)
- [Multi-tenancy](/database-management/multi-tenancy)
- [Role-based access control](/database-management/authentication-and-authorization/role-based-access-control)
- [Label-based access control](/database-management/authentication-and-authorization/role-based-access-control#label-based-access-control)
- [High availability](/clustering/high-availability)
- [High availability](/clustering/high-availability) and [automatic failover](/clustering/high-availability#failover)
- [Time to live](/querying/time-to-live)
- [Query sharing](/data-visualization/user-manual/query-sharing) in Memgraph Lab

They are present in the same binary but protected by a license key.
They are present in the same binary but protected by a license key.

If you're interested in the Memgraph Enterprise Trial, you need to fill out the
following [form](https://memgraph.com/enterprise-trial) where one of the fields
Expand Down