update phrase and placement

This commit is contained in:
Maidul Islam
2025-08-05 17:39:02 -07:00
parent 45ff9a50b6
commit 8fcd6d9997
17 changed files with 15 additions and 17 deletions

View File

@@ -9,7 +9,6 @@ at a specified interval or on-demand.
## Prerequisites
- Create an [AWS Connection](/integrations/app-connections/aws) with the required **Secret Rotation** permissions
- AWS should be able to accept requests from Infisical
- Make sure to add the following permissions to your IAM Role/IAM User Permission policy set used by your AWS Connection:
```json

View File

@@ -6,7 +6,7 @@ description: "Learn how to automatically rotate Azure Client Secrets."
## Prerequisites
- Create an [Azure Client Secret Connection](/integrations/app-connections/azure-client-secrets).
- Azure should be able to accept requests from Infisical
- Ensure your network security policies allow incoming requests from Infisical to this rotation, if network restrictions apply.
## Create an Azure Client Secret Rotation in Infisical

View File

@@ -14,7 +14,7 @@ description: "Learn how to automatically rotate LDAP passwords."
## Prerequisites
- Create an [LDAP Connection](/integrations/app-connections/ldap) with the **Secret Rotation** requirements
- The LDAP provider should be able to accept requests from Infisical
- Ensure your network security policies allow incoming requests from Infisical to this rotation, if network restrictions apply.
## Create an LDAP Password Rotation in Infisical

View File

@@ -30,7 +30,7 @@ An example creation statement might look like:
To learn more about Microsoft SQL Server's permission system, please visit their [documentation](https://learn.microsoft.com/en-us/sql/t-sql/statements/grant-transact-sql?view=sql-server-ver16).
</Tip>
3. Microsoft SQL Server should be able to accept requests from Infisical
3. Ensure your network security policies allow incoming requests from Infisical to this rotation, if network restrictions apply.
## Create a Microsoft SQL Server Credentials Rotation in Infisical

View File

@@ -25,7 +25,7 @@ description: "Learn how to automatically rotate MySQL credentials."
<Tip>
To learn more about the MySQL permission system, please visit their [documentation](https://dev.mysql.com/doc/refman/8.4/en/grant.html).
</Tip>
3. MySQL should be able to accept requests from Infisical
3. Ensure your network security policies allow incoming requests from Infisical to this rotation, if network restrictions apply.
## Create a MySQL Credentials Rotation in Infisical

View File

@@ -6,7 +6,6 @@ description: "Learn how to automatically rotate Okta Client Secrets."
## Prerequisites
- Create an [Okta Connection](/integrations/app-connections/okta).
- Okta should be able to accept requests from Infisical.
## Create an Okta Client Secret Rotation in Infisical

View File

@@ -31,7 +31,7 @@ description: "Learn how to automatically rotate Oracle Database credentials."
To learn more about the Oracle Database permission system, please visit their [documentation](https://docs.oracle.com/en/database/oracle/oracle-database/19/dbseg/configuring-privilege-and-role-authorization.html).
</Tip>
3. OracleDB should be able to accept requests from Infisical
3. Ensure your network security policies allow incoming requests from Infisical to this rotation, if network restrictions apply.
## Create an Oracle Database Credentials Rotation in Infisical

View File

@@ -27,7 +27,7 @@ description: "Learn how to automatically rotate PostgreSQL credentials."
To learn more about PostgreSQL's permission system, please visit their [documentation](https://www.postgresql.org/docs/current/sql-grant.html).
</Tip>
3. PostgreSQL should be able to accept requests from Infisical
3. Ensure your network security policies allow incoming requests from Infisical to this rotation, if network restrictions apply.
## Create a PostgreSQL Credentials Rotation in Infisical