mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Merge pull request #3825 from Infisical/feat/add-cloudflare-app-connection-and-sync
feat: added cloudflare app connection and secret sync
This commit is contained in:
@@ -469,6 +469,7 @@
|
||||
"integrations/app-connections/azure-devops",
|
||||
"integrations/app-connections/azure-key-vault",
|
||||
"integrations/app-connections/camunda",
|
||||
"integrations/app-connections/cloudflare",
|
||||
"integrations/app-connections/databricks",
|
||||
"integrations/app-connections/flyio",
|
||||
"integrations/app-connections/gcp",
|
||||
@@ -506,6 +507,7 @@
|
||||
"integrations/secret-syncs/azure-devops",
|
||||
"integrations/secret-syncs/azure-key-vault",
|
||||
"integrations/secret-syncs/camunda",
|
||||
"integrations/secret-syncs/cloudflare-pages",
|
||||
"integrations/secret-syncs/databricks",
|
||||
"integrations/secret-syncs/flyio",
|
||||
"integrations/secret-syncs/gcp-secret-manager",
|
||||
@@ -1255,6 +1257,18 @@
|
||||
"api-reference/endpoints/app-connections/camunda/delete"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Cloudflare",
|
||||
"pages": [
|
||||
"api-reference/endpoints/app-connections/cloudflare/list",
|
||||
"api-reference/endpoints/app-connections/cloudflare/available",
|
||||
"api-reference/endpoints/app-connections/cloudflare/get-by-id",
|
||||
"api-reference/endpoints/app-connections/cloudflare/get-by-name",
|
||||
"api-reference/endpoints/app-connections/cloudflare/create",
|
||||
"api-reference/endpoints/app-connections/cloudflare/update",
|
||||
"api-reference/endpoints/app-connections/cloudflare/delete"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Databricks",
|
||||
"pages": [
|
||||
@@ -1587,6 +1601,19 @@
|
||||
"api-reference/endpoints/secret-syncs/camunda/remove-secrets"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Cloudflare Pages",
|
||||
"pages": [
|
||||
"api-reference/endpoints/secret-syncs/cloudflare-pages/list",
|
||||
"api-reference/endpoints/secret-syncs/cloudflare-pages/get-by-id",
|
||||
"api-reference/endpoints/secret-syncs/cloudflare-pages/get-by-name",
|
||||
"api-reference/endpoints/secret-syncs/cloudflare-pages/create",
|
||||
"api-reference/endpoints/secret-syncs/cloudflare-pages/update",
|
||||
"api-reference/endpoints/secret-syncs/cloudflare-pages/delete",
|
||||
"api-reference/endpoints/secret-syncs/cloudflare-pages/sync-secrets",
|
||||
"api-reference/endpoints/secret-syncs/cloudflare-pages/remove-secrets"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Databricks",
|
||||
"pages": [
|
||||
|
||||
Reference in New Issue
Block a user