mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Merge pull request #3657 from Infisical/ENG-2608
feat(secret-rotation): MySQL Secret Rotation v2
This commit is contained in:
@@ -199,6 +199,7 @@
|
||||
"documentation/platform/secret-rotation/azure-client-secret",
|
||||
"documentation/platform/secret-rotation/ldap-password",
|
||||
"documentation/platform/secret-rotation/mssql-credentials",
|
||||
"documentation/platform/secret-rotation/mysql-credentials",
|
||||
"documentation/platform/secret-rotation/postgres-credentials"
|
||||
]
|
||||
},
|
||||
@@ -493,6 +494,7 @@
|
||||
"integrations/app-connections/humanitec",
|
||||
"integrations/app-connections/ldap",
|
||||
"integrations/app-connections/mssql",
|
||||
"integrations/app-connections/mysql",
|
||||
"integrations/app-connections/oci",
|
||||
"integrations/app-connections/postgres",
|
||||
"integrations/app-connections/teamcity",
|
||||
@@ -1005,6 +1007,19 @@
|
||||
"api-reference/endpoints/secret-rotations/mssql-credentials/update"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "MySQL Credentials",
|
||||
"pages": [
|
||||
"api-reference/endpoints/secret-rotations/mysql-credentials/create",
|
||||
"api-reference/endpoints/secret-rotations/mysql-credentials/delete",
|
||||
"api-reference/endpoints/secret-rotations/mysql-credentials/get-by-id",
|
||||
"api-reference/endpoints/secret-rotations/mysql-credentials/get-by-name",
|
||||
"api-reference/endpoints/secret-rotations/mysql-credentials/get-generated-credentials-by-id",
|
||||
"api-reference/endpoints/secret-rotations/mysql-credentials/list",
|
||||
"api-reference/endpoints/secret-rotations/mysql-credentials/rotate-secrets",
|
||||
"api-reference/endpoints/secret-rotations/mysql-credentials/update"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "PostgreSQL Credentials",
|
||||
"pages": [
|
||||
@@ -1220,6 +1235,18 @@
|
||||
"api-reference/endpoints/app-connections/mssql/delete"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "MySQL",
|
||||
"pages": [
|
||||
"api-reference/endpoints/app-connections/mysql/list",
|
||||
"api-reference/endpoints/app-connections/mysql/available",
|
||||
"api-reference/endpoints/app-connections/mysql/get-by-id",
|
||||
"api-reference/endpoints/app-connections/mysql/get-by-name",
|
||||
"api-reference/endpoints/app-connections/mysql/create",
|
||||
"api-reference/endpoints/app-connections/mysql/update",
|
||||
"api-reference/endpoints/app-connections/mysql/delete"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "OCI",
|
||||
"pages": [
|
||||
|
||||
Reference in New Issue
Block a user