mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Merge branch 'auth0-connection-and-secret-rotation' into feat/azureClientSecretsRotation
This commit is contained in:
@@ -178,8 +178,9 @@
|
||||
"group": "Secret Rotation",
|
||||
"pages": [
|
||||
"documentation/platform/secret-rotation/overview",
|
||||
"documentation/platform/secret-rotation/postgres",
|
||||
"documentation/platform/secret-rotation/mssql"
|
||||
"documentation/platform/secret-rotation/auth0-client-secret",
|
||||
"documentation/platform/secret-rotation/postgres-credentials",
|
||||
"documentation/platform/secret-rotation/mssql-credentials"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -414,6 +415,7 @@
|
||||
{
|
||||
"group": "Connections",
|
||||
"pages": [
|
||||
"integrations/app-connections/auth0",
|
||||
"integrations/app-connections/aws",
|
||||
"integrations/app-connections/azure-app-configuration",
|
||||
"integrations/app-connections/azure-key-vault",
|
||||
@@ -844,6 +846,19 @@
|
||||
"pages": [
|
||||
"api-reference/endpoints/secret-rotations/list",
|
||||
"api-reference/endpoints/secret-rotations/options",
|
||||
{
|
||||
"group": "Auth0 Client Secret",
|
||||
"pages": [
|
||||
"api-reference/endpoints/secret-rotations/auth0-client-secret/create",
|
||||
"api-reference/endpoints/secret-rotations/auth0-client-secret/delete",
|
||||
"api-reference/endpoints/secret-rotations/auth0-client-secret/get-by-id",
|
||||
"api-reference/endpoints/secret-rotations/auth0-client-secret/get-by-name",
|
||||
"api-reference/endpoints/secret-rotations/auth0-client-secret/get-generated-credentials-by-id",
|
||||
"api-reference/endpoints/secret-rotations/auth0-client-secret/list",
|
||||
"api-reference/endpoints/secret-rotations/auth0-client-secret/rotate-secrets",
|
||||
"api-reference/endpoints/secret-rotations/auth0-client-secret/update"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Microsoft SQL Server Credentials",
|
||||
"pages": [
|
||||
@@ -888,6 +903,18 @@
|
||||
"pages": [
|
||||
"api-reference/endpoints/app-connections/list",
|
||||
"api-reference/endpoints/app-connections/options",
|
||||
{
|
||||
"group": "Auth0",
|
||||
"pages": [
|
||||
"api-reference/endpoints/app-connections/auth0/list",
|
||||
"api-reference/endpoints/app-connections/auth0/available",
|
||||
"api-reference/endpoints/app-connections/auth0/get-by-id",
|
||||
"api-reference/endpoints/app-connections/auth0/get-by-name",
|
||||
"api-reference/endpoints/app-connections/auth0/create",
|
||||
"api-reference/endpoints/app-connections/auth0/update",
|
||||
"api-reference/endpoints/app-connections/auth0/delete"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "AWS",
|
||||
"pages": [
|
||||
|
||||
Reference in New Issue
Block a user