diff --git a/docs/documentation/platform/pr-workflows.mdx b/docs/documentation/platform/pr-workflows.mdx index d582c838b..187bae5d4 100644 --- a/docs/documentation/platform/pr-workflows.mdx +++ b/docs/documentation/platform/pr-workflows.mdx @@ -3,6 +3,13 @@ title: "Approval Workflows" description: "Learn how to enable a set of policies to manage changes to sensitive secrets and environments." --- + + Approval Workflows is a paid feature. + + If you're using Infisical Cloud, then it is available under the **Pro Tier** and **Enterprise Tire**. + If you're self-hosting Infisical, then you should contact sales@infisical.com to purchase an enterprise license to use it. + + ## Problem at hand Updating secrets in high-stakes environments (e.g., production) can have a number of problematic issues: @@ -40,4 +47,4 @@ When a user submits a change to an enviropnment that is under a particular polic Approvers are notified by email and/or Slack as soon as the request is initiated. In the Infisical Dashboard, they will be able to `approve` and `merge` (or `deny`) a request for a change in a particular environment. After that, depending on the workflows setup, the change will be automatically propagated to the right applications (e.g., using [Infisical Kubernetes Operator](https://infisical.com/docs/integrations/platforms/kubernetes)). -![secrets update pull request](../../images/platform/pr-workflows/secret-update-pr.png) \ No newline at end of file +![secrets update pull request](../../images/platform/pr-workflows/secret-update-pr.png)