-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add not for dynamic secrets as paid feature
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,13 @@ sidebarTitle: "Overview" | |
description: "Learn how to generate secrets dynamically on-demand." | ||
--- | ||
|
||
<Info> | ||
Note that Dynamic Secrets is a paid feature. | ||
|
||
If you're using Infisical Cloud, then it is available under the **Enterprise Tier** | ||
If you're self-hosting Infisical, then you should contact [email protected] to purchase an enterprise license to use it. | ||
</Info> | ||
|
||
## Introduction | ||
|
||
Contrary to static key-value secrets, which require manual input of data into the secure Infisical storage, **dynamic secrets are generated on-demand upon access**. | ||
|