Skip to content

Commit e1b8050

Browse files
committed
docs: update secrets management wording to reflect current implementation
Remove "coming soon" language for API keys and configuration data support in secrets management, as this functionality is now implemented with secrets references in v2.
1 parent 848c7b2 commit e1b8050

File tree

2 files changed

+29
-28
lines changed

2 files changed

+29
-28
lines changed

v2/licensing.mdx

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,30 @@ The **majority of Flipt v2 remains free and open source**, including:
1818

1919
## Feature Comparison: Free vs Pro
2020

21-
| Feature Category | Free | Pro | Notes |
22-
| ----------------------------------- | ---- | --- | --------------------------------------------------------------------------------------------------------- |
23-
| **Core Functionality** | | | |
24-
| Feature flag evaluation engine ||| Full functionality in both |
25-
| Dashboard and UI ||| Complete interface |
26-
| Multi-environment support ||| Unlimited environments |
27-
| Branch environments ||| Git-based branching |
28-
| Git-backed storage and sync ||| Full Git integration |
29-
| Authentication mechanisms ||| OIDC, token-based |
30-
| Real-time client updates ||| Server Sent Events (SSE) support |
31-
| **Advanced Workflows** | | | |
32-
| Enterprise DevOps Integration ||| GitHub, GitLab, BitBucket, Azure DevOps, Gitea |
33-
| Merge proposals with SCM ||| Automated PR/MR creation |
34-
| GPG commit signing ||| Cryptographic verification |
35-
| **Security & Operations** | | | |
36-
| Integrated secrets management ||| HashiCorp Vault integration. AWS Secrets Manager, GCP Secret Manager, Azure Key Vault support coming soon |
37-
| Air-gapped environment support ||| Offline license validation |
38-
| Enterprise authentication providers || 🔄 | Coming soon |
39-
| Advanced analytics and reporting || 🔄 | Coming soon |
40-
| **Support** | | | |
41-
| Community support ||| Discord, GitHub issues |
42-
| Dedicated support channel ||| Direct Slack access |
43-
| Priority bug fixes ||| Faster resolution |
44-
| Priority feature requests ||| Influence roadmap |
21+
| Feature Category | Free | Pro | Notes |
22+
| ----------------------------------- | ---- | --- | --------------------------------------------------------------------------------------------------------------------------------- |
23+
| **Core Functionality** | | | |
24+
| Feature flag evaluation engine ||| Full functionality in both |
25+
| Dashboard and UI ||| Complete interface |
26+
| Multi-environment support ||| Unlimited environments |
27+
| Branch environments ||| Git-based branching |
28+
| Git-backed storage and sync ||| Full Git integration |
29+
| Authentication mechanisms ||| OIDC, token-based |
30+
| Real-time client updates ||| Server Sent Events (SSE) support |
31+
| **Advanced Workflows** | | | |
32+
| Enterprise DevOps Integration ||| GitHub, GitLab, BitBucket, Azure DevOps, Gitea |
33+
| Merge proposals with SCM ||| Automated PR/MR creation |
34+
| GPG commit signing ||| Cryptographic verification |
35+
| **Security & Operations** | | | |
36+
| Integrated secrets management ||| HashiCorp Vault integration with secrets references. AWS Secrets Manager, GCP Secret Manager, Azure Key Vault support coming soon |
37+
| Air-gapped environment support ||| Offline license validation |
38+
| Enterprise authentication providers || 🔄 | Coming soon |
39+
| Advanced analytics and reporting || 🔄 | Coming soon |
40+
| **Support** | | | |
41+
| Community support ||| Discord, GitHub issues |
42+
| Dedicated support channel ||| Direct Slack access |
43+
| Priority bug fixes ||| Faster resolution |
44+
| Priority feature requests ||| Influence roadmap |
4545

4646
## Pro Licensing
4747

v2/pro.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ mode: "wide"
1616
</Card>
1717

1818
<Card title="Integrated Secrets Management" icon="key">
19-
Built-in secure storage for GPG keys with HashiCorp Vault integration. API
20-
keys and configuration data support coming soon.
19+
Secure storage for sensitive configuration data including GPG keys, API keys,
20+
tokens, and certificates with HashiCorp Vault integration and secrets
21+
references.
2122
</Card>
2223

2324
<Card title="Air-Gapped Environment Support" icon="shield">
@@ -49,8 +50,8 @@ Flipt Pro provides native integration with popular source control management (SC
4950

5051
Securely manage sensitive data with built-in secrets management:
5152

52-
- **GPG Key Storage**: Current support for GPG keys with HashiCorp Vault integration
53-
- **Expanding Support**: API keys, tokens, and configuration data support coming soon
53+
- **Comprehensive Secrets Support**: Store GPG keys, API keys, tokens, and certificates securely
54+
- **Multiple Providers**: HashiCorp Vault integration with secrets references throughout configuration
5455
- **Cloud Provider Support**: AWS Secrets Manager, GCP Secret Manager, and Azure Key Vault support coming soon
5556

5657
### Air-Gapped Environment Support

0 commit comments

Comments
 (0)