You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Secrets Management**| None | HashiCorp Vault and file-based providers available in OSS |
101
+
|**Secrets Management**| None | HashiCorp Vault and file-based providers available in OSS, cloud providers (AWS, GCP, Azure) coming soon|
102
102
103
103
<!--
104
104
TODO: uncomment once we have a migration guide
@@ -188,7 +188,7 @@ For more setup options, see our [configuration documentation](https://docs.flipt
188
188
## Core Values
189
189
190
190
- 🔒 **Security** - HTTPS, OIDC, JWT, OAuth, K8s Service Token, and API Token authentication methods supported out of the box
191
-
- 🗝️ **Secrets Management** - Secure storage and retrieval of sensitive data with HashiCorp Vault and file-based providers
191
+
- 🗝️ **Secrets Management** - Secure storage and retrieval of sensitive data with HashiCorp Vault, file-based providers, and upcoming cloud provider support (AWS, GCP, Azure)
192
192
- 🎛️ **Control** - Your data stays in your Git repositories within your infrastructure
193
193
- 🚀 **Speed** - Co-located with your services, no external API calls required
194
194
- ✅ **Simplicity** - Single binary with no external dependencies by default
@@ -203,7 +203,7 @@ For more setup options, see our [configuration documentation](https://docs.flipt
203
203
204
204
- Store flags directly in Git repositories alongside your code
205
205
- Full version control with Git history, blame, and diff support
206
-
- Integrates with your SCM (GitHub, GitLab, Gitea, etc.)
206
+
- Integrates with your SCM (GitHub, GitLab, Azure DevOps, Gitea, etc.)
207
207
- GPG commit signing for cryptographic verification of changes
208
208
209
209
### Multi-Environment Management
@@ -214,7 +214,7 @@ For more setup options, see our [configuration documentation](https://docs.flipt
214
214
215
215
### Secrets Management & Security
216
216
217
-
- **Multi-provider secrets management**: File-based and HashiCorp Vault providers available in OSS
217
+
- **Multi-provider secrets management**: File-based and HashiCorp Vault providers available in OSS, with AWS Secrets Manager, GCP Secret Manager, and Azure Key Vault support coming soon
218
218
- **GPG commit signing**: Cryptographically sign all flag changes with keys from secret providers (Pro feature)
219
219
- **Secure key storage**: Private keys and sensitive data stored securely in Vault or local files
220
220
- **Multiple auth methods**: Token, Kubernetes, and AppRole authentication for Vault
@@ -223,7 +223,7 @@ For more setup options, see our [configuration documentation](https://docs.flipt
223
223
224
224
- Complex targeting rules and user segmentation
225
225
- Percentage-based rollouts
226
-
- Real-time flag evaluation with streaming updates
226
+
- Real-time flag evaluation with Server-Sent Events (SSE) streaming updates for instant synchronization
227
227
228
228
### Developer Experience
229
229
@@ -233,17 +233,17 @@ For more setup options, see our [configuration documentation](https://docs.flipt
233
233
234
234
### Enterprise Features
235
235
236
-
- **Secrets Management**: Secure storage with HashiCorp Vault and file-based providers (OSS)
236
+
- **Secrets Management**: Secure storage with HashiCorp Vault, file-based providers (OSS), and upcoming cloud provider support (AWS, GCP, Azure)
237
237
- **GPG Commit Signing**: Cryptographically sign all flag changes for enhanced security (Pro feature)
238
238
- **Merge proposals**: Code review workflow for flag changes (Pro feature)
239
239
- **Authentication**: OIDC, JWT, OAuth, and more authentication methods
240
240
- **Observability**: OpenTelemetry and Prometheus integration 🔋
241
241
242
242
<br clear="both"/>
243
243
244
-
> **Want to try Pro features?** Get started with a **free 14-day trial** of Flipt v2 Pro – no credit card required initially. Includes merge proposals, GPG commit signing, premium support, and priority bug fixes.
244
+
> **Want to try Pro features?** Get started with a **free 14-day trial** of Flipt v2 Pro – no credit card required initially. Includes enterprise DevOps integration, merge proposals, GPG commit signing, secrets management, and dedicated support.
Are we missing a feature that you'd like to see? [Let us know by opening an issue!](https://github.com/flipt-io/flipt/issues)
249
249
@@ -264,7 +264,7 @@ Check out our [integration documentation](https://docs.flipt.io/v2/integration/o
264
264
265
265
### OpenFeature Integration
266
266
267
-
Flipt supports the [OpenFeature](https://openfeature.dev/) standard for vendor-neutral feature flag evaluation.
267
+
Flipt supports the [OpenFeature](https://openfeature.dev/) standard for vendor-neutral feature flag evaluation, including the emerging OpenFeature Remote Evaluation Protocol (OFREP) for standardized remote flag evaluation.
268
268
269
269
<br clear="both"/>
270
270
@@ -292,20 +292,24 @@ Ready to unlock the full potential of Git-native feature management? Flipt v2 Pr
292
292
293
293
### What's Included in Pro
294
294
295
-
- **🔀 Merge Proposals** - Code review workflow for feature flag changes, just like GitHub PRs
296
-
- **✍️ GPG Commit Signing** - Cryptographically sign all changes using keys from secret providers for enhanced security and auditability
297
-
- **🏢 Premium Support** - Shared Slack channel with same-day response times
295
+
- **🔀 Enterprise DevOps Integration** - Native GitHub, GitLab, and Azure DevOps workflows with merge proposals and automated PR/MR creation
296
+
- **✍️ GPG Commit Signing** - Cryptographically sign all changes for maximum security and auditability with verified commit badges
297
+
- **🔒 Integrated Secrets Management** - Built-in secure storage for GPG keys with HashiCorp Vault integration and upcoming cloud provider support (AWS, GCP, Azure)
298
+
- **🌐 Air-Gapped Environment Support** - Annual licenses work seamlessly in air-gapped environments with offline validation
299
+
- **🏢 Dedicated Support Channel** - Direct access to our engineering team via dedicated Slack channel for faster issue resolution
298
300
- **⚡ Priority Development** - Your bug reports and feature requests get prioritized
0 commit comments