mirror of
https://github.com/Infisical/infisical.git
synced 2025-08-05 07:30:33 +00:00
2058 lines
85 KiB
JSON
2058 lines
85 KiB
JSON
{
|
|
"name": "Infisical",
|
|
"openapi": "https://app.infisical.com/api/docs/json",
|
|
"logo": {
|
|
"dark": "/logo/dark.svg",
|
|
"light": "/logo/light.svg",
|
|
"href": "https://infisical.com"
|
|
},
|
|
"favicon": "/favicon.png",
|
|
"colors": {
|
|
"primary": "#26272b",
|
|
"light": "#97b31d",
|
|
"dark": "#A1B659",
|
|
"ultraLight": "#E7F256",
|
|
"ultraDark": "#8D9F4C",
|
|
"background": {
|
|
"light": "#ffffff",
|
|
"dark": "#0D1117"
|
|
},
|
|
"anchors": {
|
|
"from": "#000000",
|
|
"to": "#707174"
|
|
}
|
|
},
|
|
"modeToggle": {
|
|
"default": "light",
|
|
"isHidden": true
|
|
},
|
|
"feedback": {
|
|
"suggestEdit": true,
|
|
"raiseIssue": true,
|
|
"thumbsRating": true
|
|
},
|
|
"api": {
|
|
"baseUrl": ["https://app.infisical.com", "http://localhost:8080"]
|
|
},
|
|
"topbarLinks": [
|
|
{
|
|
"name": "Log In",
|
|
"url": "https://app.infisical.com/login"
|
|
}
|
|
],
|
|
"topbarCtaButton": {
|
|
"name": "Start for Free",
|
|
"url": "https://app.infisical.com/signup"
|
|
},
|
|
"tabs": [
|
|
{
|
|
"name": "Integrations",
|
|
"url": "integrations"
|
|
},
|
|
{
|
|
"name": "CLI",
|
|
"url": "cli"
|
|
},
|
|
{
|
|
"name": "API Reference",
|
|
"url": "api-reference"
|
|
},
|
|
{
|
|
"name": "SDKs",
|
|
"url": "sdks"
|
|
},
|
|
{
|
|
"name": "Changelog",
|
|
"url": "changelog"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Getting Started",
|
|
"pages": [
|
|
"documentation/getting-started/introduction",
|
|
{
|
|
"group": "Quickstart",
|
|
"pages": ["documentation/guides/local-development"]
|
|
},
|
|
{
|
|
"group": "Guides",
|
|
"pages": [
|
|
"documentation/guides/introduction",
|
|
"documentation/guides/node",
|
|
"documentation/guides/python",
|
|
"documentation/guides/nextjs-vercel",
|
|
"documentation/guides/microsoft-power-apps",
|
|
"documentation/guides/organization-structure"
|
|
]
|
|
},
|
|
{
|
|
"group": "Setup",
|
|
"pages": ["documentation/setup/networking"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Platform",
|
|
"pages": [
|
|
"documentation/platform/organization",
|
|
"documentation/platform/project",
|
|
"documentation/platform/folder",
|
|
{
|
|
"group": "Secrets",
|
|
"pages": [
|
|
"documentation/platform/secret-versioning",
|
|
"documentation/platform/pit-recovery",
|
|
"documentation/platform/secret-reference",
|
|
"documentation/platform/webhooks"
|
|
]
|
|
},
|
|
{
|
|
"group": "Internal PKI",
|
|
"pages": [
|
|
"documentation/platform/pki/overview",
|
|
"documentation/platform/pki/private-ca",
|
|
"documentation/platform/pki/external-ca",
|
|
"documentation/platform/pki/subscribers",
|
|
"documentation/platform/pki/certificates",
|
|
"documentation/platform/pki/acme-ca",
|
|
"documentation/platform/pki/est",
|
|
"documentation/platform/pki/alerting",
|
|
{
|
|
"group": "Integrations",
|
|
"pages": [
|
|
"documentation/platform/pki/pki-issuer",
|
|
"documentation/platform/pki/integration-guides/gloo-mesh"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Infisical SSH",
|
|
"pages": [
|
|
"documentation/platform/ssh/overview",
|
|
"documentation/platform/ssh/host-groups"
|
|
]
|
|
},
|
|
{
|
|
"group": "Key Management (KMS)",
|
|
"pages": [
|
|
"documentation/platform/kms/overview",
|
|
"documentation/platform/kms/hsm-integration",
|
|
"documentation/platform/kms/kubernetes-encryption",
|
|
"documentation/platform/kms/kmip"
|
|
]
|
|
},
|
|
{
|
|
"group": "KMS Configuration",
|
|
"pages": [
|
|
"documentation/platform/kms-configuration/overview",
|
|
"documentation/platform/kms-configuration/aws-kms",
|
|
"documentation/platform/kms-configuration/aws-hsm",
|
|
"documentation/platform/kms-configuration/gcp-kms"
|
|
]
|
|
},
|
|
{
|
|
"group": "Identities",
|
|
"pages": [
|
|
"documentation/platform/identities/overview",
|
|
"documentation/platform/identities/user-identities",
|
|
"documentation/platform/identities/machine-identities"
|
|
]
|
|
},
|
|
{
|
|
"group": "Access Control",
|
|
"pages": [
|
|
"documentation/platform/access-controls/overview",
|
|
"documentation/platform/access-controls/role-based-access-controls",
|
|
{
|
|
"group": "Attribute based access controls",
|
|
"pages": [
|
|
"documentation/platform/access-controls/abac/overview",
|
|
"documentation/platform/access-controls/abac/managing-user-metadata",
|
|
"documentation/platform/access-controls/abac/managing-machine-identity-attributes"
|
|
]
|
|
},
|
|
"documentation/platform/access-controls/additional-privileges",
|
|
"documentation/platform/access-controls/temporary-access",
|
|
"documentation/platform/access-controls/assume-privilege",
|
|
"documentation/platform/access-controls/access-requests",
|
|
"documentation/platform/access-controls/project-access-requests",
|
|
"documentation/platform/pr-workflows",
|
|
"documentation/platform/groups"
|
|
]
|
|
},
|
|
{
|
|
"group": "Audit Logs",
|
|
"pages": [
|
|
"documentation/platform/audit-logs",
|
|
"documentation/platform/audit-log-streams/audit-log-streams",
|
|
"documentation/platform/audit-log-streams/audit-log-streams-with-fluentbit"
|
|
]
|
|
},
|
|
{
|
|
"group": "Secret Rotation",
|
|
"pages": [
|
|
"documentation/platform/secret-rotation/overview",
|
|
"documentation/platform/secret-rotation/auth0-client-secret",
|
|
"documentation/platform/secret-rotation/aws-iam-user-secret",
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"group": "Dynamic Secrets",
|
|
"pages": [
|
|
"documentation/platform/dynamic-secrets/overview",
|
|
"documentation/platform/dynamic-secrets/postgresql",
|
|
"documentation/platform/dynamic-secrets/mysql",
|
|
"documentation/platform/dynamic-secrets/mssql",
|
|
"documentation/platform/dynamic-secrets/oracle",
|
|
"documentation/platform/dynamic-secrets/cassandra",
|
|
"documentation/platform/dynamic-secrets/redis",
|
|
"documentation/platform/dynamic-secrets/aws-elasticache",
|
|
"documentation/platform/dynamic-secrets/elastic-search",
|
|
"documentation/platform/dynamic-secrets/rabbit-mq",
|
|
"documentation/platform/dynamic-secrets/aws-iam",
|
|
"documentation/platform/dynamic-secrets/mongo-atlas",
|
|
"documentation/platform/dynamic-secrets/mongo-db",
|
|
"documentation/platform/dynamic-secrets/azure-entra-id",
|
|
"documentation/platform/dynamic-secrets/ldap",
|
|
"documentation/platform/dynamic-secrets/sap-ase",
|
|
"documentation/platform/dynamic-secrets/sap-hana",
|
|
"documentation/platform/dynamic-secrets/snowflake",
|
|
"documentation/platform/dynamic-secrets/totp",
|
|
"documentation/platform/dynamic-secrets/kubernetes",
|
|
"documentation/platform/dynamic-secrets/vertica"
|
|
]
|
|
},
|
|
{
|
|
"group": "Gateway",
|
|
"pages": [
|
|
"documentation/platform/gateways/overview",
|
|
"documentation/platform/gateways/gateway-security",
|
|
"documentation/platform/gateways/networking"
|
|
]
|
|
},
|
|
"documentation/platform/project-templates",
|
|
{
|
|
"group": "Workflow Integrations",
|
|
"pages": [
|
|
"documentation/platform/workflow-integrations/slack-integration",
|
|
"documentation/platform/workflow-integrations/microsoft-teams-integration"
|
|
]
|
|
},
|
|
{
|
|
"group": "Admin Consoles",
|
|
"pages": [
|
|
"documentation/platform/admin-panel/overview",
|
|
"documentation/platform/admin-panel/server-admin",
|
|
"documentation/platform/admin-panel/org-admin-console"
|
|
]
|
|
},
|
|
"documentation/platform/secret-sharing",
|
|
{
|
|
"group": "Secret Scanning",
|
|
"pages": [
|
|
"documentation/platform/secret-scanning/overview",
|
|
"documentation/platform/secret-scanning/github"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Authentication Methods",
|
|
"pages": [
|
|
{
|
|
"group": "User Authentication",
|
|
"pages": [
|
|
"documentation/platform/auth-methods/email-password",
|
|
{
|
|
"group": "SSO",
|
|
"pages": [
|
|
"documentation/platform/sso/overview",
|
|
"documentation/platform/sso/google",
|
|
"documentation/platform/sso/github",
|
|
"documentation/platform/sso/gitlab",
|
|
"documentation/platform/sso/okta",
|
|
"documentation/platform/sso/azure",
|
|
"documentation/platform/sso/jumpcloud",
|
|
"documentation/platform/sso/keycloak-saml",
|
|
"documentation/platform/sso/google-saml",
|
|
"documentation/platform/sso/auth0-saml",
|
|
{
|
|
"group": "OIDC",
|
|
"pages": [
|
|
{
|
|
"group": "Keycloak OIDC",
|
|
"pages": [
|
|
"documentation/platform/sso/keycloak-oidc/overview",
|
|
"documentation/platform/sso/keycloak-oidc/group-membership-mapping"
|
|
]
|
|
},
|
|
"documentation/platform/sso/auth0-oidc",
|
|
{
|
|
"group": "General OIDC",
|
|
"pages": [
|
|
"documentation/platform/sso/general-oidc/overview",
|
|
"documentation/platform/sso/general-oidc/group-membership-mapping"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "LDAP",
|
|
"pages": [
|
|
"documentation/platform/ldap/overview",
|
|
"documentation/platform/ldap/jumpcloud",
|
|
"documentation/platform/ldap/general"
|
|
]
|
|
},
|
|
{
|
|
"group": "SCIM",
|
|
"pages": [
|
|
"documentation/platform/scim/overview",
|
|
"documentation/platform/scim/okta",
|
|
"documentation/platform/scim/azure",
|
|
"documentation/platform/scim/jumpcloud",
|
|
"documentation/platform/scim/group-mappings"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"group": "Machine Identities",
|
|
"pages": [
|
|
"documentation/platform/identities/aws-auth",
|
|
"documentation/platform/identities/azure-auth",
|
|
"documentation/platform/identities/gcp-auth",
|
|
"documentation/platform/identities/jwt-auth",
|
|
"documentation/platform/identities/kubernetes-auth",
|
|
"documentation/platform/identities/oci-auth",
|
|
"documentation/platform/identities/token-auth",
|
|
"documentation/platform/identities/universal-auth",
|
|
{
|
|
"group": "OIDC Auth",
|
|
"pages": [
|
|
"documentation/platform/identities/oidc-auth/general",
|
|
"documentation/platform/identities/oidc-auth/github",
|
|
"documentation/platform/identities/oidc-auth/circleci",
|
|
"documentation/platform/identities/oidc-auth/gitlab",
|
|
"documentation/platform/identities/oidc-auth/terraform-cloud",
|
|
"documentation/platform/identities/oidc-auth/spire"
|
|
]
|
|
},
|
|
|
|
{
|
|
"group": "LDAP Auth",
|
|
"pages": [
|
|
"documentation/platform/identities/ldap-auth/general",
|
|
"documentation/platform/identities/ldap-auth/jumpcloud"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"documentation/platform/token",
|
|
"documentation/platform/mfa",
|
|
"documentation/platform/github-org-sync"
|
|
]
|
|
},
|
|
{
|
|
"group": "Self-host Infisical",
|
|
"pages": [
|
|
"self-hosting/overview",
|
|
{
|
|
"group": "Installation methods",
|
|
"pages": [
|
|
"self-hosting/deployment-options/standalone-infisical",
|
|
"self-hosting/deployment-options/docker-swarm",
|
|
"self-hosting/deployment-options/docker-compose",
|
|
"self-hosting/deployment-options/kubernetes-helm"
|
|
]
|
|
},
|
|
{
|
|
"group": "Linux Package",
|
|
"pages": [
|
|
"self-hosting/deployment-options/native/linux-package/installation",
|
|
"self-hosting/deployment-options/native/linux-package/commands-configuration",
|
|
"self-hosting/deployment-options/linux-upgrade"
|
|
]
|
|
},
|
|
"self-hosting/guides/upgrading-infisical",
|
|
"self-hosting/configuration/envars",
|
|
"self-hosting/configuration/requirements",
|
|
{
|
|
"group": "Guides",
|
|
"pages": [
|
|
"self-hosting/guides/mongo-to-postgres",
|
|
"self-hosting/guides/custom-certificates",
|
|
"self-hosting/guides/automated-bootstrapping"
|
|
]
|
|
},
|
|
{
|
|
"group": "Reference architectures",
|
|
"pages": [
|
|
"self-hosting/reference-architectures/aws-ecs",
|
|
"self-hosting/reference-architectures/linux-deployment-ha",
|
|
"self-hosting/reference-architectures/on-prem-k8s-ha",
|
|
"self-hosting/reference-architectures/google-cloud-run"
|
|
]
|
|
},
|
|
"self-hosting/ee",
|
|
"self-hosting/faq"
|
|
]
|
|
},
|
|
{
|
|
"group": "Command line",
|
|
"pages": [
|
|
"cli/overview",
|
|
"cli/usage",
|
|
{
|
|
"group": "Core commands",
|
|
"pages": [
|
|
"cli/commands/login",
|
|
"cli/commands/init",
|
|
"cli/commands/run",
|
|
"cli/commands/secrets",
|
|
"cli/commands/dynamic-secrets",
|
|
"cli/commands/ssh",
|
|
"cli/commands/gateway",
|
|
"cli/commands/bootstrap",
|
|
"cli/commands/export",
|
|
"cli/commands/token",
|
|
"cli/commands/service-token",
|
|
"cli/commands/vault",
|
|
"cli/commands/user",
|
|
"cli/commands/reset",
|
|
{
|
|
"group": "infisical scan",
|
|
"pages": [
|
|
"cli/commands/scan",
|
|
"cli/commands/scan-git-changes",
|
|
"cli/commands/scan-install"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"cli/scanning-overview",
|
|
"cli/project-config",
|
|
"cli/faq"
|
|
]
|
|
},
|
|
{
|
|
"group": "Infrastructure Integrations",
|
|
"pages": [
|
|
{
|
|
"group": "Container orchestrators",
|
|
"pages": [
|
|
{
|
|
"group": "Kubernetes",
|
|
"pages": [
|
|
"integrations/platforms/kubernetes/overview",
|
|
"integrations/platforms/kubernetes/infisical-secret-crd",
|
|
"integrations/platforms/kubernetes/infisical-push-secret-crd",
|
|
"integrations/platforms/kubernetes/infisical-dynamic-secret-crd"
|
|
]
|
|
},
|
|
"integrations/platforms/kubernetes-injector",
|
|
"integrations/platforms/kubernetes-csi",
|
|
"integrations/platforms/docker-swarm-with-agent",
|
|
"integrations/platforms/ecs-with-agent"
|
|
]
|
|
},
|
|
"integrations/platforms/infisical-agent",
|
|
{
|
|
"group": "Docker",
|
|
"pages": [
|
|
"integrations/platforms/docker-intro",
|
|
"integrations/platforms/docker",
|
|
"integrations/platforms/docker-pass-envs",
|
|
"integrations/platforms/docker-compose"
|
|
]
|
|
},
|
|
"integrations/frameworks/terraform",
|
|
"integrations/frameworks/pulumi",
|
|
"integrations/platforms/ansible",
|
|
"integrations/platforms/apache-airflow"
|
|
]
|
|
},
|
|
{
|
|
"group": "App Connections",
|
|
"pages": [
|
|
"integrations/app-connections/overview",
|
|
{
|
|
"group": "Connections",
|
|
"pages": [
|
|
"integrations/app-connections/1password",
|
|
"integrations/app-connections/auth0",
|
|
"integrations/app-connections/aws",
|
|
"integrations/app-connections/azure-app-configuration",
|
|
"integrations/app-connections/azure-client-secrets",
|
|
"integrations/app-connections/azure-key-vault",
|
|
"integrations/app-connections/camunda",
|
|
"integrations/app-connections/databricks",
|
|
"integrations/app-connections/gcp",
|
|
"integrations/app-connections/github",
|
|
"integrations/app-connections/github-radar",
|
|
"integrations/app-connections/hashicorp-vault",
|
|
"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",
|
|
"integrations/app-connections/terraform-cloud",
|
|
"integrations/app-connections/vercel",
|
|
"integrations/app-connections/windmill"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Secret Syncs",
|
|
"pages": [
|
|
"integrations/secret-syncs/overview",
|
|
{
|
|
"group": "Syncs",
|
|
"pages": [
|
|
"integrations/secret-syncs/1password",
|
|
"integrations/secret-syncs/aws-parameter-store",
|
|
"integrations/secret-syncs/aws-secrets-manager",
|
|
"integrations/secret-syncs/azure-app-configuration",
|
|
"integrations/secret-syncs/azure-key-vault",
|
|
"integrations/secret-syncs/camunda",
|
|
"integrations/secret-syncs/databricks",
|
|
"integrations/secret-syncs/gcp-secret-manager",
|
|
"integrations/secret-syncs/github",
|
|
"integrations/secret-syncs/hashicorp-vault",
|
|
"integrations/secret-syncs/humanitec",
|
|
"integrations/secret-syncs/oci-vault",
|
|
"integrations/secret-syncs/teamcity",
|
|
"integrations/secret-syncs/terraform-cloud",
|
|
"integrations/secret-syncs/vercel",
|
|
"integrations/secret-syncs/windmill"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Native Integrations",
|
|
"pages": [
|
|
{
|
|
"group": "AWS",
|
|
"pages": [
|
|
"integrations/cloud/aws-parameter-store",
|
|
"integrations/cloud/aws-secret-manager",
|
|
"integrations/cloud/aws-amplify"
|
|
]
|
|
},
|
|
"integrations/cloud/vercel",
|
|
"integrations/cloud/azure-key-vault",
|
|
"integrations/cloud/azure-app-configuration",
|
|
"integrations/cloud/azure-devops",
|
|
"integrations/cloud/gcp-secret-manager",
|
|
{
|
|
"group": "Cloudflare",
|
|
"pages": [
|
|
"integrations/cloud/cloudflare-pages",
|
|
"integrations/cloud/cloudflare-workers"
|
|
]
|
|
},
|
|
"integrations/cloud/terraform-cloud",
|
|
"integrations/cloud/databricks",
|
|
{
|
|
"group": "View more",
|
|
"pages": [
|
|
"integrations/cloud/digital-ocean-app-platform",
|
|
"integrations/cloud/heroku",
|
|
"integrations/cloud/netlify",
|
|
"integrations/cloud/railway",
|
|
"integrations/cloud/flyio",
|
|
"integrations/cloud/render",
|
|
"integrations/cloud/laravel-forge",
|
|
"integrations/cloud/supabase",
|
|
"integrations/cloud/northflank",
|
|
"integrations/cloud/hasura-cloud",
|
|
"integrations/cloud/qovery",
|
|
"integrations/cloud/hashicorp-vault",
|
|
"integrations/cloud/cloud-66",
|
|
"integrations/cloud/windmill"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "CI/CD Integrations",
|
|
"pages": [
|
|
"integrations/cicd/jenkins",
|
|
"integrations/cicd/githubactions",
|
|
"integrations/cicd/gitlab",
|
|
"integrations/cicd/bitbucket",
|
|
"integrations/cloud/teamcity",
|
|
{
|
|
"group": "View more",
|
|
"pages": [
|
|
"integrations/cicd/circleci",
|
|
"integrations/cicd/travisci",
|
|
"integrations/cicd/rundeck",
|
|
"integrations/cicd/codefresh",
|
|
"integrations/cloud/checkly",
|
|
"integrations/cicd/octopus-deploy"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Framework Integrations",
|
|
"pages": [
|
|
"integrations/frameworks/spring-boot-maven",
|
|
"integrations/frameworks/react",
|
|
"integrations/frameworks/vue",
|
|
"integrations/frameworks/express",
|
|
{
|
|
"group": "View more",
|
|
"pages": [
|
|
"integrations/frameworks/nextjs",
|
|
"integrations/frameworks/nestjs",
|
|
"integrations/frameworks/sveltekit",
|
|
"integrations/frameworks/nuxt",
|
|
"integrations/frameworks/gatsby",
|
|
"integrations/frameworks/remix",
|
|
"integrations/frameworks/vite",
|
|
"integrations/frameworks/fiber",
|
|
"integrations/frameworks/django",
|
|
"integrations/frameworks/flask",
|
|
"integrations/frameworks/laravel",
|
|
"integrations/frameworks/rails",
|
|
"integrations/frameworks/dotnet",
|
|
"integrations/platforms/pm2",
|
|
"integrations/frameworks/ab-initio"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Build Tool Integrations",
|
|
"pages": ["integrations/build-tools/gradle"]
|
|
},
|
|
{
|
|
"group": "Others",
|
|
"pages": ["integrations/external/backstage"]
|
|
},
|
|
{
|
|
"group": "",
|
|
"pages": ["sdks/overview"]
|
|
},
|
|
{
|
|
"group": "SDK's",
|
|
"pages": [
|
|
"sdks/languages/node",
|
|
"sdks/languages/python",
|
|
"sdks/languages/java",
|
|
"sdks/languages/go",
|
|
"sdks/languages/ruby",
|
|
"sdks/languages/csharp"
|
|
]
|
|
},
|
|
{
|
|
"group": "Overview",
|
|
"pages": [
|
|
"api-reference/overview/introduction",
|
|
"api-reference/overview/authentication",
|
|
{
|
|
"group": "Examples",
|
|
"pages": ["api-reference/overview/examples/integration"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Endpoints",
|
|
"pages": [
|
|
{
|
|
"group": "Identities",
|
|
"pages": [
|
|
"api-reference/endpoints/identities/create",
|
|
"api-reference/endpoints/identities/update",
|
|
"api-reference/endpoints/identities/delete",
|
|
"api-reference/endpoints/identities/get-by-id",
|
|
"api-reference/endpoints/identities/list",
|
|
"api-reference/endpoints/identities/search"
|
|
]
|
|
},
|
|
{
|
|
"group": "Token Auth",
|
|
"pages": [
|
|
"api-reference/endpoints/token-auth/attach",
|
|
"api-reference/endpoints/token-auth/retrieve",
|
|
"api-reference/endpoints/token-auth/update",
|
|
"api-reference/endpoints/token-auth/revoke",
|
|
"api-reference/endpoints/token-auth/get-tokens",
|
|
"api-reference/endpoints/token-auth/create-token",
|
|
"api-reference/endpoints/token-auth/update-token",
|
|
"api-reference/endpoints/token-auth/revoke-token"
|
|
]
|
|
},
|
|
{
|
|
"group": "Universal Auth",
|
|
"pages": [
|
|
"api-reference/endpoints/universal-auth/login",
|
|
"api-reference/endpoints/universal-auth/attach",
|
|
"api-reference/endpoints/universal-auth/retrieve",
|
|
"api-reference/endpoints/universal-auth/update",
|
|
"api-reference/endpoints/universal-auth/revoke",
|
|
"api-reference/endpoints/universal-auth/create-client-secret",
|
|
"api-reference/endpoints/universal-auth/list-client-secrets",
|
|
"api-reference/endpoints/universal-auth/revoke-client-secret",
|
|
"api-reference/endpoints/universal-auth/get-client-secret-by-id",
|
|
"api-reference/endpoints/universal-auth/renew-access-token",
|
|
"api-reference/endpoints/universal-auth/revoke-access-token"
|
|
]
|
|
},
|
|
{
|
|
"group": "GCP Auth",
|
|
"pages": [
|
|
"api-reference/endpoints/gcp-auth/login",
|
|
"api-reference/endpoints/gcp-auth/attach",
|
|
"api-reference/endpoints/gcp-auth/retrieve",
|
|
"api-reference/endpoints/gcp-auth/update",
|
|
"api-reference/endpoints/gcp-auth/revoke"
|
|
]
|
|
},
|
|
{
|
|
"group": "AWS Auth",
|
|
"pages": [
|
|
"api-reference/endpoints/aws-auth/login",
|
|
"api-reference/endpoints/aws-auth/attach",
|
|
"api-reference/endpoints/aws-auth/retrieve",
|
|
"api-reference/endpoints/aws-auth/update",
|
|
"api-reference/endpoints/aws-auth/revoke"
|
|
]
|
|
},
|
|
{
|
|
"group": "OCI Auth",
|
|
"pages": [
|
|
"api-reference/endpoints/oci-auth/login",
|
|
"api-reference/endpoints/oci-auth/attach",
|
|
"api-reference/endpoints/oci-auth/retrieve",
|
|
"api-reference/endpoints/oci-auth/update",
|
|
"api-reference/endpoints/oci-auth/revoke"
|
|
]
|
|
},
|
|
{
|
|
"group": "Azure Auth",
|
|
"pages": [
|
|
"api-reference/endpoints/azure-auth/login",
|
|
"api-reference/endpoints/azure-auth/attach",
|
|
"api-reference/endpoints/azure-auth/retrieve",
|
|
"api-reference/endpoints/azure-auth/update",
|
|
"api-reference/endpoints/azure-auth/revoke"
|
|
]
|
|
},
|
|
{
|
|
"group": "Kubernetes Auth",
|
|
"pages": [
|
|
"api-reference/endpoints/kubernetes-auth/login",
|
|
"api-reference/endpoints/kubernetes-auth/attach",
|
|
"api-reference/endpoints/kubernetes-auth/retrieve",
|
|
"api-reference/endpoints/kubernetes-auth/update",
|
|
"api-reference/endpoints/kubernetes-auth/revoke"
|
|
]
|
|
},
|
|
{
|
|
"group": "OIDC Auth",
|
|
"pages": [
|
|
"api-reference/endpoints/oidc-auth/login",
|
|
"api-reference/endpoints/oidc-auth/attach",
|
|
"api-reference/endpoints/oidc-auth/retrieve",
|
|
"api-reference/endpoints/oidc-auth/update",
|
|
"api-reference/endpoints/oidc-auth/revoke"
|
|
]
|
|
},
|
|
{
|
|
"group": "JWT Auth",
|
|
"pages": [
|
|
"api-reference/endpoints/jwt-auth/login",
|
|
"api-reference/endpoints/jwt-auth/attach",
|
|
"api-reference/endpoints/jwt-auth/retrieve",
|
|
"api-reference/endpoints/jwt-auth/update",
|
|
"api-reference/endpoints/jwt-auth/revoke"
|
|
]
|
|
},
|
|
{
|
|
"group": "LDAP Auth",
|
|
"pages": [
|
|
"api-reference/endpoints/ldap-auth/login",
|
|
"api-reference/endpoints/ldap-auth/attach",
|
|
"api-reference/endpoints/ldap-auth/retrieve",
|
|
"api-reference/endpoints/ldap-auth/update",
|
|
"api-reference/endpoints/ldap-auth/revoke"
|
|
]
|
|
},
|
|
{
|
|
"group": "Groups",
|
|
"pages": [
|
|
"api-reference/endpoints/groups/create",
|
|
"api-reference/endpoints/groups/update",
|
|
"api-reference/endpoints/groups/delete",
|
|
"api-reference/endpoints/groups/get",
|
|
"api-reference/endpoints/groups/get-by-id",
|
|
"api-reference/endpoints/groups/add-group-user",
|
|
"api-reference/endpoints/groups/remove-group-user",
|
|
"api-reference/endpoints/groups/list-group-users"
|
|
]
|
|
},
|
|
{
|
|
"group": "Organizations",
|
|
"pages": [
|
|
"api-reference/endpoints/organizations/memberships",
|
|
"api-reference/endpoints/organizations/update-membership",
|
|
"api-reference/endpoints/organizations/delete-membership",
|
|
"api-reference/endpoints/organizations/list-identity-memberships",
|
|
"api-reference/endpoints/organizations/workspaces"
|
|
]
|
|
},
|
|
{
|
|
"group": "Projects",
|
|
"pages": [
|
|
"api-reference/endpoints/workspaces/create-workspace",
|
|
"api-reference/endpoints/workspaces/delete-workspace",
|
|
"api-reference/endpoints/workspaces/get-workspace",
|
|
"api-reference/endpoints/workspaces/update-workspace",
|
|
"api-reference/endpoints/workspaces/secret-snapshots",
|
|
"api-reference/endpoints/workspaces/rollback-snapshot"
|
|
]
|
|
},
|
|
{
|
|
"group": "Project Users",
|
|
"pages": [
|
|
"api-reference/endpoints/project-users/invite-member-to-workspace",
|
|
"api-reference/endpoints/project-users/remove-member-from-workspace",
|
|
"api-reference/endpoints/project-users/memberships",
|
|
"api-reference/endpoints/project-users/get-by-username",
|
|
"api-reference/endpoints/project-users/update-membership"
|
|
]
|
|
},
|
|
{
|
|
"group": "Project Groups",
|
|
"pages": [
|
|
"api-reference/endpoints/project-groups/create",
|
|
"api-reference/endpoints/project-groups/delete",
|
|
"api-reference/endpoints/project-groups/get-by-id",
|
|
"api-reference/endpoints/project-groups/list",
|
|
"api-reference/endpoints/project-groups/update"
|
|
]
|
|
},
|
|
{
|
|
"group": "Project Identities",
|
|
"pages": [
|
|
"api-reference/endpoints/project-identities/add-identity-membership",
|
|
"api-reference/endpoints/project-identities/list-identity-memberships",
|
|
"api-reference/endpoints/project-identities/get-by-id",
|
|
"api-reference/endpoints/project-identities/update-identity-membership",
|
|
"api-reference/endpoints/project-identities/delete-identity-membership"
|
|
]
|
|
},
|
|
{
|
|
"group": "Project Roles",
|
|
"pages": [
|
|
"api-reference/endpoints/project-roles/create",
|
|
"api-reference/endpoints/project-roles/update",
|
|
"api-reference/endpoints/project-roles/delete",
|
|
"api-reference/endpoints/project-roles/get-by-slug",
|
|
"api-reference/endpoints/project-roles/list"
|
|
]
|
|
},
|
|
{
|
|
"group": "Project Templates",
|
|
"pages": [
|
|
"api-reference/endpoints/project-templates/create",
|
|
"api-reference/endpoints/project-templates/update",
|
|
"api-reference/endpoints/project-templates/delete",
|
|
"api-reference/endpoints/project-templates/get-by-id",
|
|
"api-reference/endpoints/project-templates/list"
|
|
]
|
|
},
|
|
{
|
|
"group": "Environments",
|
|
"pages": [
|
|
"api-reference/endpoints/environments/create",
|
|
"api-reference/endpoints/environments/update",
|
|
"api-reference/endpoints/environments/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Folders",
|
|
"pages": [
|
|
"api-reference/endpoints/folders/list",
|
|
"api-reference/endpoints/folders/get-by-id",
|
|
"api-reference/endpoints/folders/create",
|
|
"api-reference/endpoints/folders/update",
|
|
"api-reference/endpoints/folders/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Secret Tags",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-tags/list",
|
|
"api-reference/endpoints/secret-tags/get-by-id",
|
|
"api-reference/endpoints/secret-tags/get-by-slug",
|
|
"api-reference/endpoints/secret-tags/create",
|
|
"api-reference/endpoints/secret-tags/update",
|
|
"api-reference/endpoints/secret-tags/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Secrets",
|
|
"pages": [
|
|
"api-reference/endpoints/secrets/list",
|
|
"api-reference/endpoints/secrets/create",
|
|
"api-reference/endpoints/secrets/read",
|
|
"api-reference/endpoints/secrets/update",
|
|
"api-reference/endpoints/secrets/delete",
|
|
"api-reference/endpoints/secrets/create-many",
|
|
"api-reference/endpoints/secrets/update-many",
|
|
"api-reference/endpoints/secrets/delete-many",
|
|
"api-reference/endpoints/secrets/attach-tags",
|
|
"api-reference/endpoints/secrets/detach-tags"
|
|
]
|
|
},
|
|
{
|
|
"group": "Dynamic Secrets",
|
|
"pages": [
|
|
"api-reference/endpoints/dynamic-secrets/create",
|
|
"api-reference/endpoints/dynamic-secrets/update",
|
|
"api-reference/endpoints/dynamic-secrets/delete",
|
|
"api-reference/endpoints/dynamic-secrets/get",
|
|
"api-reference/endpoints/dynamic-secrets/list",
|
|
"api-reference/endpoints/dynamic-secrets/list-leases",
|
|
"api-reference/endpoints/dynamic-secrets/create-lease",
|
|
"api-reference/endpoints/dynamic-secrets/delete-lease",
|
|
"api-reference/endpoints/dynamic-secrets/renew-lease",
|
|
"api-reference/endpoints/dynamic-secrets/get-lease"
|
|
]
|
|
},
|
|
{
|
|
"group": "Secret Imports",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-imports/list",
|
|
"api-reference/endpoints/secret-imports/create",
|
|
"api-reference/endpoints/secret-imports/update",
|
|
"api-reference/endpoints/secret-imports/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Secret Rotations",
|
|
"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": "AWS IAM User Secret",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-rotations/aws-iam-user-secret/create",
|
|
"api-reference/endpoints/secret-rotations/aws-iam-user-secret/delete",
|
|
"api-reference/endpoints/secret-rotations/aws-iam-user-secret/get-by-id",
|
|
"api-reference/endpoints/secret-rotations/aws-iam-user-secret/get-by-name",
|
|
"api-reference/endpoints/secret-rotations/aws-iam-user-secret/get-generated-credentials-by-id",
|
|
"api-reference/endpoints/secret-rotations/aws-iam-user-secret/list",
|
|
"api-reference/endpoints/secret-rotations/aws-iam-user-secret/rotate-secrets",
|
|
"api-reference/endpoints/secret-rotations/aws-iam-user-secret/update"
|
|
]
|
|
},
|
|
{
|
|
"group": "Azure Client Secret",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-rotations/azure-client-secret/create",
|
|
"api-reference/endpoints/secret-rotations/azure-client-secret/delete",
|
|
"api-reference/endpoints/secret-rotations/azure-client-secret/get-by-id",
|
|
"api-reference/endpoints/secret-rotations/azure-client-secret/get-by-name",
|
|
"api-reference/endpoints/secret-rotations/azure-client-secret/get-generated-credentials-by-id",
|
|
"api-reference/endpoints/secret-rotations/azure-client-secret/list",
|
|
"api-reference/endpoints/secret-rotations/azure-client-secret/rotate-secrets",
|
|
"api-reference/endpoints/secret-rotations/azure-client-secret/update"
|
|
]
|
|
},
|
|
{
|
|
"group": "LDAP Password",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-rotations/ldap-password/create",
|
|
"api-reference/endpoints/secret-rotations/ldap-password/delete",
|
|
"api-reference/endpoints/secret-rotations/ldap-password/get-by-id",
|
|
"api-reference/endpoints/secret-rotations/ldap-password/get-by-name",
|
|
"api-reference/endpoints/secret-rotations/ldap-password/get-generated-credentials-by-id",
|
|
"api-reference/endpoints/secret-rotations/ldap-password/list",
|
|
"api-reference/endpoints/secret-rotations/ldap-password/rotate-secrets",
|
|
"api-reference/endpoints/secret-rotations/ldap-password/update"
|
|
]
|
|
},
|
|
{
|
|
"group": "Microsoft SQL Server Credentials",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-rotations/mssql-credentials/create",
|
|
"api-reference/endpoints/secret-rotations/mssql-credentials/delete",
|
|
"api-reference/endpoints/secret-rotations/mssql-credentials/get-by-id",
|
|
"api-reference/endpoints/secret-rotations/mssql-credentials/get-by-name",
|
|
"api-reference/endpoints/secret-rotations/mssql-credentials/get-generated-credentials-by-id",
|
|
"api-reference/endpoints/secret-rotations/mssql-credentials/list",
|
|
"api-reference/endpoints/secret-rotations/mssql-credentials/rotate-secrets",
|
|
"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": [
|
|
"api-reference/endpoints/secret-rotations/postgres-credentials/create",
|
|
"api-reference/endpoints/secret-rotations/postgres-credentials/delete",
|
|
"api-reference/endpoints/secret-rotations/postgres-credentials/get-by-id",
|
|
"api-reference/endpoints/secret-rotations/postgres-credentials/get-by-name",
|
|
"api-reference/endpoints/secret-rotations/postgres-credentials/get-generated-credentials-by-id",
|
|
"api-reference/endpoints/secret-rotations/postgres-credentials/list",
|
|
"api-reference/endpoints/secret-rotations/postgres-credentials/rotate-secrets",
|
|
"api-reference/endpoints/secret-rotations/postgres-credentials/update"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Secret Scanning",
|
|
"pages": [
|
|
{
|
|
"group": "Data Sources",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-scanning/data-sources/list",
|
|
"api-reference/endpoints/secret-scanning/data-sources/options",
|
|
{
|
|
"group": "GitHub",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-scanning/data-sources/github/list",
|
|
"api-reference/endpoints/secret-scanning/data-sources/github/get-by-id",
|
|
"api-reference/endpoints/secret-scanning/data-sources/github/get-by-name",
|
|
"api-reference/endpoints/secret-scanning/data-sources/github/list-resources",
|
|
"api-reference/endpoints/secret-scanning/data-sources/github/list-scans",
|
|
"api-reference/endpoints/secret-scanning/data-sources/github/create",
|
|
"api-reference/endpoints/secret-scanning/data-sources/github/update",
|
|
"api-reference/endpoints/secret-scanning/data-sources/github/delete",
|
|
"api-reference/endpoints/secret-scanning/data-sources/github/scan",
|
|
"api-reference/endpoints/secret-scanning/data-sources/github/scan-resource"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Findings",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-scanning/findings/list",
|
|
"api-reference/endpoints/secret-scanning/findings/update"
|
|
]
|
|
},
|
|
{
|
|
"group": "Configuration",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-scanning/config/get-by-project-id",
|
|
"api-reference/endpoints/secret-scanning/config/update"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Identity Specific Privilege",
|
|
"pages": [
|
|
{
|
|
"group": "V1 (Legacy)",
|
|
"pages": [
|
|
"api-reference/endpoints/identity-specific-privilege/v1/create-permanent",
|
|
"api-reference/endpoints/identity-specific-privilege/v1/create-temporary",
|
|
"api-reference/endpoints/identity-specific-privilege/v1/update",
|
|
"api-reference/endpoints/identity-specific-privilege/v1/delete",
|
|
"api-reference/endpoints/identity-specific-privilege/v1/find-by-slug",
|
|
"api-reference/endpoints/identity-specific-privilege/v1/list"
|
|
]
|
|
},
|
|
{
|
|
"group": "V2",
|
|
"pages": [
|
|
"api-reference/endpoints/identity-specific-privilege/v2/create",
|
|
"api-reference/endpoints/identity-specific-privilege/v2/update",
|
|
"api-reference/endpoints/identity-specific-privilege/v2/delete",
|
|
"api-reference/endpoints/identity-specific-privilege/v2/list",
|
|
"api-reference/endpoints/identity-specific-privilege/v2/find-by-id",
|
|
"api-reference/endpoints/identity-specific-privilege/v2/find-by-slug"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "App Connections",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/list",
|
|
"api-reference/endpoints/app-connections/options",
|
|
{
|
|
"group": "1Password",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/1password/list",
|
|
"api-reference/endpoints/app-connections/1password/available",
|
|
"api-reference/endpoints/app-connections/1password/get-by-id",
|
|
"api-reference/endpoints/app-connections/1password/get-by-name",
|
|
"api-reference/endpoints/app-connections/1password/create",
|
|
"api-reference/endpoints/app-connections/1password/update",
|
|
"api-reference/endpoints/app-connections/1password/delete"
|
|
]
|
|
},
|
|
{
|
|
"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": [
|
|
"api-reference/endpoints/app-connections/aws/list",
|
|
"api-reference/endpoints/app-connections/aws/available",
|
|
"api-reference/endpoints/app-connections/aws/get-by-id",
|
|
"api-reference/endpoints/app-connections/aws/get-by-name",
|
|
"api-reference/endpoints/app-connections/aws/create",
|
|
"api-reference/endpoints/app-connections/aws/update",
|
|
"api-reference/endpoints/app-connections/aws/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Azure App Configuration",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/azure-app-configuration/list",
|
|
"api-reference/endpoints/app-connections/azure-app-configuration/available",
|
|
"api-reference/endpoints/app-connections/azure-app-configuration/get-by-id",
|
|
"api-reference/endpoints/app-connections/azure-app-configuration/get-by-name",
|
|
"api-reference/endpoints/app-connections/azure-app-configuration/create",
|
|
"api-reference/endpoints/app-connections/azure-app-configuration/update",
|
|
"api-reference/endpoints/app-connections/azure-app-configuration/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Azure Client Secret",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/azure-client-secret/list",
|
|
"api-reference/endpoints/app-connections/azure-client-secret/available",
|
|
"api-reference/endpoints/app-connections/azure-client-secret/get-by-id",
|
|
"api-reference/endpoints/app-connections/azure-client-secret/get-by-name",
|
|
"api-reference/endpoints/app-connections/azure-client-secret/create",
|
|
"api-reference/endpoints/app-connections/azure-client-secret/update",
|
|
"api-reference/endpoints/app-connections/azure-client-secret/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Azure Key Vault",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/azure-key-vault/list",
|
|
"api-reference/endpoints/app-connections/azure-key-vault/available",
|
|
"api-reference/endpoints/app-connections/azure-key-vault/get-by-id",
|
|
"api-reference/endpoints/app-connections/azure-key-vault/get-by-name",
|
|
"api-reference/endpoints/app-connections/azure-key-vault/create",
|
|
"api-reference/endpoints/app-connections/azure-key-vault/update",
|
|
"api-reference/endpoints/app-connections/azure-key-vault/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Camunda",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/camunda/list",
|
|
"api-reference/endpoints/app-connections/camunda/available",
|
|
"api-reference/endpoints/app-connections/camunda/get-by-id",
|
|
"api-reference/endpoints/app-connections/camunda/get-by-name",
|
|
"api-reference/endpoints/app-connections/camunda/create",
|
|
"api-reference/endpoints/app-connections/camunda/update",
|
|
"api-reference/endpoints/app-connections/camunda/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Databricks",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/databricks/list",
|
|
"api-reference/endpoints/app-connections/databricks/available",
|
|
"api-reference/endpoints/app-connections/databricks/get-by-id",
|
|
"api-reference/endpoints/app-connections/databricks/get-by-name",
|
|
"api-reference/endpoints/app-connections/databricks/create",
|
|
"api-reference/endpoints/app-connections/databricks/update",
|
|
"api-reference/endpoints/app-connections/databricks/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "GCP",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/gcp/list",
|
|
"api-reference/endpoints/app-connections/gcp/available",
|
|
"api-reference/endpoints/app-connections/gcp/get-by-id",
|
|
"api-reference/endpoints/app-connections/gcp/get-by-name",
|
|
"api-reference/endpoints/app-connections/gcp/create",
|
|
"api-reference/endpoints/app-connections/gcp/update",
|
|
"api-reference/endpoints/app-connections/gcp/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "GitHub",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/github/list",
|
|
"api-reference/endpoints/app-connections/github/available",
|
|
"api-reference/endpoints/app-connections/github/get-by-id",
|
|
"api-reference/endpoints/app-connections/github/get-by-name",
|
|
"api-reference/endpoints/app-connections/github/create",
|
|
"api-reference/endpoints/app-connections/github/update",
|
|
"api-reference/endpoints/app-connections/github/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "GitHub Radar",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/github-radar/list",
|
|
"api-reference/endpoints/app-connections/github-radar/available",
|
|
"api-reference/endpoints/app-connections/github-radar/get-by-id",
|
|
"api-reference/endpoints/app-connections/github-radar/get-by-name",
|
|
"api-reference/endpoints/app-connections/github-radar/create",
|
|
"api-reference/endpoints/app-connections/github-radar/update",
|
|
"api-reference/endpoints/app-connections/github-radar/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Hashicorp Vault",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/hashicorp-vault/list",
|
|
"api-reference/endpoints/app-connections/hashicorp-vault/available",
|
|
"api-reference/endpoints/app-connections/hashicorp-vault/get-by-id",
|
|
"api-reference/endpoints/app-connections/hashicorp-vault/get-by-name",
|
|
"api-reference/endpoints/app-connections/hashicorp-vault/create",
|
|
"api-reference/endpoints/app-connections/hashicorp-vault/update",
|
|
"api-reference/endpoints/app-connections/hashicorp-vault/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Humanitec",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/humanitec/list",
|
|
"api-reference/endpoints/app-connections/humanitec/available",
|
|
"api-reference/endpoints/app-connections/humanitec/get-by-id",
|
|
"api-reference/endpoints/app-connections/humanitec/get-by-name",
|
|
"api-reference/endpoints/app-connections/humanitec/create",
|
|
"api-reference/endpoints/app-connections/humanitec/update",
|
|
"api-reference/endpoints/app-connections/humanitec/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "LDAP",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/ldap/list",
|
|
"api-reference/endpoints/app-connections/ldap/available",
|
|
"api-reference/endpoints/app-connections/ldap/get-by-id",
|
|
"api-reference/endpoints/app-connections/ldap/get-by-name",
|
|
"api-reference/endpoints/app-connections/ldap/create",
|
|
"api-reference/endpoints/app-connections/ldap/update",
|
|
"api-reference/endpoints/app-connections/ldap/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Microsoft SQL Server",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/mssql/list",
|
|
"api-reference/endpoints/app-connections/mssql/available",
|
|
"api-reference/endpoints/app-connections/mssql/get-by-id",
|
|
"api-reference/endpoints/app-connections/mssql/get-by-name",
|
|
"api-reference/endpoints/app-connections/mssql/create",
|
|
"api-reference/endpoints/app-connections/mssql/update",
|
|
"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": [
|
|
"api-reference/endpoints/app-connections/oci/list",
|
|
"api-reference/endpoints/app-connections/oci/available",
|
|
"api-reference/endpoints/app-connections/oci/get-by-id",
|
|
"api-reference/endpoints/app-connections/oci/get-by-name",
|
|
"api-reference/endpoints/app-connections/oci/create",
|
|
"api-reference/endpoints/app-connections/oci/update",
|
|
"api-reference/endpoints/app-connections/oci/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "PostgreSQL",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/postgres/list",
|
|
"api-reference/endpoints/app-connections/postgres/available",
|
|
"api-reference/endpoints/app-connections/postgres/get-by-id",
|
|
"api-reference/endpoints/app-connections/postgres/get-by-name",
|
|
"api-reference/endpoints/app-connections/postgres/create",
|
|
"api-reference/endpoints/app-connections/postgres/update",
|
|
"api-reference/endpoints/app-connections/postgres/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "TeamCity",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/teamcity/list",
|
|
"api-reference/endpoints/app-connections/teamcity/available",
|
|
"api-reference/endpoints/app-connections/teamcity/get-by-id",
|
|
"api-reference/endpoints/app-connections/teamcity/get-by-name",
|
|
"api-reference/endpoints/app-connections/teamcity/create",
|
|
"api-reference/endpoints/app-connections/teamcity/update",
|
|
"api-reference/endpoints/app-connections/teamcity/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Terraform Cloud",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/terraform-cloud/list",
|
|
"api-reference/endpoints/app-connections/terraform-cloud/available",
|
|
"api-reference/endpoints/app-connections/terraform-cloud/get-by-id",
|
|
"api-reference/endpoints/app-connections/terraform-cloud/get-by-name",
|
|
"api-reference/endpoints/app-connections/terraform-cloud/create",
|
|
"api-reference/endpoints/app-connections/terraform-cloud/update",
|
|
"api-reference/endpoints/app-connections/terraform-cloud/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Vercel",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/vercel/list",
|
|
"api-reference/endpoints/app-connections/vercel/available",
|
|
"api-reference/endpoints/app-connections/vercel/get-by-id",
|
|
"api-reference/endpoints/app-connections/vercel/get-by-name",
|
|
"api-reference/endpoints/app-connections/vercel/create",
|
|
"api-reference/endpoints/app-connections/vercel/update",
|
|
"api-reference/endpoints/app-connections/vercel/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Windmill",
|
|
"pages": [
|
|
"api-reference/endpoints/app-connections/windmill/list",
|
|
"api-reference/endpoints/app-connections/windmill/available",
|
|
"api-reference/endpoints/app-connections/windmill/get-by-id",
|
|
"api-reference/endpoints/app-connections/windmill/get-by-name",
|
|
"api-reference/endpoints/app-connections/windmill/create",
|
|
"api-reference/endpoints/app-connections/windmill/update",
|
|
"api-reference/endpoints/app-connections/windmill/delete"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Secret Syncs",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-syncs/list",
|
|
"api-reference/endpoints/secret-syncs/options",
|
|
{
|
|
"group": "1Password",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-syncs/1password/list",
|
|
"api-reference/endpoints/secret-syncs/1password/get-by-id",
|
|
"api-reference/endpoints/secret-syncs/1password/get-by-name",
|
|
"api-reference/endpoints/secret-syncs/1password/create",
|
|
"api-reference/endpoints/secret-syncs/1password/update",
|
|
"api-reference/endpoints/secret-syncs/1password/delete",
|
|
"api-reference/endpoints/secret-syncs/1password/sync-secrets",
|
|
"api-reference/endpoints/secret-syncs/1password/import-secrets",
|
|
"api-reference/endpoints/secret-syncs/1password/remove-secrets"
|
|
]
|
|
},
|
|
{
|
|
"group": "AWS Parameter Store",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-syncs/aws-parameter-store/list",
|
|
"api-reference/endpoints/secret-syncs/aws-parameter-store/get-by-id",
|
|
"api-reference/endpoints/secret-syncs/aws-parameter-store/get-by-name",
|
|
"api-reference/endpoints/secret-syncs/aws-parameter-store/create",
|
|
"api-reference/endpoints/secret-syncs/aws-parameter-store/update",
|
|
"api-reference/endpoints/secret-syncs/aws-parameter-store/delete",
|
|
"api-reference/endpoints/secret-syncs/aws-parameter-store/sync-secrets",
|
|
"api-reference/endpoints/secret-syncs/aws-parameter-store/import-secrets",
|
|
"api-reference/endpoints/secret-syncs/aws-parameter-store/remove-secrets"
|
|
]
|
|
},
|
|
{
|
|
"group": "AWS Secrets Manager",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-syncs/aws-secrets-manager/list",
|
|
"api-reference/endpoints/secret-syncs/aws-secrets-manager/get-by-id",
|
|
"api-reference/endpoints/secret-syncs/aws-secrets-manager/get-by-name",
|
|
"api-reference/endpoints/secret-syncs/aws-secrets-manager/create",
|
|
"api-reference/endpoints/secret-syncs/aws-secrets-manager/update",
|
|
"api-reference/endpoints/secret-syncs/aws-secrets-manager/delete",
|
|
"api-reference/endpoints/secret-syncs/aws-secrets-manager/sync-secrets",
|
|
"api-reference/endpoints/secret-syncs/aws-secrets-manager/import-secrets",
|
|
"api-reference/endpoints/secret-syncs/aws-secrets-manager/remove-secrets"
|
|
]
|
|
},
|
|
{
|
|
"group": "Azure App Configuration",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-syncs/azure-app-configuration/list",
|
|
"api-reference/endpoints/secret-syncs/azure-app-configuration/get-by-id",
|
|
"api-reference/endpoints/secret-syncs/azure-app-configuration/get-by-name",
|
|
"api-reference/endpoints/secret-syncs/azure-app-configuration/create",
|
|
"api-reference/endpoints/secret-syncs/azure-app-configuration/update",
|
|
"api-reference/endpoints/secret-syncs/azure-app-configuration/delete",
|
|
"api-reference/endpoints/secret-syncs/azure-app-configuration/sync-secrets",
|
|
"api-reference/endpoints/secret-syncs/azure-app-configuration/import-secrets",
|
|
"api-reference/endpoints/secret-syncs/azure-app-configuration/remove-secrets"
|
|
]
|
|
},
|
|
{
|
|
"group": "Azure Key Vault",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-syncs/azure-key-vault/list",
|
|
"api-reference/endpoints/secret-syncs/azure-key-vault/get-by-id",
|
|
"api-reference/endpoints/secret-syncs/azure-key-vault/get-by-name",
|
|
"api-reference/endpoints/secret-syncs/azure-key-vault/create",
|
|
"api-reference/endpoints/secret-syncs/azure-key-vault/update",
|
|
"api-reference/endpoints/secret-syncs/azure-key-vault/delete",
|
|
"api-reference/endpoints/secret-syncs/azure-key-vault/sync-secrets",
|
|
"api-reference/endpoints/secret-syncs/azure-key-vault/import-secrets",
|
|
"api-reference/endpoints/secret-syncs/azure-key-vault/remove-secrets"
|
|
]
|
|
},
|
|
{
|
|
"group": "Camunda",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-syncs/camunda/list",
|
|
"api-reference/endpoints/secret-syncs/camunda/get-by-id",
|
|
"api-reference/endpoints/secret-syncs/camunda/get-by-name",
|
|
"api-reference/endpoints/secret-syncs/camunda/create",
|
|
"api-reference/endpoints/secret-syncs/camunda/update",
|
|
"api-reference/endpoints/secret-syncs/camunda/delete",
|
|
"api-reference/endpoints/secret-syncs/camunda/sync-secrets",
|
|
"api-reference/endpoints/secret-syncs/camunda/remove-secrets"
|
|
]
|
|
},
|
|
{
|
|
"group": "Databricks",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-syncs/databricks/list",
|
|
"api-reference/endpoints/secret-syncs/databricks/get-by-id",
|
|
"api-reference/endpoints/secret-syncs/databricks/get-by-name",
|
|
"api-reference/endpoints/secret-syncs/databricks/create",
|
|
"api-reference/endpoints/secret-syncs/databricks/update",
|
|
"api-reference/endpoints/secret-syncs/databricks/delete",
|
|
"api-reference/endpoints/secret-syncs/databricks/sync-secrets",
|
|
"api-reference/endpoints/secret-syncs/databricks/remove-secrets"
|
|
]
|
|
},
|
|
{
|
|
"group": "GCP Secret Manager",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-syncs/gcp-secret-manager/list",
|
|
"api-reference/endpoints/secret-syncs/gcp-secret-manager/get-by-id",
|
|
"api-reference/endpoints/secret-syncs/gcp-secret-manager/get-by-name",
|
|
"api-reference/endpoints/secret-syncs/gcp-secret-manager/create",
|
|
"api-reference/endpoints/secret-syncs/gcp-secret-manager/update",
|
|
"api-reference/endpoints/secret-syncs/gcp-secret-manager/delete",
|
|
"api-reference/endpoints/secret-syncs/gcp-secret-manager/sync-secrets",
|
|
"api-reference/endpoints/secret-syncs/gcp-secret-manager/import-secrets",
|
|
"api-reference/endpoints/secret-syncs/gcp-secret-manager/remove-secrets"
|
|
]
|
|
},
|
|
{
|
|
"group": "GitHub",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-syncs/github/list",
|
|
"api-reference/endpoints/secret-syncs/github/get-by-id",
|
|
"api-reference/endpoints/secret-syncs/github/get-by-name",
|
|
"api-reference/endpoints/secret-syncs/github/create",
|
|
"api-reference/endpoints/secret-syncs/github/update",
|
|
"api-reference/endpoints/secret-syncs/github/delete",
|
|
"api-reference/endpoints/secret-syncs/github/sync-secrets",
|
|
"api-reference/endpoints/secret-syncs/github/remove-secrets"
|
|
]
|
|
},
|
|
{
|
|
"group": "Hashicorp Vault",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-syncs/hashicorp-vault/list",
|
|
"api-reference/endpoints/secret-syncs/hashicorp-vault/get-by-id",
|
|
"api-reference/endpoints/secret-syncs/hashicorp-vault/get-by-name",
|
|
"api-reference/endpoints/secret-syncs/hashicorp-vault/create",
|
|
"api-reference/endpoints/secret-syncs/hashicorp-vault/update",
|
|
"api-reference/endpoints/secret-syncs/hashicorp-vault/delete",
|
|
"api-reference/endpoints/secret-syncs/hashicorp-vault/sync-secrets",
|
|
"api-reference/endpoints/secret-syncs/hashicorp-vault/import-secrets",
|
|
"api-reference/endpoints/secret-syncs/hashicorp-vault/remove-secrets"
|
|
]
|
|
},
|
|
{
|
|
"group": "Humanitec",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-syncs/humanitec/list",
|
|
"api-reference/endpoints/secret-syncs/humanitec/get-by-id",
|
|
"api-reference/endpoints/secret-syncs/humanitec/get-by-name",
|
|
"api-reference/endpoints/secret-syncs/humanitec/create",
|
|
"api-reference/endpoints/secret-syncs/humanitec/update",
|
|
"api-reference/endpoints/secret-syncs/humanitec/delete",
|
|
"api-reference/endpoints/secret-syncs/humanitec/sync-secrets",
|
|
"api-reference/endpoints/secret-syncs/humanitec/remove-secrets"
|
|
]
|
|
},
|
|
{
|
|
"group": "OCI",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-syncs/oci-vault/list",
|
|
"api-reference/endpoints/secret-syncs/oci-vault/get-by-id",
|
|
"api-reference/endpoints/secret-syncs/oci-vault/get-by-name",
|
|
"api-reference/endpoints/secret-syncs/oci-vault/create",
|
|
"api-reference/endpoints/secret-syncs/oci-vault/update",
|
|
"api-reference/endpoints/secret-syncs/oci-vault/delete",
|
|
"api-reference/endpoints/secret-syncs/oci-vault/sync-secrets",
|
|
"api-reference/endpoints/secret-syncs/oci-vault/import-secrets",
|
|
"api-reference/endpoints/secret-syncs/oci-vault/remove-secrets"
|
|
]
|
|
},
|
|
{
|
|
"group": "TeamCity",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-syncs/teamcity/list",
|
|
"api-reference/endpoints/secret-syncs/teamcity/get-by-id",
|
|
"api-reference/endpoints/secret-syncs/teamcity/get-by-name",
|
|
"api-reference/endpoints/secret-syncs/teamcity/create",
|
|
"api-reference/endpoints/secret-syncs/teamcity/update",
|
|
"api-reference/endpoints/secret-syncs/teamcity/delete",
|
|
"api-reference/endpoints/secret-syncs/teamcity/sync-secrets",
|
|
"api-reference/endpoints/secret-syncs/teamcity/import-secrets",
|
|
"api-reference/endpoints/secret-syncs/teamcity/remove-secrets"
|
|
]
|
|
},
|
|
{
|
|
"group": "Terraform Cloud",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-syncs/terraform-cloud/list",
|
|
"api-reference/endpoints/secret-syncs/terraform-cloud/get-by-id",
|
|
"api-reference/endpoints/secret-syncs/terraform-cloud/get-by-name",
|
|
"api-reference/endpoints/secret-syncs/terraform-cloud/create",
|
|
"api-reference/endpoints/secret-syncs/terraform-cloud/update",
|
|
"api-reference/endpoints/secret-syncs/terraform-cloud/delete",
|
|
"api-reference/endpoints/secret-syncs/terraform-cloud/sync-secrets",
|
|
"api-reference/endpoints/secret-syncs/terraform-cloud/remove-secrets"
|
|
]
|
|
},
|
|
{
|
|
"group": "Vercel",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-syncs/vercel/list",
|
|
"api-reference/endpoints/secret-syncs/vercel/get-by-id",
|
|
"api-reference/endpoints/secret-syncs/vercel/get-by-name",
|
|
"api-reference/endpoints/secret-syncs/vercel/create",
|
|
"api-reference/endpoints/secret-syncs/vercel/update",
|
|
"api-reference/endpoints/secret-syncs/vercel/delete",
|
|
"api-reference/endpoints/secret-syncs/vercel/sync-secrets",
|
|
"api-reference/endpoints/secret-syncs/vercel/import-secrets",
|
|
"api-reference/endpoints/secret-syncs/vercel/remove-secrets"
|
|
]
|
|
},
|
|
{
|
|
"group": "Windmill",
|
|
"pages": [
|
|
"api-reference/endpoints/secret-syncs/windmill/list",
|
|
"api-reference/endpoints/secret-syncs/windmill/get-by-id",
|
|
"api-reference/endpoints/secret-syncs/windmill/get-by-name",
|
|
"api-reference/endpoints/secret-syncs/windmill/create",
|
|
"api-reference/endpoints/secret-syncs/windmill/update",
|
|
"api-reference/endpoints/secret-syncs/windmill/delete",
|
|
"api-reference/endpoints/secret-syncs/windmill/sync-secrets",
|
|
"api-reference/endpoints/secret-syncs/windmill/import-secrets",
|
|
"api-reference/endpoints/secret-syncs/windmill/remove-secrets"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Integrations",
|
|
"pages": [
|
|
"api-reference/endpoints/integrations/create-auth",
|
|
"api-reference/endpoints/integrations/list-auth",
|
|
"api-reference/endpoints/integrations/find-auth",
|
|
"api-reference/endpoints/integrations/delete-auth",
|
|
"api-reference/endpoints/integrations/delete-auth-by-id",
|
|
"api-reference/endpoints/integrations/create",
|
|
"api-reference/endpoints/integrations/update",
|
|
"api-reference/endpoints/integrations/delete",
|
|
"api-reference/endpoints/integrations/list-project-integrations"
|
|
]
|
|
},
|
|
{
|
|
"group": "Service Tokens",
|
|
"pages": ["api-reference/endpoints/service-tokens/get"]
|
|
},
|
|
{
|
|
"group": "Audit Logs",
|
|
"pages": ["api-reference/endpoints/audit-logs/export-audit-log"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Infisical PKI",
|
|
"pages": [
|
|
{
|
|
"group": "Subscribers",
|
|
"pages": [
|
|
"api-reference/endpoints/pki/subscribers/list-certs",
|
|
"api-reference/endpoints/pki/subscribers/create",
|
|
"api-reference/endpoints/pki/subscribers/read",
|
|
"api-reference/endpoints/pki/subscribers/update",
|
|
"api-reference/endpoints/pki/subscribers/delete",
|
|
"api-reference/endpoints/pki/subscribers/issue-cert",
|
|
"api-reference/endpoints/pki/subscribers/sign-cert",
|
|
"api-reference/endpoints/pki/subscribers/order-cert",
|
|
"api-reference/endpoints/pki/subscribers/get-latest-cert-bundle"
|
|
]
|
|
},
|
|
{
|
|
"group": "Certificate Authorities",
|
|
"pages": [
|
|
{
|
|
"group": "ACME",
|
|
"pages": [
|
|
"api-reference/endpoints/certificate-authorities/acme/list",
|
|
"api-reference/endpoints/certificate-authorities/acme/create",
|
|
"api-reference/endpoints/certificate-authorities/acme/read",
|
|
"api-reference/endpoints/certificate-authorities/acme/update",
|
|
"api-reference/endpoints/certificate-authorities/acme/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Internal",
|
|
"pages": [
|
|
"api-reference/endpoints/certificate-authorities/internal/list",
|
|
"api-reference/endpoints/certificate-authorities/internal/create",
|
|
"api-reference/endpoints/certificate-authorities/internal/read",
|
|
"api-reference/endpoints/certificate-authorities/internal/update",
|
|
"api-reference/endpoints/certificate-authorities/internal/delete"
|
|
]
|
|
},
|
|
"api-reference/endpoints/certificate-authorities/list",
|
|
"api-reference/endpoints/certificate-authorities/create",
|
|
"api-reference/endpoints/certificate-authorities/read",
|
|
"api-reference/endpoints/certificate-authorities/update",
|
|
"api-reference/endpoints/certificate-authorities/delete",
|
|
"api-reference/endpoints/certificate-authorities/renew",
|
|
"api-reference/endpoints/certificate-authorities/list-ca-certs",
|
|
"api-reference/endpoints/certificate-authorities/csr",
|
|
"api-reference/endpoints/certificate-authorities/cert",
|
|
"api-reference/endpoints/certificate-authorities/sign-intermediate",
|
|
"api-reference/endpoints/certificate-authorities/import-cert",
|
|
"api-reference/endpoints/certificate-authorities/issue-cert",
|
|
"api-reference/endpoints/certificate-authorities/sign-cert",
|
|
"api-reference/endpoints/certificate-authorities/crl"
|
|
]
|
|
},
|
|
{
|
|
"group": "Certificates",
|
|
"pages": [
|
|
"api-reference/endpoints/certificates/list",
|
|
"api-reference/endpoints/certificates/read",
|
|
"api-reference/endpoints/certificates/revoke",
|
|
"api-reference/endpoints/certificates/delete",
|
|
"api-reference/endpoints/certificates/cert-body",
|
|
"api-reference/endpoints/certificates/bundle",
|
|
"api-reference/endpoints/certificates/private-key",
|
|
"api-reference/endpoints/certificates/issue-certificate",
|
|
"api-reference/endpoints/certificates/sign-certificate"
|
|
]
|
|
},
|
|
{
|
|
"group": "Certificate Templates",
|
|
"pages": [
|
|
"api-reference/endpoints/certificate-templates/create",
|
|
"api-reference/endpoints/certificate-templates/update",
|
|
"api-reference/endpoints/certificate-templates/get-by-id",
|
|
"api-reference/endpoints/certificate-templates/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Certificate Collections",
|
|
"pages": [
|
|
"api-reference/endpoints/pki-collections/create",
|
|
"api-reference/endpoints/pki-collections/read",
|
|
"api-reference/endpoints/pki-collections/update",
|
|
"api-reference/endpoints/pki-collections/delete",
|
|
"api-reference/endpoints/pki-collections/add-item",
|
|
"api-reference/endpoints/pki-collections/list-items",
|
|
"api-reference/endpoints/pki-collections/delete-item"
|
|
]
|
|
},
|
|
{
|
|
"group": "PKI Alerting",
|
|
"pages": [
|
|
"api-reference/endpoints/pki-alerts/create",
|
|
"api-reference/endpoints/pki-alerts/read",
|
|
"api-reference/endpoints/pki-alerts/update",
|
|
"api-reference/endpoints/pki-alerts/delete"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Infisical SSH",
|
|
"pages": [
|
|
{
|
|
"group": "Hosts",
|
|
"pages": [
|
|
"api-reference/endpoints/ssh/hosts/list-my",
|
|
"api-reference/endpoints/ssh/hosts/list",
|
|
"api-reference/endpoints/ssh/hosts/create",
|
|
"api-reference/endpoints/ssh/hosts/read",
|
|
"api-reference/endpoints/ssh/hosts/update",
|
|
"api-reference/endpoints/ssh/hosts/delete",
|
|
"api-reference/endpoints/ssh/hosts/issue-host-cert",
|
|
"api-reference/endpoints/ssh/hosts/issue-user-cert",
|
|
"api-reference/endpoints/ssh/hosts/read-user-ca-pk",
|
|
"api-reference/endpoints/ssh/hosts/read-host-ca-pk"
|
|
]
|
|
},
|
|
{
|
|
"group": "Host Groups",
|
|
"pages": [
|
|
"api-reference/endpoints/ssh/groups/list",
|
|
"api-reference/endpoints/ssh/groups/create",
|
|
"api-reference/endpoints/ssh/groups/read",
|
|
"api-reference/endpoints/ssh/groups/update",
|
|
"api-reference/endpoints/ssh/groups/delete",
|
|
"api-reference/endpoints/ssh/groups/add-host",
|
|
"api-reference/endpoints/ssh/groups/list-hosts",
|
|
"api-reference/endpoints/ssh/groups/remove-host"
|
|
]
|
|
},
|
|
{
|
|
"group": "Certificates",
|
|
"pages": [
|
|
"api-reference/endpoints/ssh/certificates/issue-credentials",
|
|
"api-reference/endpoints/ssh/certificates/sign-key"
|
|
]
|
|
},
|
|
{
|
|
"group": "Certificate Authorities",
|
|
"pages": [
|
|
"api-reference/endpoints/ssh/ca/list",
|
|
"api-reference/endpoints/ssh/ca/create",
|
|
"api-reference/endpoints/ssh/ca/read",
|
|
"api-reference/endpoints/ssh/ca/update",
|
|
"api-reference/endpoints/ssh/ca/delete",
|
|
"api-reference/endpoints/ssh/ca/public-key",
|
|
"api-reference/endpoints/ssh/ca/list-certificate-templates"
|
|
]
|
|
},
|
|
{
|
|
"group": "Certificate Templates",
|
|
"pages": [
|
|
"api-reference/endpoints/ssh/certificate-templates/list",
|
|
"api-reference/endpoints/ssh/certificate-templates/create",
|
|
"api-reference/endpoints/ssh/certificate-templates/read",
|
|
"api-reference/endpoints/ssh/certificate-templates/update",
|
|
"api-reference/endpoints/ssh/certificate-templates/delete"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Infisical KMS",
|
|
"pages": [
|
|
{
|
|
"group": "Keys",
|
|
"pages": [
|
|
"api-reference/endpoints/kms/keys/list",
|
|
"api-reference/endpoints/kms/keys/get-by-id",
|
|
"api-reference/endpoints/kms/keys/get-by-name",
|
|
"api-reference/endpoints/kms/keys/create",
|
|
"api-reference/endpoints/kms/keys/update",
|
|
"api-reference/endpoints/kms/keys/delete"
|
|
]
|
|
},
|
|
{
|
|
"group": "Encryption",
|
|
"pages": [
|
|
"api-reference/endpoints/kms/encryption/encrypt",
|
|
"api-reference/endpoints/kms/encryption/decrypt"
|
|
]
|
|
},
|
|
{
|
|
"group": "Signing",
|
|
"pages": [
|
|
"api-reference/endpoints/kms/signing/sign",
|
|
"api-reference/endpoints/kms/signing/verify",
|
|
"api-reference/endpoints/kms/signing/public-key",
|
|
"api-reference/endpoints/kms/signing/signing-algorithms"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Internals",
|
|
"pages": [
|
|
"internals/overview",
|
|
{
|
|
"group": "Permissions",
|
|
"pages": [
|
|
"internals/permissions/overview",
|
|
"internals/permissions/project-permissions",
|
|
"internals/permissions/organization-permissions",
|
|
"internals/permissions/migration"
|
|
]
|
|
},
|
|
"internals/components",
|
|
"internals/security",
|
|
"internals/service-tokens"
|
|
]
|
|
},
|
|
{
|
|
"group": "",
|
|
"pages": ["changelog/overview"]
|
|
},
|
|
{
|
|
"group": "Contributing",
|
|
"pages": [
|
|
{
|
|
"group": "Getting Started",
|
|
"pages": [
|
|
"contributing/getting-started/overview",
|
|
"contributing/getting-started/code-of-conduct",
|
|
"contributing/getting-started/pull-requests",
|
|
"contributing/getting-started/faq"
|
|
]
|
|
},
|
|
{
|
|
"group": "Contributing to platform",
|
|
"pages": [
|
|
"contributing/platform/developing",
|
|
"contributing/platform/backend/how-to-create-a-feature",
|
|
"contributing/platform/backend/folder-structure"
|
|
]
|
|
},
|
|
{
|
|
"group": "Contributing to SDK",
|
|
"pages": ["contributing/sdk/developing"]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"analytics": {
|
|
"koala": {
|
|
"publicApiKey": "pk_b50d7184e0e39ddd5cdb43cf6abeadd9b97d"
|
|
}
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"x": "https://www.twitter.com/infisical/",
|
|
"linkedin": "https://www.linkedin.com/company/infisical/",
|
|
"github": "https://github.com/Infisical/infisical-cli",
|
|
"slack": "https://infisical.com/slack"
|
|
},
|
|
"links": [
|
|
{
|
|
"title": "PRODUCT",
|
|
"links": [
|
|
{
|
|
"label": "Secret Management",
|
|
"url": "https://infisical.com/"
|
|
},
|
|
{
|
|
"label": "Secret Scanning",
|
|
"url": "https://infisical.com/radar"
|
|
},
|
|
{
|
|
"label": "Share Secrets",
|
|
"url": "https://app.infisical.com/share-secret"
|
|
},
|
|
{
|
|
"label": "Pricing",
|
|
"url": "https://infisical.com/pricing"
|
|
},
|
|
{
|
|
"label": "Security",
|
|
"url": "https://infisical.com/docs/internals/security"
|
|
},
|
|
{
|
|
"label": "Blog",
|
|
"url": "https://infisical.com/blog"
|
|
},
|
|
{
|
|
"label": "Infisical vs Vault",
|
|
"url": "https://infisical.com/infisical-vs-hashicorp-vault"
|
|
},
|
|
{
|
|
"label": "Forum",
|
|
"url": "https://questions.infisical.com/"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "USE CASES",
|
|
"links": [
|
|
{
|
|
"label": "Infisical Agent",
|
|
"url": "https://infisical.com/docs/documentation/getting-started/introduction"
|
|
},
|
|
{
|
|
"label": "Kubernetes",
|
|
"url": "https://infisical.com/docs/integrations/platforms/kubernetes"
|
|
},
|
|
{
|
|
"label": "Dynamic Secrets",
|
|
"url": "https://infisical.com/docs/documentation/platform/dynamic-secrets/overview"
|
|
},
|
|
{
|
|
"label": "Terraform",
|
|
"url": "https://infisical.com/docs/integrations/frameworks/terraform"
|
|
},
|
|
{
|
|
"label": "Ansible",
|
|
"url": "https://infisical.com/docs/integrations/platforms/ansible"
|
|
},
|
|
{
|
|
"label": "Jenkins",
|
|
"url": "https://infisical.com/docs/integrations/cicd/jenkins"
|
|
},
|
|
{
|
|
"label": "Docker",
|
|
"url": "https://infisical.com/docs/integrations/platforms/docker-intro"
|
|
},
|
|
{
|
|
"label": "AWS ECS",
|
|
"url": "https://infisical.com/docs/integrations/platforms/ecs-with-agent"
|
|
},
|
|
{
|
|
"label": "GitLab",
|
|
"url": "https://infisical.com/docs/integrations/cicd/gitlab"
|
|
},
|
|
{
|
|
"label": "GitHub",
|
|
"url": "https://infisical.com/docs/integrations/cicd/githubactions"
|
|
},
|
|
{
|
|
"label": "SDK",
|
|
"url": "https://infisical.com/docs/sdks/overview"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "DEVELOPERS",
|
|
"links": [
|
|
{
|
|
"label": "Changelog",
|
|
"url": "https://www.infisical.com/docs/changelog"
|
|
},
|
|
{
|
|
"label": "Status",
|
|
"url": "https://status.infisical.com/"
|
|
},
|
|
{
|
|
"label": "Feedback & Requests",
|
|
"url": "https://github.com/Infisical/infisical/issues"
|
|
},
|
|
{
|
|
"label": "Trust of Center",
|
|
"url": "https://app.vanta.com/infisical.com/trust/hoop8cr78cuarxo9sztvs"
|
|
},
|
|
{
|
|
"label": "Open Source Friends",
|
|
"url": "https://infisical.com/infisical-friends"
|
|
},
|
|
{
|
|
"label": "How to contribute",
|
|
"url": "https://www.infisical.com/infisical-heroes"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "OTHERS",
|
|
"links": [
|
|
{
|
|
"label": "Customers",
|
|
"url": "https://infisical.com/customers/traba"
|
|
},
|
|
{
|
|
"label": "Company Handbook",
|
|
"url": "https://infisical.com/wiki/handbook/overview"
|
|
},
|
|
{
|
|
"label": "Careers",
|
|
"url": "https://infisical.com/careers"
|
|
},
|
|
{
|
|
"label": "Terms of Service",
|
|
"url": "https://infisical.com/terms"
|
|
},
|
|
{
|
|
"label": "Privacy Policy",
|
|
"url": "https://infisical.com/privacy"
|
|
},
|
|
{
|
|
"label": "Subprocessors",
|
|
"url": "https://infisical.com/subprocessors"
|
|
},
|
|
{
|
|
"label": "SLA",
|
|
"url": "https://infisical.com/sla"
|
|
},
|
|
{
|
|
"label": "Team Email",
|
|
"url": "mailto:team@infisical.com"
|
|
},
|
|
{
|
|
"label": "Sales",
|
|
"url": "mailto:sales@infisical.com"
|
|
},
|
|
{
|
|
"label": "Support",
|
|
"url": "https://infisical.com/slack"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|