update positioning for db related rotations

This commit is contained in:
ArshBallagan
2025-08-05 15:08:08 -07:00
parent 81cdfb9861
commit 45ff9a50b6
3 changed files with 5 additions and 3 deletions

View File

@@ -25,12 +25,12 @@ An example creation statement might look like:
GRANT SELECT, INSERT, UPDATE, DELETE ON SCHEMA::dbo TO [infisical_user_1];
GRANT SELECT, INSERT, UPDATE, DELETE ON SCHEMA::dbo TO [infisical_user_2];
```
3. Microsoft SQL Server should be able to accept requests from Infisical
<Tip>
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
## Create a Microsoft SQL Server Credentials Rotation in Infisical

View File

@@ -26,11 +26,12 @@ description: "Learn how to automatically rotate Oracle Database credentials."
<Note>
Username must either be ALL UPPERCASE or not be surrounded by "quotes". Values not surrounded by quotes get automatically transformed to uppercase by Oracle Database.
</Note>
3. OracleDB should be able to accept requests from Infisical
<Tip>
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
## Create an Oracle Database Credentials Rotation in Infisical

View File

@@ -22,11 +22,12 @@ description: "Learn how to automatically rotate PostgreSQL credentials."
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO infisical_user_1;
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO infisical_user_2;
```
3. PostgreSQL should be able to accept requests from Infisical
<Tip>
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
## Create a PostgreSQL Credentials Rotation in Infisical