github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/docs/understand/enterprise/index.md (about)

     1  ---
     2  title: lakeFS Enterprise
     3  description: lakeFS Enterprise is an enterprise-ready lakeFS solution providing additional features including RBAC, SSO and Support SLA.
     4  has_children: true
     5  has_toc: false
     6  parent: Understanding lakeFS
     7  redirect_from:
     8  - /understand/lakefs-enterprise.html
     9  - /enterprise/index.html
    10  ---
    11  
    12  # lakeFS Enterprise
    13  
    14  LakeFS Enterprise is a commercially-supported version of the open-source lakeFS project, 
    15  offering additional features and functionalities targeted for businesses. 
    16  It provides several benefits over the open-source version:
    17  
    18  * Security - Advanced Authorization
    19      * [RBAC]({% link reference/security/rbac.md %}) -  implements role-based access control to manage user permissions. It allows for fine-grained control by associating permissions with users and groups, granting them specific actions on specific resources. This ensures data security and compliance within an organization.
    20  * Security - Advanced Authentication
    21      * [SSO]({% link reference/security/sso.md %}) -  lets users sign in with existing credentials from a trusted provider, eliminating separate logins.
    22      * [STS Auth]({% link reference/security/sts-login.md %}) - offers temporary, secure logins using an Identity Provider, simplifying user access and enhancing security.
    23      * [Authenticate to lakeFS with AWS IAM Roles]({% link reference/security/external-principals-aws.md %}) - lets programs authenticate using AWS IAM roles instead of lakeFS credentials, granting access based on IAM policies.
    24  * Support SLA
    25  
    26  Contact Sales (https://lakefs.io/contact-sales/) to get the token for Fluffy.
    27  {: .note}
    28  
    29  ## Overview
    30  
    31  lakeFS Enterprise solution consists of 2 main components:
    32  1. lakeFS - Open Source: [treeverse/lakeFS](https://hub.docker.com/r/treeverse/lakefs), 
    33  release info found in [Github releases](https://github.com/treeverse/lakeFS/releases). 
    34  2. Fluffy - Proprietary: In charge of the Enterprise features. Can be retrieved from
    35  [Treeverse Dockerhub](https://hub.docker.com/u/treeverse) using the granted token.
    36  
    37  You can learn nore about [lakeFS Enterprise architecture]({% link understand/enterprise/architecture.md %}), or 
    38  follow the examples in the [quickstart guide]({% link understand/enterprise/orchestration.md %}).
    39