Skip to main content

Open Source & Self-Hosted - FAQ

← Back to FAQ

Does the Open Source version of Flagsmith have a limit of requests per month?

No. There are no API limits on the self-hosted open-source version.

Related documentation: Self-Hosting & Deployment

Does the Open Source version of Flagsmith have any restrictions?

Yes. While the majority of the code is BSD 3-Clause, the Enterprise Edition (EE) features—such as Role-Based Access Control (RBAC), SAML/SSO, and certain database integrations—are closed source and require a license.

Related documentation: Enterprise EditionRBAC

Can the open source version be configured to connect to an LDAP server?

Not out of the box. While the underlying Django framework supports it, there are no pre-built configurations for LDAP in the open-source version. Authentication integrations like SAML/Okta are Enterprise features.

Related: Does Flagsmith have G Suite or does Flagsmith Support SSO?

Related documentation: LDAPSAML

When deploying with Docker, how do I configure SES credentials?

You configure them using standard AWS environment variables passed to the Docker container: AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.

Related documentation: Docker DeploymentEnvironment Variables