From f1091a9affb9db81051bd4a300aa4afe9293b27e Mon Sep 17 00:00:00 2001 From: Rob Dominguez Date: Mon, 6 Feb 2023 16:47:27 -0600 Subject: [PATCH] docs: add cloud standard back to numerous badges PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7834 GitOrigin-RevId: b44417986dea23466056965a5e894e44e9da3a8e --- docs/docs/actions/open-api.mdx | 6 +- .../api-reference/cloud-api-reference.mdx | 4 +- .../api-reference/metadata-api/api-limits.mdx | 4 +- .../metadata-api/event-triggers.mdx | 8 +- .../metadata-api/observability.mdx | 43 +++++----- .../api-reference/metadata-api/table-view.mdx | 2 +- docs/docs/api-reference/source-health.mdx | 4 +- .../connect-db/cloud-connection-pooling.mdx | 14 ++-- .../databases/connect-db/read-replicas.mdx | 14 ++-- .../health-checks/source-health-check.mdx | 12 +-- docs/docs/enterprise/caching.mdx | 8 +- .../docs/enterprise/getting-started/index.mdx | 4 +- .../getting-started/quickstart-aws-ecs.mdx | 6 +- .../getting-started/quickstart-docker.mdx | 10 +-- .../quickstart-google-cloud-run.mdx | 12 +-- .../getting-started/quickstart-kubernetes.mdx | 10 +-- .../getting-started/start-using-hasura-ee.mdx | 4 +- docs/docs/enterprise/index.mdx | 6 +- docs/docs/enterprise/metrics.mdx | 4 +- docs/docs/enterprise/opentelemetry.mdx | 45 +++++------ docs/docs/enterprise/release-notes.mdx | 4 +- docs/docs/enterprise/upgrade-ce-to-ee.mdx | 4 +- .../event-triggers/clean-up/auto-cleanup.mdx | 14 ++-- .../getting-started/getting-started-cloud.mdx | 4 +- docs/docs/graphql-api-explorer.mdx | 11 ++- .../billing/billing-owner.mdx | 10 ++- .../account-management/billing/credits.mdx | 10 ++- .../account-management/billing/index.mdx | 10 ++- .../billing/payment-methods.mdx | 8 +- .../account-management/billing/receipts.mdx | 8 +- .../account-management/email-change.mdx | 10 ++- .../hasura-cloud/account-management/index.mdx | 5 +- .../account-management/marketplaces.mdx | 4 +- .../hasura-cloud/ci-cd/github-integration.mdx | 10 ++- docs/docs/hasura-cloud/ci-cd/index.mdx | 6 +- docs/docs/hasura-cloud/ci-cd/preview-apps.mdx | 12 +-- docs/docs/hasura-cloud/dedicated-vpc.mdx | 8 +- docs/docs/hasura-cloud/disaster-recovery.mdx | 8 +- docs/docs/hasura-cloud/high-availability.mdx | 4 +- docs/docs/hasura-cloud/index.mdx | 15 ++-- docs/docs/hasura-cloud/plans.mdx | 4 +- .../hasura-cloud/projects/collaborators.mdx | 10 ++- docs/docs/hasura-cloud/projects/create.mdx | 10 ++- docs/docs/hasura-cloud/projects/delete.mdx | 6 +- docs/docs/hasura-cloud/projects/details.mdx | 17 ++-- docs/docs/hasura-cloud/projects/domains.mdx | 14 ++-- docs/docs/hasura-cloud/projects/env-vars.mdx | 8 +- .../hasura-cloud/projects/environments.mdx | 10 ++- .../hasura-cloud/projects/heroku-url-sync.mdx | 2 +- .../hasura-cloud/projects/hibernation.mdx | 4 +- .../projects/maintenance-mode.mdx | 4 +- .../projects/move-project-manual.mdx | 25 +++--- .../projects/move-project-v2-manual.mdx | 8 +- .../hasura-cloud/projects/move-project-v2.mdx | 4 +- docs/docs/hasura-cloud/projects/ownership.mdx | 12 +-- docs/docs/hasura-cloud/projects/pricing.mdx | 10 ++- docs/docs/hasura-cloud/projects/regions.mdx | 10 ++- docs/docs/hasura-cloud/projects/secure.mdx | 4 +- .../projects/vercel-integration.mdx | 78 ++++++++++++++----- docs/docs/hasura-cloud/regression-tests.mdx | 6 +- docs/docs/hasura-cloud/sso.mdx | 14 ++-- docs/docs/observability/errors.mdx | 10 ++- docs/docs/observability/index.mdx | 12 +-- .../integrations/azure-monitor.mdx | 10 ++- .../observability/integrations/datadog.mdx | 10 ++- .../docs/observability/integrations/index.mdx | 8 +- .../observability/integrations/newrelic.mdx | 10 ++- .../integrations/opentelemetry.mdx | 10 ++- .../observability/integrations/prometheus.mdx | 22 +++--- docs/docs/observability/operations.mdx | 12 +-- docs/docs/observability/overview.mdx | 10 ++- docs/docs/observability/query-tags.mdx | 4 +- .../observability/subscription-workers.mdx | 10 ++- docs/docs/observability/tracing.mdx | 10 ++- docs/docs/observability/usage.mdx | 10 ++- docs/docs/observability/websockets.mdx | 10 ++- docs/docs/policies/sla.mdx | 4 +- docs/docs/queries/response-caching.mdx | 8 +- docs/docs/security/allow-list.mdx | 16 ++-- docs/docs/security/api-limits.mdx | 4 +- docs/docs/security/container-images.mdx | 6 +- .../disable-graphql-introspection.mdx | 4 +- docs/docs/security/index.mdx | 12 +-- docs/docs/security/multiple-admin-secrets.mdx | 4 +- docs/docs/security/multiple-jwt-secrets.mdx | 4 +- 85 files changed, 517 insertions(+), 348 deletions(-) diff --git a/docs/docs/actions/open-api.mdx b/docs/docs/actions/open-api.mdx index 6871e7eb326..02dd2836fcc 100644 --- a/docs/docs/actions/open-api.mdx +++ b/docs/docs/actions/open-api.mdx @@ -11,11 +11,13 @@ keywords: sidebar_class_name: cloud-and-enterprise-icon --- -import Thumbnail from "@site/src/components/Thumbnail"; +import Thumbnail from '@site/src/components/Thumbnail'; # Import Action from OpenAPI Spec -
Available on: Cloud, Enterprise
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise, Self-hosted Enterprise +
## Overview diff --git a/docs/docs/api-reference/cloud-api-reference.mdx b/docs/docs/api-reference/cloud-api-reference.mdx index b9474f0ee90..2c7fd1ff4f7 100644 --- a/docs/docs/api-reference/cloud-api-reference.mdx +++ b/docs/docs/api-reference/cloud-api-reference.mdx @@ -16,7 +16,9 @@ import Thumbnail from '@site/src/components/Thumbnail'; # Hasura Cloud API Reference -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/api-reference/metadata-api/api-limits.mdx b/docs/docs/api-reference/metadata-api/api-limits.mdx index 6b68f2d4293..0aa27d536ef 100644 --- a/docs/docs/api-reference/metadata-api/api-limits.mdx +++ b/docs/docs/api-reference/metadata-api/api-limits.mdx @@ -17,7 +17,9 @@ keywords: # Metadata API Reference: API Limits -
Available on: Cloud, Enterprise
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise, Self-hosted Enterprise +
## Introduction diff --git a/docs/docs/api-reference/metadata-api/event-triggers.mdx b/docs/docs/api-reference/metadata-api/event-triggers.mdx index a83641feeae..529756c3e63 100644 --- a/docs/docs/api-reference/metadata-api/event-triggers.mdx +++ b/docs/docs/api-reference/metadata-api/event-triggers.mdx @@ -347,7 +347,9 @@ X-Hasura-Role: admin ## cleanup_event_trigger_logs {#metadata-cleanup-event-trigger-logs} -
Available on: Cloud, Enterprise
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise, Self-hosted Enterprise +
`cleanup_event_trigger_logs` is used to manually delete the event logs for a given Event Trigger. @@ -381,7 +383,7 @@ X-Hasura-Role: admin ## resume_event_trigger_cleanups {#metadata-resume-event-trigger-cleanups} -
Available on: Enterprise
+
Available on: Cloud Enterprise, Self-hosted Enterprise
`resume_event_trigger_cleanups` is used to resume the paused log cleaner for Event Triggers. @@ -411,7 +413,7 @@ X-Hasura-Role: admin ## pause_event_trigger_cleanups {#metadata-pause-event-trigger-cleanups} -
Available on: Enterprise
+
Available on: Cloud Enterprise, Self-hosted Enterprise
- `pause_event_trigger_cleanups` is used to pause the log cleaner for event triggers which already have a cleaner installed. diff --git a/docs/docs/api-reference/metadata-api/observability.mdx b/docs/docs/api-reference/metadata-api/observability.mdx index e72378e438f..bbbff1f1392 100644 --- a/docs/docs/api-reference/metadata-api/observability.mdx +++ b/docs/docs/api-reference/metadata-api/observability.mdx @@ -3,24 +3,27 @@ sidebar_label: Observability Options sidebar_position: 20 description: Manage observability options with the Hasura metadata API keywords: - - hasura - - docs - - metadata API - - API reference - - observability options - - opentelemetry - - open telemetry - - traces - - tracing - - metrics config - - monitoring - - enterprise - - ee + - hasura + - docs + - metadata API + - API reference + - observability options + - opentelemetry + - open telemetry + - traces + - tracing + - metrics config + - monitoring + - enterprise + - ee --- # Metadata API Reference: Observability Options -
Available on: Community, Cloud, Enterprise
+
+ Available on: Community Edition, Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise, Self-hosted + Enterprise +
## Introduction @@ -28,7 +31,7 @@ The API to manage `Observability` related metadata configurations. ## Logs and metrics configuration -
Available on: Cloud Standard
+
Available on: Cloud Standard, Cloud Professional
These are the configurations that govern the metrics and logging output for debugging and analytics. @@ -73,10 +76,10 @@ X-Hasura-Role: admin ## OpenTelemetry Configuration -
Available on: Enterprise Edition only
+
Available on: Self-hosted Enterprise
-The OpenTelemetry configuration enables export of [distributed traces](/observability/tracing.mdx) -to an [OpenTelemetry](https://opentelemetry.io/) compliant APM receiver. +The OpenTelemetry configuration enables export of [distributed traces](/observability/tracing.mdx) to an +[OpenTelemetry](https://opentelemetry.io/) compliant APM receiver. ## set_opentelemetry_config {#metadata-set-opentelemetry-config} @@ -133,7 +136,7 @@ X-Hasura-Role: admin ### Args syntax {#set-opentelemetry-config-syntax} | Key | Required | Schema | Description | -|----------------------|----------|----------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| -------------------- | -------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | status | false | `String` | Toggle to enable or disable the export. Allowed values are `enabled` and `disabled`. Default is `disabled` (If status is not explicitely passed, then the configuration gets disabled) | | data_types | false | `[String]` | List of the types of observability data points to be exported. Allowed types: `traces` only | | exporter_otlp | false | [OTLPExporter](/api-reference/syntax-defs.mdx#otlpexporter). This is required if status is enabled | OpenTelemetry compliant receiver configuration | @@ -160,4 +163,4 @@ X-Hasura-Role: admin } ``` -Allowed values of `args` are `enabled` and `disabled` \ No newline at end of file +Allowed values of `args` are `enabled` and `disabled` diff --git a/docs/docs/api-reference/metadata-api/table-view.mdx b/docs/docs/api-reference/metadata-api/table-view.mdx index 5739b75d7cd..dedb62daa11 100644 --- a/docs/docs/api-reference/metadata-api/table-view.mdx +++ b/docs/docs/api-reference/metadata-api/table-view.mdx @@ -274,7 +274,7 @@ Setting `apollo_federation_config` to `null` will disable Apollo Federation supp ## pg_test_connection_template {#metadata-pg-test-connection-template} -
Available on: Enterprise (Self-hosted)
+
Available on: Self-hosted Enterprise
`pg_test_connection_template` allows you to test the connection template set for a source. diff --git a/docs/docs/api-reference/source-health.mdx b/docs/docs/api-reference/source-health.mdx index 04dbd54fa5e..04e51368835 100644 --- a/docs/docs/api-reference/source-health.mdx +++ b/docs/docs/api-reference/source-health.mdx @@ -14,7 +14,9 @@ sidebar_class_name: cloud-icon # Source Health Check API Reference -
Available on: Cloud, Enterprise
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/databases/connect-db/cloud-connection-pooling.mdx b/docs/docs/databases/connect-db/cloud-connection-pooling.mdx index 6a1e8bb028f..bff9140f118 100644 --- a/docs/docs/databases/connect-db/cloud-connection-pooling.mdx +++ b/docs/docs/databases/connect-db/cloud-connection-pooling.mdx @@ -1,6 +1,6 @@ --- description: Managing connection pools in Hasura Cloud -title: "Cloud: Elastic connection pools" +title: 'Cloud: Elastic connection pools' keywords: - hasura - docs @@ -14,13 +14,15 @@ sidebar_position: 2 sidebar_class_name: cloud-icon --- -import Tabs from "@theme/Tabs"; -import TabItem from "@theme/TabItem"; -import Thumbnail from "@site/src/components/Thumbnail"; +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; +import Thumbnail from '@site/src/components/Thumbnail'; # Elastic Connection Pools -
Available on: Professional, Enterprise (Cloud)
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction @@ -79,7 +81,7 @@ directory as per this example: isolation_level: read-committed pool_settings: total_max_connections: 60 - tables: "!include default/tables/tables.yaml" + tables: '!include default/tables/tables.yaml' ``` Apply the Metadata using the CLI by running: diff --git a/docs/docs/databases/connect-db/read-replicas.mdx b/docs/docs/databases/connect-db/read-replicas.mdx index b9e89019b09..9cc646c5c2a 100644 --- a/docs/docs/databases/connect-db/read-replicas.mdx +++ b/docs/docs/databases/connect-db/read-replicas.mdx @@ -1,6 +1,6 @@ --- description: Hasura Cloud and Hasura Enterprise read replicas -title: "Cloud and EE: Read replicas on Hasura Cloud" +title: 'Cloud and EE: Read replicas on Hasura Cloud' keywords: - hasura - docs @@ -14,14 +14,16 @@ sidebar_position: 1 sidebar_class_name: cloud-and-enterprise-icon --- -import Tabs from "@theme/Tabs"; -import TabItem from "@theme/TabItem"; -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Read Replicas -
Available on: Professional, Enterprise
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise, Self-hosted Enterprise +
## Introduction diff --git a/docs/docs/deployment/health-checks/source-health-check.mdx b/docs/docs/deployment/health-checks/source-health-check.mdx index 76553040114..7558db0b677 100644 --- a/docs/docs/deployment/health-checks/source-health-check.mdx +++ b/docs/docs/deployment/health-checks/source-health-check.mdx @@ -1,6 +1,6 @@ --- description: Hasura database source Health Check -title: "Cloud: Source Health Check" +title: 'Cloud: Source Health Check' keywords: - hasura - cloud @@ -12,13 +12,15 @@ sidebar_position: 20 sidebar_class_name: cloud-icon --- -import Tabs from "@theme/Tabs"; -import TabItem from "@theme/TabItem"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Source Health Check -
Available on: Cloud, Enterprise
+
+ Available on: Cloud Free, Cloud Standard, Cloud Enterprise, Self-hosted Enterprise +
## Overview diff --git a/docs/docs/enterprise/caching.mdx b/docs/docs/enterprise/caching.mdx index 15749eeb52d..3f9d0c719b5 100644 --- a/docs/docs/enterprise/caching.mdx +++ b/docs/docs/enterprise/caching.mdx @@ -2,7 +2,7 @@ sidebar_label: Enable caching sidebar_position: 5 description: Hasura EE caching -title: "EE: Enable GraphQL caching" +title: 'EE: Enable GraphQL caching' keywords: - hasura - docs @@ -12,11 +12,13 @@ keywords: - caching --- -import HeadingIcon from "@site/src/components/HeadingIcon"; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Enable GraphQL Caching -
Available on: Professional, Enterprise
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise, Self-hosted Enterprise +
## Introduction diff --git a/docs/docs/enterprise/getting-started/index.mdx b/docs/docs/enterprise/getting-started/index.mdx index 8c7475832b7..c8b2b8d30f1 100644 --- a/docs/docs/enterprise/getting-started/index.mdx +++ b/docs/docs/enterprise/getting-started/index.mdx @@ -1,7 +1,7 @@ --- sidebar_label: Get started description: Gett started for the Hasura Enterprise Edition -title: "EE: Get started" +title: 'EE: Get started' keywords: - hasura - docs @@ -11,7 +11,7 @@ slug: index # Get Started -
Available on: Enterprise (Self-hosted)
+
Available on: Self-hosted Enterprise
## Prerequisites diff --git a/docs/docs/enterprise/getting-started/quickstart-aws-ecs.mdx b/docs/docs/enterprise/getting-started/quickstart-aws-ecs.mdx index e841278ed1d..2d68d8d0435 100644 --- a/docs/docs/enterprise/getting-started/quickstart-aws-ecs.mdx +++ b/docs/docs/enterprise/getting-started/quickstart-aws-ecs.mdx @@ -1,7 +1,7 @@ --- sidebar_label: Quickstart with AWS ECS description: Quickstart with AWS ECS for Hasura Enterprise Edition -title: "EE: Quickstart with AWS ECS" +title: 'EE: Quickstart with AWS ECS' keywords: - hasura - docs @@ -9,11 +9,11 @@ keywords: sidebar_position: 2 --- -import LatestRelease from "@site/src/components/LatestRelease"; +import LatestRelease from '@site/src/components/LatestRelease'; # Quickstart with AWS ECS -
Available on: Enterprise (Self-hosted)
+
Available on: Self-hosted Enterprise
## Introduction diff --git a/docs/docs/enterprise/getting-started/quickstart-docker.mdx b/docs/docs/enterprise/getting-started/quickstart-docker.mdx index ef7731559df..2ec87a21e32 100644 --- a/docs/docs/enterprise/getting-started/quickstart-docker.mdx +++ b/docs/docs/enterprise/getting-started/quickstart-docker.mdx @@ -1,7 +1,7 @@ --- sidebar_label: Quickstart with Docker description: Quickstart with Docker for Hasura Enterprise Edition -title: "EE: Quickstart with Docker" +title: 'EE: Quickstart with Docker' keywords: - hasura - docs @@ -9,12 +9,12 @@ keywords: sidebar_position: 1 --- -import Thumbnail from "@site/src/components/Thumbnail"; -import LatestRelease from "@site/src/components/LatestRelease"; +import Thumbnail from '@site/src/components/Thumbnail'; +import LatestRelease from '@site/src/components/LatestRelease'; # Quickstart with Docker -
Available on: Enterprise (Self-hosted)
+
Available on: Self-hosted Enterprise
## Introduction @@ -172,7 +172,7 @@ you should change it to: graphql-engine:
- {" "}image: hasura/graphql-engine: + {' '}image: hasura/graphql-engine:
diff --git a/docs/docs/enterprise/getting-started/quickstart-google-cloud-run.mdx b/docs/docs/enterprise/getting-started/quickstart-google-cloud-run.mdx index 42d5b19c25b..f04453dd810 100644 --- a/docs/docs/enterprise/getting-started/quickstart-google-cloud-run.mdx +++ b/docs/docs/enterprise/getting-started/quickstart-google-cloud-run.mdx @@ -1,7 +1,7 @@ --- sidebar_label: Quickstart with Google Cloud Run description: Quickstart with Google Cloud Run for Hasura Enterprise Edition -title: "EE: Quickstart with Google Cloud Run" +title: 'EE: Quickstart with Google Cloud Run' keywords: - hasura - docs @@ -9,11 +9,11 @@ keywords: sidebar_position: 4 --- -import LatestRelease from "@site/src/components/LatestRelease"; +import LatestRelease from '@site/src/components/LatestRelease'; # Quickstart with Google Cloud Run -
Available on: Enterprise (Self-hosted)
+
Available on: Self-hosted Enterprise
## Introduction @@ -54,10 +54,10 @@ wget https://raw.githubusercontent.com/hasura/graphql-engine/stable/install-mani Edit `env.yaml` and set the right values: ```yaml -HASURA_GRAPHQL_EE_LICENSE_KEY: "" +HASURA_GRAPHQL_EE_LICENSE_KEY: '' HASURA_GRAPHQL_METADATA_DATABASE_URL: postgres://postgres:postgrespassword@postgres:5432/postgres -HASURA_GRAPHQL_REDIS_URL: "redis://redis:6379" -HASURA_GRAPHQL_RATE_LIMIT_REDIS_URL: "redis://redis:6379" +HASURA_GRAPHQL_REDIS_URL: 'redis://redis:6379' +HASURA_GRAPHQL_RATE_LIMIT_REDIS_URL: 'redis://redis:6379' HASURA_GRAPHQL_ADMIN_SECRET: myadminsecretkey ``` diff --git a/docs/docs/enterprise/getting-started/quickstart-kubernetes.mdx b/docs/docs/enterprise/getting-started/quickstart-kubernetes.mdx index ffcaec8274f..8781bb6f25e 100644 --- a/docs/docs/enterprise/getting-started/quickstart-kubernetes.mdx +++ b/docs/docs/enterprise/getting-started/quickstart-kubernetes.mdx @@ -1,7 +1,7 @@ --- sidebar_label: Quickstart with Kubernetes description: Quickstart with Kubernetes for Hasura Enterprise Edition -title: "EE: Quickstart with Kubernetes" +title: 'EE: Quickstart with Kubernetes' keywords: - hasura - docs @@ -9,11 +9,11 @@ keywords: sidebar_position: 3 --- -import LatestRelease from "@site/src/components/LatestRelease"; +import LatestRelease from '@site/src/components/LatestRelease'; # Quickstart with Kubernetes -
Available on: Enterprise (Self-hosted)
+
Available on: Self-hosted Enterprise
## Introduction @@ -53,7 +53,7 @@ Edit `deployment.yaml` and set the right values: --- env: - name: HASURA_GRAPHQL_EE_LICENSE_KEY - value: "" + value: '' - name: HASURA_GRAPHQL_METADATA_DATABASE_URL value: postgres://:@hostname:/ - name: HASURA_GRAPHQL_REDIS_URL @@ -172,7 +172,7 @@ you should change it to: containers:
- {" "}- image: hasura/graphql-engine: + {' '}- image: hasura/graphql-engine:
diff --git a/docs/docs/enterprise/getting-started/start-using-hasura-ee.mdx b/docs/docs/enterprise/getting-started/start-using-hasura-ee.mdx index 1309686ce97..0bf416aa159 100644 --- a/docs/docs/enterprise/getting-started/start-using-hasura-ee.mdx +++ b/docs/docs/enterprise/getting-started/start-using-hasura-ee.mdx @@ -1,7 +1,7 @@ --- sidebar_label: Start using Hasura EE description: Start using Hasura EE -title: "EE: Start Using Hasura EE" +title: 'EE: Start Using Hasura EE' keywords: - hasura - docs @@ -11,7 +11,7 @@ sidebar_position: 5 # Start Using Hasura EE -
Available on: Enterprise (Self-hosted)
+
Available on: Self-hosted Enterprise
## Instructions diff --git a/docs/docs/enterprise/index.mdx b/docs/docs/enterprise/index.mdx index e8cb446993b..1071adb83bc 100644 --- a/docs/docs/enterprise/index.mdx +++ b/docs/docs/enterprise/index.mdx @@ -1,7 +1,7 @@ --- sidebar_label: Hasura Enterprise (EE) description: Documentation for the Hasura Enterprise edition -title: "EE: Hasura Enterprise" +title: 'EE: Hasura Enterprise' keywords: - hasura - docs @@ -9,11 +9,11 @@ keywords: slug: index --- -import Enterprise from "@site/static/icons/features/enterprise.svg"; +import Enterprise from '@site/static/icons/features/enterprise.svg'; # Hasura Enterprise -
Available on: Enterprise (Self-hosted)
+
Available on: Self-hosted Enterprise
## Introduction diff --git a/docs/docs/enterprise/metrics.mdx b/docs/docs/enterprise/metrics.mdx index bade783aa1f..951a4a9c97a 100644 --- a/docs/docs/enterprise/metrics.mdx +++ b/docs/docs/enterprise/metrics.mdx @@ -1,7 +1,7 @@ --- sidebar_label: Metrics via Prometheus description: Metrics via Prometheus for Hasura Enterprise Edition -title: "EE: Metrics via Prometheus" +title: 'EE: Metrics via Prometheus' keywords: - hasura - docs @@ -11,7 +11,7 @@ sidebar_position: 4 # Metrics via Prometheus -
Available on: Enterprise (Self-hosted)
+
Available on: Self-hosted Enterprise
## Enable metrics endpoint diff --git a/docs/docs/enterprise/opentelemetry.mdx b/docs/docs/enterprise/opentelemetry.mdx index 7ab51a0bc05..dca051193d3 100644 --- a/docs/docs/enterprise/opentelemetry.mdx +++ b/docs/docs/enterprise/opentelemetry.mdx @@ -20,7 +20,7 @@ import Thumbnail from '@site/src/components/Thumbnail'; # Export Traces to OpenTelemetry Compliant Receiver
-
Available on: Enterprise Edition
+
Available on: Self-hosted Enterprise
Beta
@@ -34,8 +34,8 @@ failure or error state and to monitor the performance of end-user interactions w Traces are generated by instrumenting application code. Hasura has instrumented all API queries, mutations and subscriptions with the [OpenTelemetry](https://opentelemetry.io/docs/concepts/signals/traces/) format. These traces can -be exported directly from your Hasura instances to your observability tool that supports OpenTelemetry traces. This -can be configured in the `Settings` section of the Hasura Console. +be exported directly from your Hasura instances to your observability tool that supports OpenTelemetry traces. This can +be configured in the `Settings` section of the Hasura Console. :::info Support for metrics and logs @@ -110,15 +110,15 @@ The following parameters are needed to set up the integration with your observab ### Endpoint -The OpenTelemetry compliant receiver endpoint. The URL scheme (`http` or `https`) determines if SSL(TLS) should be -used for the communication. Please check the documentation for your observability tool to determine how to set up an +The OpenTelemetry compliant receiver endpoint. The URL scheme (`http` or `https`) determines if SSL(TLS) should be used +for the communication. Please check the documentation for your observability tool to determine how to set up an OpenTelemetry endpoint. There may be different endpoints provided for the `HTTP` and `gRPC` protocols (`gRPC` is not supported yet), so ensure that you use the appropriate endpoint for your chosen connection type. #### Endpoint Notes -- You may have to append `/v1/traces` to the end of the receiver endpoint URL if the provided URL does not contain - this already. This depends on the observability vendor. +- You may have to append `/v1/traces` to the end of the receiver endpoint URL if the provided URL does not contain this + already. This depends on the observability vendor. - If you are running Hasura as a Docker container without host networking enabled, and want to connect to a local [OpenTelemetry Collector](#opentelemetry-collector), you may want to use this as the endpoint: `http://host.docker.internal:4318/v1/traces`. @@ -127,8 +127,8 @@ supported yet), so ensure that you use the appropriate endpoint for your chosen :::info OpenTelemetry Port Convention -It is a generally accepted convention that the OpenTelemetry receiver endpoint is exposed on port `4318` for HTTP -but can usually be customized. Please check the documentation for your observability tool to determine the port number. +It is a generally accepted convention that the OpenTelemetry receiver endpoint is exposed on port `4318` for HTTP but +can usually be customized. Please check the documentation for your observability tool to determine the port number. ::: @@ -139,25 +139,25 @@ protocol are currently supported. ### Data Type -Selects the type of observability data points to be exported. `Traces` are the only data types that are -currently supported. +Selects the type of observability data points to be exported. `Traces` are the only data types that are currently +supported. ### Batch Size -Batch size is the maximum number of data points (spans in the context of traces) allowed per export request -made to the observability tool. The batch size must be a positive integer between 1 and 512. Default size is 512. +Batch size is the maximum number of data points (spans in the context of traces) allowed per export request made to the +observability tool. The batch size must be a positive integer between 1 and 512. Default size is 512. ### Headers Headers are _(optionally)_ added to every request made by Hasura to the observability tool. They are generally **Authorization/API keys** with the required role/permissions to accept OpenTelemetry data. Please refer to the -documentation in your observability tool to understand how required request headers need to be formatted. You can -use an environment variable as a header value too. This is important for values which are sensitive. +documentation in your observability tool to understand how required request headers need to be formatted. You can use an +environment variable as a header value too. This is important for values which are sensitive. :::info Apply environment variables first -If you use an environment variable as a header value, please make sure that it's applied to the Hasura Docker -container before starting the container. +If you use an environment variable as a header value, please make sure that it's applied to the Hasura Docker container +before starting the container. ::: @@ -171,10 +171,10 @@ Example using Console: ### Attributes -[Resource](https://opentelemetry.io/docs/reference/specification/overview/#resources) attributes are _(optional)_ -custom tags that are sent alongside observability data in order to identify the entity for which the observability -data was recorded. This is usually used to identify sources in a distributed tracing environment and aids in granular -filtering and analytics. +[Resource](https://opentelemetry.io/docs/reference/specification/overview/#resources) attributes are _(optional)_ custom +tags that are sent alongside observability data in order to identify the entity for which the observability data was +recorded. This is usually used to identify sources in a distributed tracing environment and aids in granular filtering +and analytics. Example using Console: @@ -209,7 +209,8 @@ to the collector. :::info Note -This collector should be run in your infrastructure and should be reachable by the Hasura backend that is configured to send the data to it. The list of +This collector should be run in your infrastructure and should be reachable by the Hasura backend that is configured to +send the data to it. The list of [supported exporter targets](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter) can be found in the [OpenTelemetry Collector repository](https://github.com/open-telemetry/opentelemetry-collector-contrib). diff --git a/docs/docs/enterprise/release-notes.mdx b/docs/docs/enterprise/release-notes.mdx index ff4305e5f6c..da36554d306 100644 --- a/docs/docs/enterprise/release-notes.mdx +++ b/docs/docs/enterprise/release-notes.mdx @@ -2,7 +2,7 @@ sidebar_label: Release notes sidebar_position: 6 description: Release notes for Hasura EE -title: "EE: Release notes" +title: 'EE: Release notes' date: 2022-08-08T16:30:59+05:30 keywords: - hasura @@ -15,7 +15,7 @@ keywords: # Release Notes -
Available on: Enterprise (Self-hosted)
+
Available on: Self-hosted Enterprise


diff --git a/docs/docs/enterprise/upgrade-ce-to-ee.mdx b/docs/docs/enterprise/upgrade-ce-to-ee.mdx index b9bb7257644..434a8cd6cc3 100644 --- a/docs/docs/enterprise/upgrade-ce-to-ee.mdx +++ b/docs/docs/enterprise/upgrade-ce-to-ee.mdx @@ -1,7 +1,7 @@ --- sidebar_label: Upgrade from Hasura CE to Hasura Enterprise description: A guide to upgrade from Hasura CE to Hasura Enterprise -title: "EE: Upgrade from Hasura CE to Hasura Enterprise" +title: 'EE: Upgrade from Hasura CE to Hasura Enterprise' keywords: - hasura - docs @@ -11,7 +11,7 @@ sidebar_position: 1 # Upgrading from Hasura CE to Hasura Enterprise -
Available on: Enterprise (Self-hosted)
+
Available on: Self-hosted Enterprise
## Overview diff --git a/docs/docs/event-triggers/clean-up/auto-cleanup.mdx b/docs/docs/event-triggers/clean-up/auto-cleanup.mdx index 2d221a6653d..8e8cf99ddba 100644 --- a/docs/docs/event-triggers/clean-up/auto-cleanup.mdx +++ b/docs/docs/event-triggers/clean-up/auto-cleanup.mdx @@ -1,7 +1,7 @@ --- sidebar_label: Auto cleanup description: Cleanup Event Trigger logs for Hasura Cloud/Enterprise Edition -title: "Auto cleanup of Event Trigger logs" +title: 'Auto cleanup of Event Trigger logs' keywords: - hasura - docs @@ -14,13 +14,13 @@ sidebar_position: 2 sidebar_class_name: cloud-and-enterprise-icon --- -import Tabs from "@theme/Tabs"; -import TabItem from "@theme/TabItem"; -import Thumbnail from "@site/src/components/Thumbnail"; +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; +import Thumbnail from '@site/src/components/Thumbnail'; # Auto Cleanup of Event Trigger Logs -
Available on: Enterprise
+
Available on: Cloud Enterprise, Self-hosted Enterprise
:::note Supported from @@ -71,7 +71,7 @@ event_triggers: definition: enable_manual: true insert: - columns: "*" + columns: '*' retry_conf: interval_sec: 10 num_retries: 0 @@ -82,7 +82,7 @@ event_triggers: clean_invocation_logs: true clear_older_than: 168 paused: false - schedule: "0 0 * * *" + schedule: '0 0 * * *' timeout: 60 ``` diff --git a/docs/docs/getting-started/getting-started-cloud.mdx b/docs/docs/getting-started/getting-started-cloud.mdx index 5f94e312a30..da9b0bd2f19 100644 --- a/docs/docs/getting-started/getting-started-cloud.mdx +++ b/docs/docs/getting-started/getting-started-cloud.mdx @@ -16,7 +16,9 @@ import HeadingIcon from '@site/src/components/HeadingIcon'; # Quickstart with Hasura Cloud -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/graphql-api-explorer.mdx b/docs/docs/graphql-api-explorer.mdx index 5e7f7d1ea4d..683ed79b071 100644 --- a/docs/docs/graphql-api-explorer.mdx +++ b/docs/docs/graphql-api-explorer.mdx @@ -1,6 +1,6 @@ --- description: Hasura GraphQL API Explorer -title: "Cloud: Hasura GraphQL API Explorer" +title: 'Cloud: Hasura GraphQL API Explorer' keywords: - hasura - cloud @@ -17,12 +17,15 @@ sidebar_class_name: cloud-icon slug: graphql-api-explorer/index --- -import Thumbnail from "@site/src/components/Thumbnail"; -import Explorer from "@site/static/icons/features/graphql_api_explorer_2.svg"; +import Thumbnail from '@site/src/components/Thumbnail'; +import Explorer from '@site/static/icons/features/graphql_api_explorer_2.svg'; # Hasura GraphQL API Explorer -
Available on: Cloud, Community, Enterprise
+
+ Available on: Community Edition, Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise, Self-hosted + Enterprise +
## TL;DR diff --git a/docs/docs/hasura-cloud/account-management/billing/billing-owner.mdx b/docs/docs/hasura-cloud/account-management/billing/billing-owner.mdx index 4657d1bf7c4..6b4394ed2f4 100644 --- a/docs/docs/hasura-cloud/account-management/billing/billing-owner.mdx +++ b/docs/docs/hasura-cloud/account-management/billing/billing-owner.mdx @@ -1,6 +1,6 @@ --- description: Billing owner on Hasura Cloud -title: "Cloud: Billing owner" +title: 'Cloud: Billing owner' sidebar_label: Billing owner keywords: - hasura @@ -12,12 +12,14 @@ keywords: sidebar_position: 1 --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Billing Owner -
Available on: Professional, Enterprise (Cloud)
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/hasura-cloud/account-management/billing/credits.mdx b/docs/docs/hasura-cloud/account-management/billing/credits.mdx index 2333e0d53c9..f43fe4410b6 100644 --- a/docs/docs/hasura-cloud/account-management/billing/credits.mdx +++ b/docs/docs/hasura-cloud/account-management/billing/credits.mdx @@ -1,6 +1,6 @@ --- description: Hasura Cloud coupon and credits -title: "Cloud: Coupons and credits" +title: 'Cloud: Coupons and credits' keywords: - hasura - docs @@ -11,12 +11,14 @@ sidebar_position: 3 sidebar_label: Hasura Cloud credits --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Coupons and Credits -
Available on: Professional, Enterprise (Cloud)
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/hasura-cloud/account-management/billing/index.mdx b/docs/docs/hasura-cloud/account-management/billing/index.mdx index fac906b1c29..8db70defbc2 100644 --- a/docs/docs/hasura-cloud/account-management/billing/index.mdx +++ b/docs/docs/hasura-cloud/account-management/billing/index.mdx @@ -1,6 +1,6 @@ --- description: Hasura Cloud billing -title: "Cloud: Billing" +title: 'Cloud: Billing' sidebar_label: Hasura Cloud billing keywords: - hasura @@ -12,12 +12,14 @@ keywords: slug: index --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Billing -
Available on: Professional, Enterprise (Cloud)
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/hasura-cloud/account-management/billing/payment-methods.mdx b/docs/docs/hasura-cloud/account-management/billing/payment-methods.mdx index 24934e1031f..b52ea656e34 100644 --- a/docs/docs/hasura-cloud/account-management/billing/payment-methods.mdx +++ b/docs/docs/hasura-cloud/account-management/billing/payment-methods.mdx @@ -1,6 +1,6 @@ --- description: Manage payment methods -title: "Cloud: Manage payment methods" +title: 'Cloud: Manage payment methods' sidebar_label: Manage payment methods keywords: - hasura @@ -14,12 +14,12 @@ keywords: sidebar_position: 2 --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Manage Payment Methods -
Available on: Professional
+
Available on: Cloud Standard, Cloud Professional
## Introduction diff --git a/docs/docs/hasura-cloud/account-management/billing/receipts.mdx b/docs/docs/hasura-cloud/account-management/billing/receipts.mdx index a98f6b845bb..92ea4c6ef31 100644 --- a/docs/docs/hasura-cloud/account-management/billing/receipts.mdx +++ b/docs/docs/hasura-cloud/account-management/billing/receipts.mdx @@ -1,6 +1,6 @@ --- description: Hasura Cloud receipts -title: "Cloud: Receipts" +title: 'Cloud: Receipts' sidebar_label: Hasura Cloud receipts keywords: - hasura @@ -11,12 +11,12 @@ keywords: sidebar_position: 4 --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Receipts -
Available on: Professional
+
Available on: Cloud Standard, Cloud Professional
## Introduction diff --git a/docs/docs/hasura-cloud/account-management/email-change.mdx b/docs/docs/hasura-cloud/account-management/email-change.mdx index 85cff362ba1..84022a8ca6a 100644 --- a/docs/docs/hasura-cloud/account-management/email-change.mdx +++ b/docs/docs/hasura-cloud/account-management/email-change.mdx @@ -1,6 +1,6 @@ --- sidebar_label: Change email -title: "Cloud: Change email address" +title: 'Cloud: Change email address' description: Hasura Cloud email change keywords: - hasura @@ -10,12 +10,14 @@ keywords: sidebar_position: 10 --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Change Email Address -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/hasura-cloud/account-management/index.mdx b/docs/docs/hasura-cloud/account-management/index.mdx index e474eb576df..07c6c0b3d6e 100644 --- a/docs/docs/hasura-cloud/account-management/index.mdx +++ b/docs/docs/hasura-cloud/account-management/index.mdx @@ -16,8 +16,9 @@ import AccountManagement from '@site/static/icons/features/account_management.sv # Account Management - -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/hasura-cloud/account-management/marketplaces.mdx b/docs/docs/hasura-cloud/account-management/marketplaces.mdx index b31fe34e421..5aba7d39a83 100644 --- a/docs/docs/hasura-cloud/account-management/marketplaces.mdx +++ b/docs/docs/hasura-cloud/account-management/marketplaces.mdx @@ -1,5 +1,5 @@ --- -title: "Cloud: Marketplaces" +title: 'Cloud: Marketplaces' description: Hasura Cloud Marketplaces keywords: - hasura @@ -15,7 +15,7 @@ sidebar_label: Marketplaces # Marketplaces -
Available on: Enterprise (Cloud)
+
Available on: Cloud Enterprise
## Overview diff --git a/docs/docs/hasura-cloud/ci-cd/github-integration.mdx b/docs/docs/hasura-cloud/ci-cd/github-integration.mdx index 18ac0331e20..d1860167b0a 100644 --- a/docs/docs/hasura-cloud/ci-cd/github-integration.mdx +++ b/docs/docs/hasura-cloud/ci-cd/github-integration.mdx @@ -1,6 +1,6 @@ --- description: GitHub deployment -title: "Cloud: GitHub Deployment" +title: 'Cloud: GitHub Deployment' keywords: - hasura - docs @@ -12,12 +12,14 @@ sidebar_label: GitHub deployment sidebar_position: 20 --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # GitHub Deployment -
Available on: Cloud, Enterprise
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/hasura-cloud/ci-cd/index.mdx b/docs/docs/hasura-cloud/ci-cd/index.mdx index c49c4dfa9fe..722e3c27a88 100644 --- a/docs/docs/hasura-cloud/ci-cd/index.mdx +++ b/docs/docs/hasura-cloud/ci-cd/index.mdx @@ -9,11 +9,13 @@ keywords: slug: index --- -import Thumbnail from "@site/src/components/Thumbnail"; +import Thumbnail from '@site/src/components/Thumbnail'; # Continuous Integration and Continuous Deployment with Hasura Cloud -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/hasura-cloud/ci-cd/preview-apps.mdx b/docs/docs/hasura-cloud/ci-cd/preview-apps.mdx index a4b6d164e78..edb8b8899b5 100644 --- a/docs/docs/hasura-cloud/ci-cd/preview-apps.mdx +++ b/docs/docs/hasura-cloud/ci-cd/preview-apps.mdx @@ -14,11 +14,13 @@ sidebar_label: Preview Apps sidebar_position: 10 --- -import Thumbnail from "@site/src/components/Thumbnail"; +import Thumbnail from '@site/src/components/Thumbnail'; # Preview Apps -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## TL;DR @@ -212,7 +214,7 @@ more information. A sample file would look like this: ```yaml -name: "preview-apps" +name: 'preview-apps' on: # rebuild any PRs and main branch changes pull_request: push: @@ -225,7 +227,7 @@ jobs: - uses: actions/checkout@v2 - uses: hasura/hasura-cloud-preview-apps@v0.1.7 with: - name: "preview-repo-name-${{github.env.GITHUB_HEAD_REF}}${{github.event.number}}" + name: 'preview-repo-name-${{github.env.GITHUB_HEAD_REF}}${{github.event.number}}' postgresDBConfig: | POSTGRES_SERVER_CONNECTION_URI=${{secrets.POSTGRES_SERVER_CONNECTION_URI}} PG_ENV_VARS_FOR_HASURA=PG_DB_URL_1,PG_DB_URL_2,PG_DB_URL3 @@ -269,7 +271,7 @@ jobs: - name: Hasura Cloud Preview Apps uses: hasura/hasura-cloud-preview-apps@v0.1.5 with: - name: "repo-name-${{github.env.GITHUB_HEAD_REF}}${{github.event.number}}" + name: 'repo-name-${{github.env.GITHUB_HEAD_REF}}${{github.event.number}}' postgresDBConfig: | POSTGRES_SERVER_CONNECTION_URI=${{secrets.POSTGRES_SERVER_CONNECTION_URI}} PG_ENV_VARS_FOR_HASURA=PG_DB_URL_1,PG_DB_URL_2,PG_DB_URL3 diff --git a/docs/docs/hasura-cloud/dedicated-vpc.mdx b/docs/docs/hasura-cloud/dedicated-vpc.mdx index 5cd3a67ec9c..78eabc73e1f 100644 --- a/docs/docs/hasura-cloud/dedicated-vpc.mdx +++ b/docs/docs/hasura-cloud/dedicated-vpc.mdx @@ -1,6 +1,6 @@ --- description: Dedicated VPC with VPC peering and private network access -title: "Cloud: Dedicated VPC" +title: 'Cloud: Dedicated VPC' keywords: - hasura - cloud @@ -11,12 +11,12 @@ sidebar_label: Dedicated VPC sidebar_position: 50 --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Dedicated VPC -
Available on: Enterprise (Cloud)
+
Available on: Cloud Enterprise
## Introduction diff --git a/docs/docs/hasura-cloud/disaster-recovery.mdx b/docs/docs/hasura-cloud/disaster-recovery.mdx index 33f497dfc52..afa17831455 100644 --- a/docs/docs/hasura-cloud/disaster-recovery.mdx +++ b/docs/docs/hasura-cloud/disaster-recovery.mdx @@ -11,7 +11,7 @@ sidebar_position: 70 # Disaster Recovery and Passive Standby Config for Hasura Cloud -
Available on: Enterprise
+
Available on: Cloud Enterprise
## Overview @@ -41,9 +41,9 @@ with your secondary database. Depending on when and how you keep the secondary database schema and data synced with the primary database, you should also keep the Hasura Metadata on the secondary project up-to-date and in-sync with the primary project. You can use our -[Github Integration](/hasura-cloud/ci-cd/github-integration.mdx) features to keep your secondary project -in-sync by deploying each commit to both projects. Care should be taken in the config of databases and ENV variables in -this regard. +[Github Integration](/hasura-cloud/ci-cd/github-integration.mdx) features to keep your secondary project in-sync by +deploying each commit to both projects. Care should be taken in the config of databases and ENV variables in this +regard. ## Step 4: Redirect traffic on failover diff --git a/docs/docs/hasura-cloud/high-availability.mdx b/docs/docs/hasura-cloud/high-availability.mdx index cbef10b7616..e380ccbf819 100644 --- a/docs/docs/hasura-cloud/high-availability.mdx +++ b/docs/docs/hasura-cloud/high-availability.mdx @@ -10,7 +10,9 @@ sidebar_position: 60 # High-Availability Configuration -
Available on: Standard, Enterprise (Cloud)
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise +
## Overview diff --git a/docs/docs/hasura-cloud/index.mdx b/docs/docs/hasura-cloud/index.mdx index 051da56ec0a..350ada3bde0 100644 --- a/docs/docs/hasura-cloud/index.mdx +++ b/docs/docs/hasura-cloud/index.mdx @@ -1,6 +1,6 @@ --- description: Use Hasura Cloud to host your Hasura GraphQL Engine -title: "Hasura Cloud" +title: 'Hasura Cloud' keywords: - hasura - cloud @@ -16,15 +16,16 @@ import Cloud from '@site/static/icons/features/cloud.svg'; # Hasura Cloud -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction -Hasura Cloud is a fully managed version of Hasura's popular open source GraphQL Engine that gives you a -scalable, highly available, globally distributed, secure GraphQL API over your data sources. Hasura Cloud takes care -of all the performance, security & reliability requirements of your API layer by adding a powerful suite of -production-ready features from day one. Hasura Cloud is available on Amazon Web Services (AWS) and the Google Cloud -Platform (GCP). +Hasura Cloud is a fully managed version of Hasura's popular open source GraphQL Engine that gives you a scalable, highly +available, globally distributed, secure GraphQL API over your data sources. Hasura Cloud takes care of all the +performance, security & reliability requirements of your API layer by adding a powerful suite of production-ready +features from day one. Hasura Cloud is available on Amazon Web Services (AWS) and the Google Cloud Platform (GCP). ## Supported regions diff --git a/docs/docs/hasura-cloud/plans.mdx b/docs/docs/hasura-cloud/plans.mdx index afbe72a6d51..a7d409f8b4b 100644 --- a/docs/docs/hasura-cloud/plans.mdx +++ b/docs/docs/hasura-cloud/plans.mdx @@ -11,7 +11,9 @@ sidebar_position: 10 # Plans and Pricing -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Overview diff --git a/docs/docs/hasura-cloud/projects/collaborators.mdx b/docs/docs/hasura-cloud/projects/collaborators.mdx index 683cf6415c7..91c37efe145 100644 --- a/docs/docs/hasura-cloud/projects/collaborators.mdx +++ b/docs/docs/hasura-cloud/projects/collaborators.mdx @@ -1,7 +1,7 @@ --- sidebar_label: Project collaborators description: Managing collaborators on Hasura Cloud -title: "Cloud: Project Collaborators" +title: 'Cloud: Project Collaborators' keywords: - hasura - docs @@ -11,12 +11,14 @@ keywords: sidebar_position: 3 --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Project Collaborators -
Available on: Cloud, Enterprise (Self-hosted)
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/hasura-cloud/projects/create.mdx b/docs/docs/hasura-cloud/projects/create.mdx index 41a46cf8a36..b9bc0f49e88 100644 --- a/docs/docs/hasura-cloud/projects/create.mdx +++ b/docs/docs/hasura-cloud/projects/create.mdx @@ -14,12 +14,14 @@ import Thumbnail from '@site/src/components/Thumbnail'; # Create Projects -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction -You can create a new Hasura Cloud Project with either a new database, or an existing database with a publicly -available IP address. For a list of supported databases and features [see here](/databases/index.mdx). +You can create a new Hasura Cloud Project with either a new database, or an existing database with a publicly available +IP address. For a list of supported databases and features [see here](/databases/index.mdx). ## Project setup @@ -43,4 +45,4 @@ Once created, you can specify a new name for your Project if you want. ## Connect to a database Once your project is created you can connect to a new or existing database. For full details on how to connect to a -database, see [connecting to a database here](/databases/connect-db/index.mdx). \ No newline at end of file +database, see [connecting to a database here](/databases/connect-db/index.mdx). diff --git a/docs/docs/hasura-cloud/projects/delete.mdx b/docs/docs/hasura-cloud/projects/delete.mdx index f47973ddfc0..e6d27e3b19f 100644 --- a/docs/docs/hasura-cloud/projects/delete.mdx +++ b/docs/docs/hasura-cloud/projects/delete.mdx @@ -14,10 +14,12 @@ import HeadingIcon from '@site/src/components/HeadingIcon'; # Delete Projects -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Overview You can delete a project with the `Delete Project` button at the bottom of the project's details view. - + diff --git a/docs/docs/hasura-cloud/projects/details.mdx b/docs/docs/hasura-cloud/projects/details.mdx index 11f2f34d544..b464114bd2e 100644 --- a/docs/docs/hasura-cloud/projects/details.mdx +++ b/docs/docs/hasura-cloud/projects/details.mdx @@ -18,7 +18,9 @@ import HeadingIcon from '@site/src/components/HeadingIcon'; # Project Details -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction @@ -52,14 +54,14 @@ After renaming, your project might undergo a short downtime due to the DNS resol ## Environment Name -You may have multiple Hasura deployments for the same application running in different environments (e.g `dev`, `staging`, -`prod`). Environment Name is an optional field you can set to help distinguish the Console views of these different -environments. +You may have multiple Hasura deployments for the same application running in different environments (e.g `dev`, +`staging`, `prod`). Environment Name is an optional field you can set to help distinguish the Console views of these +different environments. -When an Environment Name is set for a Hasura Cloud project, its value will be clearly displayed as a banner at the top of -the Console. +When an Environment Name is set for a Hasura Cloud project, its value will be clearly displayed as a banner at the top +of the Console. Available on: Cloud +
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction @@ -29,19 +31,19 @@ You can add a custom domain to your Hasura Cloud project by following the steps On the `Domains` tab, click on the `New Custom Domain` button. - + ### Step 2: Add your custom domain Enter your custom domain and click the `Add` button. - + ### Step 3: Add the record to your DNS After adding a custom domain, the following window will show up: - + Add the default Hasura domain as a `CNAME` record to your DNS. @@ -55,7 +57,7 @@ certificate is generated. Until this is done, the dashboard will show a notice that the DNS validation is pending. - + :::info Note @@ -67,4 +69,4 @@ Depending on your DNS provider, it might take up to 24 hours for the DNS record Once the DNS is validated, the dashboard will update the status with the following notice: - + diff --git a/docs/docs/hasura-cloud/projects/env-vars.mdx b/docs/docs/hasura-cloud/projects/env-vars.mdx index 41f45690489..270ddb6d0d8 100644 --- a/docs/docs/hasura-cloud/projects/env-vars.mdx +++ b/docs/docs/hasura-cloud/projects/env-vars.mdx @@ -16,7 +16,9 @@ import HeadingIcon from '@site/src/components/HeadingIcon'; # Project Env Vars -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction @@ -28,6 +30,6 @@ custom env variables as well. Click on the `New Env Var` button and either choose an env var from the dropdown or add a custom env var. - + - + diff --git a/docs/docs/hasura-cloud/projects/environments.mdx b/docs/docs/hasura-cloud/projects/environments.mdx index de069e43a93..b9b1bce136c 100644 --- a/docs/docs/hasura-cloud/projects/environments.mdx +++ b/docs/docs/hasura-cloud/projects/environments.mdx @@ -18,7 +18,9 @@ import HeadingIcon from '@site/src/components/HeadingIcon'; # Manage Development Environments -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction @@ -104,9 +106,9 @@ Also add any other ENV vars that you might have set on your local project. ### Setting up a Git repo for your Hasura Project In order to easily apply your local changes to your new Cloud project, we'll use the Hasura -[GitHub deployment](/hasura-cloud/ci-cd/github-integration.mdx) feature. But before we do that, we need to -setup Metadata & Migrations of your local setup that you can apply to your Cloud project. For a lowdown on Hasura -Metadata & Migrations refer the guide [here](/migrations-metadata-seeds/index.mdx) +[GitHub deployment](/hasura-cloud/ci-cd/github-integration.mdx) feature. But before we do that, we need to setup +Metadata & Migrations of your local setup that you can apply to your Cloud project. For a lowdown on Hasura Metadata & +Migrations refer the guide [here](/migrations-metadata-seeds/index.mdx) ### Step 1: Install Hasura CLI diff --git a/docs/docs/hasura-cloud/projects/heroku-url-sync.mdx b/docs/docs/hasura-cloud/projects/heroku-url-sync.mdx index dcf75e42e40..e3ec62668b7 100644 --- a/docs/docs/hasura-cloud/projects/heroku-url-sync.mdx +++ b/docs/docs/hasura-cloud/projects/heroku-url-sync.mdx @@ -19,7 +19,7 @@ import HeadingIcon from '@site/src/components/HeadingIcon'; # Heroku Database Integration
- Available on: Cloud + Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise
:::info Note diff --git a/docs/docs/hasura-cloud/projects/hibernation.mdx b/docs/docs/hasura-cloud/projects/hibernation.mdx index 6b3e41595cc..5ea2bfff7d2 100644 --- a/docs/docs/hasura-cloud/projects/hibernation.mdx +++ b/docs/docs/hasura-cloud/projects/hibernation.mdx @@ -17,7 +17,9 @@ import HeadingIcon from '@site/src/components/HeadingIcon'; # Project Hibernation and Reactivation -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/hasura-cloud/projects/maintenance-mode.mdx b/docs/docs/hasura-cloud/projects/maintenance-mode.mdx index fe52ddb8e11..87aa1b32f8b 100644 --- a/docs/docs/hasura-cloud/projects/maintenance-mode.mdx +++ b/docs/docs/hasura-cloud/projects/maintenance-mode.mdx @@ -16,7 +16,9 @@ import HeadingIcon from '@site/src/components/HeadingIcon'; # Maintenance Mode -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/hasura-cloud/projects/move-project-manual.mdx b/docs/docs/hasura-cloud/projects/move-project-manual.mdx index aad2b924c10..d54bbb14755 100644 --- a/docs/docs/hasura-cloud/projects/move-project-manual.mdx +++ b/docs/docs/hasura-cloud/projects/move-project-manual.mdx @@ -10,14 +10,16 @@ keywords: - downgrade - transfer region sidebar_position: 17 -sidebar_label: Move a Project +sidebar_label: Move a Project --- import HeadingIcon from '@site/src/components/HeadingIcon'; # Transfer Existing Hasura Cloud Project to a New Project -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction @@ -60,21 +62,22 @@ See [deleting projects](/hasura-cloud/projects/delete.mdx) to delete the earlier hasura migrate apply --skip-execution --endpoint --admin-secret --all-databases ``` -- You can [rename](/hasura-cloud/projects/details.mdx#rename-project) your new project to the same name as the earlier project if you - wish. +- You can [rename](/hasura-cloud/projects/details.mdx#rename-project) your new project to the same name as the earlier + project if you wish. -- If you haven't renamed your new project or set up a [custom domain](/hasura-cloud/projects/domains.mdx) for your project, you might - want to update any clients consuming the GraphQL API to point to the new project's GraphQL endpoint. +- If you haven't renamed your new project or set up a [custom domain](/hasura-cloud/projects/domains.mdx) for your + project, you might want to update any clients consuming the GraphQL API to point to the new project's GraphQL + endpoint. ## Zero-downtime transfer -To achieve a zero-downtime transfer, you will need to have a [custom domain](/hasura-cloud/projects/domains.mdx) attached to your -Cloud project. Once the new project is set up identically as the old one, you can update the DNS entries for your custom -domain to the new project to have a seamless transfer of traffic to the new project. +To achieve a zero-downtime transfer, you will need to have a [custom domain](/hasura-cloud/projects/domains.mdx) +attached to your Cloud project. Once the new project is set up identically as the old one, you can update the DNS +entries for your custom domain to the new project to have a seamless transfer of traffic to the new project. If you simply want to avoid updating your clients with the new project's API endpoint, you can simply -[rename](/hasura-cloud/projects/details.mdx#rename-project) your new project with the same name as the earlier project. This will -cause a short downtime of your API after you delete your old project until you rename the new one. +[rename](/hasura-cloud/projects/details.mdx#rename-project) your new project with the same name as the earlier project. +This will cause a short downtime of your API after you delete your old project until you rename the new one. ## Caveats diff --git a/docs/docs/hasura-cloud/projects/move-project-v2-manual.mdx b/docs/docs/hasura-cloud/projects/move-project-v2-manual.mdx index 48a584a7562..0094b38fa95 100644 --- a/docs/docs/hasura-cloud/projects/move-project-v2-manual.mdx +++ b/docs/docs/hasura-cloud/projects/move-project-v2-manual.mdx @@ -16,7 +16,9 @@ import HeadingIcon from '@site/src/components/HeadingIcon'; # Manually Move Hasura Cloud v1.3 Projects to Hasura v2.0 -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction @@ -47,8 +49,8 @@ See `Step 1` of [creating projects](/hasura-cloud/projects/create.mdx) to create ### Step 3: Connect your database with the name **default** to the new project -See `Step 2` of [creating projects](/hasura-cloud/projects/create.mdx) to connect your existing database to the new project. Please -ensure you set the database name as `default`. +See `Step 2` of [creating projects](/hasura-cloud/projects/create.mdx) to connect your existing database to the new +project. Please ensure you set the database name as `default`. :::info Note diff --git a/docs/docs/hasura-cloud/projects/move-project-v2.mdx b/docs/docs/hasura-cloud/projects/move-project-v2.mdx index c222818f3d4..cecedfd74cf 100644 --- a/docs/docs/hasura-cloud/projects/move-project-v2.mdx +++ b/docs/docs/hasura-cloud/projects/move-project-v2.mdx @@ -18,7 +18,9 @@ import HeadingIcon from '@site/src/components/HeadingIcon'; # Updating Hasura Cloud v1.3 Projects to Hasura v2.0 -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/hasura-cloud/projects/ownership.mdx b/docs/docs/hasura-cloud/projects/ownership.mdx index 30fe9dd3ca2..edd3358c227 100644 --- a/docs/docs/hasura-cloud/projects/ownership.mdx +++ b/docs/docs/hasura-cloud/projects/ownership.mdx @@ -16,7 +16,9 @@ import HeadingIcon from '@site/src/components/HeadingIcon'; # Transfer Project Ownership -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction @@ -25,8 +27,8 @@ original owner will lose all access to the project. :::info Note -If the project is on the `Standard` or `Professional` (pay-as-you-go) tier, the new owner will pay for the entire data usage for the month -in which the ownership is transferred. +If the project is on the `Standard` or `Professional` (pay-as-you-go) tier, the new owner will pay for the entire data +usage for the month in which the ownership is transferred. ::: @@ -59,7 +61,7 @@ You can accept an invitation by clicking on the `Accept` button. :::info Note -If the project is on the `Standard` or `Professional` (pay-as-you-go) tier, the new owner must have an active card associated with their -Hasura Cloud account to accept the invitation. +If the project is on the `Standard` or `Professional` (pay-as-you-go) tier, the new owner must have an active card +associated with their Hasura Cloud account to accept the invitation. ::: diff --git a/docs/docs/hasura-cloud/projects/pricing.mdx b/docs/docs/hasura-cloud/projects/pricing.mdx index 9737695c544..4c3fdcbeb3f 100644 --- a/docs/docs/hasura-cloud/projects/pricing.mdx +++ b/docs/docs/hasura-cloud/projects/pricing.mdx @@ -1,6 +1,6 @@ --- description: Switch pricing plans -title: "Cloud: Switch pricing plans" +title: 'Cloud: Switch pricing plans' keywords: - hasura - docs @@ -10,12 +10,14 @@ sidebar_position: 8 sidebar_label: Switch pricing plans --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Switch Pricing Plans -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/hasura-cloud/projects/regions.mdx b/docs/docs/hasura-cloud/projects/regions.mdx index 017ed7d753e..d9636e01235 100644 --- a/docs/docs/hasura-cloud/projects/regions.mdx +++ b/docs/docs/hasura-cloud/projects/regions.mdx @@ -16,7 +16,9 @@ import Thumbnail from '@site/src/components/Thumbnail'; # Deployment Regions -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction @@ -25,9 +27,9 @@ of deployment can be selected while creating the project and it can be changed l ## The importance of selecting the right region -To get the best possible performance out from your Hasura APIs, we highly recommend hosting data sources (database/API) and -Hasura Projects in the same cloud provider region. See the sections below for more information -on how to create a project in a given region or how to move an existing project to another region. +To get the best possible performance out from your Hasura APIs, we highly recommend hosting data sources (database/API) +and Hasura Projects in the same cloud provider region. See the sections below for more information on how to create a +project in a given region or how to move an existing project to another region. ## Selecting the region while creating a project diff --git a/docs/docs/hasura-cloud/projects/secure.mdx b/docs/docs/hasura-cloud/projects/secure.mdx index 293f8dc5876..c338c8b87b3 100644 --- a/docs/docs/hasura-cloud/projects/secure.mdx +++ b/docs/docs/hasura-cloud/projects/secure.mdx @@ -14,7 +14,9 @@ import HeadingIcon from '@site/src/components/HeadingIcon'; # Secure Projects -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/hasura-cloud/projects/vercel-integration.mdx b/docs/docs/hasura-cloud/projects/vercel-integration.mdx index 8586dc4e263..cf1713ba37b 100644 --- a/docs/docs/hasura-cloud/projects/vercel-integration.mdx +++ b/docs/docs/hasura-cloud/projects/vercel-integration.mdx @@ -16,7 +16,9 @@ import HeadingIcon from '@site/src/components/HeadingIcon'; # Vercel Integration -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction @@ -31,16 +33,16 @@ This integration does the following: - Configures necessary project settings i.e setting environment variables and exposing them on the client side. (Check the [list](#vercel-environment-variables) of all environment variables set). - + ## Creating an Integration You can configure the [official Hasura integration](https://vercel.com/integrations/hasura) with your Vercel account. ### Step 0: Prerequisites @@ -52,13 +54,21 @@ This integration requires you to have a Vercel account along with existing Verce - Navigate to the [official Hasura integration](https://vercel.com/integrations/hasura-v1) page and click on `Add Integration`. - + ### Step 2: Select Vercel account - Select the account (personal or team) you want to install the integration on and click `Continue`. - + ### Step 3: Select Integration Scope @@ -69,7 +79,11 @@ This integration requires you to have a Vercel account along with existing Verce | All Projects | Configures all Vercel applications in the account. | | Specific Projects | Configures only a subset of applications. | - + - Click on `Add Integration` and a new window should pop up for the further steps specific to Hasura Cloud. @@ -81,16 +95,17 @@ This integration requires you to have a Vercel account along with existing Verce - Once you are logged in, a Hasura Cloud project is created for the integration and the required [environment variables](#vercel-environment-variables) are set for each Vercel project in the scope. - + - Click on the first link to navigate to your Hasura Cloud project Console to configure your GraphQL API and connect to - a database. Check out the section on [database setup](/hasura-cloud/projects/create.mdx#cloud-projects-db-setup) on how to do this. + a database. Check out the section on [database setup](/hasura-cloud/projects/create.mdx#cloud-projects-db-setup) on + how to do this. - + - Click on `Install Integration` to install your integration. - + :::info Note @@ -102,12 +117,16 @@ Your integration will only be successfully configured upon clicking the `Install - The Integration is now complete. You'll be redirected to the Vercel Dashboard. - + - Click on `Configure` to navigate to Cloud Dashboard to see the latest project we created for you. This will be a project with the tag `Vercel` on it. - + - To change the scope of you integration, you can click on `Manage Access` to add/remove vercel applications from the integration. Check out the [Adding and removing projects from the Scope of Integration](#vercel-change-scope) section @@ -129,12 +148,17 @@ Your integration will only be successfully configured upon clicking the `Install [Vercel docs](https://vercel.com/docs/concepts/projects/environment-variables) for environment variables for further reference. - + :::info Note -- If a [custom domain](/hasura-cloud/projects/domains.mdx) is added to the Hasura Cloud project, you'll have to set this custom value - to `HASURA_PROJECT_ENDPOINT` and `NEXT_HASURA_PROJECT_ENDPOINT` manually in the respective Vercel project's settings. +- If a [custom domain](/hasura-cloud/projects/domains.mdx) is added to the Hasura Cloud project, you'll have to set this + custom value to `HASURA_PROJECT_ENDPOINT` and `NEXT_HASURA_PROJECT_ENDPOINT` manually in the respective Vercel + project's settings. - Similarly if the Hasura Cloud project's admin secret is changed, you will have to edit the `HASURA_ADMIN_SECRET` manually in the respective Vercel project's settings. @@ -147,13 +171,21 @@ Once the integration is installed, you can change the scope of the integration. - Navigate to the installed integration page and click on `Manage Access`. This will show you the current status of the integration, i.e the projects that are currently configured. - + - If the integration is installed for `All Projects`, you can change the scope to `Specific Projects` and select the projects from the dropdown you want to keep the integration on. If installed for `Specific Projects`, you can add individual projects from the dropdown or remove them from the list. - + - Click on `Save` to save the changes. @@ -169,12 +201,16 @@ the removed projects. - To remove the configured integration, navigate to the `Integrations` sections in Vercel Dashboard and spot the Hasura integration in the list. Click on `Manage` to navigate to the integration page. - + - Scroll down to the bottom of the page and click on `Remove Integration`. Vercel will remove the integration along with the set environment variables from the applications. - + Your Hasura Cloud project will not be affected. diff --git a/docs/docs/hasura-cloud/regression-tests.mdx b/docs/docs/hasura-cloud/regression-tests.mdx index a520a161750..857923799f8 100644 --- a/docs/docs/hasura-cloud/regression-tests.mdx +++ b/docs/docs/hasura-cloud/regression-tests.mdx @@ -11,11 +11,13 @@ sidebar_label: Regression tests sidebar_position: 50 --- -import Thumbnail from "@site/src/components/Thumbnail"; +import Thumbnail from '@site/src/components/Thumbnail'; # Regression Tests -
Available on: Cloud, Enterprise
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise, Self-hosted Enterprise +
## Introduction diff --git a/docs/docs/hasura-cloud/sso.mdx b/docs/docs/hasura-cloud/sso.mdx index 4edada6ee9e..46f74702ce1 100644 --- a/docs/docs/hasura-cloud/sso.mdx +++ b/docs/docs/hasura-cloud/sso.mdx @@ -1,7 +1,7 @@ --- -sidebar_label: "SSO" -description: "Enable single sign-on (SSO) for Hasura Enterprise through the SAML 2.0 protocol" -title: "EE: Enable SSO through SAML" +sidebar_label: 'SSO' +description: 'Enable single sign-on (SSO) for Hasura Enterprise through the SAML 2.0 protocol' +title: 'EE: Enable SSO through SAML' keywords: - hasura - docs @@ -12,12 +12,12 @@ keywords: sidebar_position: 80 --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # SSO Through SAML -
Available on: Enterprise (Cloud)
+
Available on: Cloud Enterprise
## Introduction @@ -25,7 +25,7 @@ You can enable SSO (Single Sign-On) with your identity management system through [SAML 2.0](http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-tech-overview-2.0.html) protocol. Hasura is a SAML 2.0 compliant service provider. - + ## Configuration diff --git a/docs/docs/observability/errors.mdx b/docs/docs/observability/errors.mdx index 27b747b9331..93d01507698 100644 --- a/docs/docs/observability/errors.mdx +++ b/docs/docs/observability/errors.mdx @@ -1,7 +1,7 @@ --- sidebar_position: 3 sidebar_label: Errors -title: "Cloud: Errors" +title: 'Cloud: Errors' description: Hasura Cloud error analysis keywords: - hasura @@ -11,12 +11,14 @@ keywords: - errors --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Errors -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Overview diff --git a/docs/docs/observability/index.mdx b/docs/docs/observability/index.mdx index 5eadb1e8b08..343b5480100 100644 --- a/docs/docs/observability/index.mdx +++ b/docs/docs/observability/index.mdx @@ -2,7 +2,7 @@ sidebar_label: Observability sidebar_position: 1 slug: index -title: "Cloud: Observability" +title: 'Cloud: Observability' description: Hasura Cloud observability keywords: - hasura @@ -12,13 +12,15 @@ keywords: - observability --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; -import Observability from "@site/static/icons/features/observability.svg"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; +import Observability from '@site/static/icons/features/observability.svg'; # Observability -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Overview diff --git a/docs/docs/observability/integrations/azure-monitor.mdx b/docs/docs/observability/integrations/azure-monitor.mdx index 9621dcf4658..78008759d17 100644 --- a/docs/docs/observability/integrations/azure-monitor.mdx +++ b/docs/docs/observability/integrations/azure-monitor.mdx @@ -1,7 +1,7 @@ --- sidebar_position: 3 description: Azure monitor Integration on Hasura Cloud -title: "Cloud: Azure Monitor Integration" +title: 'Cloud: Azure Monitor Integration' keywords: - hasura - docs @@ -13,12 +13,14 @@ keywords: sidebar_label: Azure Monitor --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Azure Monitor Integration -
Available on: Professional, Enterprise
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/observability/integrations/datadog.mdx b/docs/docs/observability/integrations/datadog.mdx index f53770bc950..c75d0f134be 100644 --- a/docs/docs/observability/integrations/datadog.mdx +++ b/docs/docs/observability/integrations/datadog.mdx @@ -2,7 +2,7 @@ sidebar_label: Datadog sidebar_position: 2 description: Datadog Integration on Hasura Cloud -title: "Cloud: Datadog Integration" +title: 'Cloud: Datadog Integration' keywords: - hasura - docs @@ -13,12 +13,14 @@ keywords: - datadog --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Datadog Integration -
Available on: Professional, Enterprise
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/observability/integrations/index.mdx b/docs/docs/observability/integrations/index.mdx index 81ba659ab35..489988fae86 100644 --- a/docs/docs/observability/integrations/index.mdx +++ b/docs/docs/observability/integrations/index.mdx @@ -1,7 +1,7 @@ --- sidebar_position: 1 slug: index -title: "Cloud: Integrations with external services" +title: 'Cloud: Integrations with external services' description: Configure integrations with Hasura Cloud keywords: - hasura @@ -15,11 +15,13 @@ keywords: - monitoring framework --- -import HeadingIcon from "@site/src/components/HeadingIcon"; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Integrations with External Services -
Available on: Professional, Enterprise
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise +
## Overview diff --git a/docs/docs/observability/integrations/newrelic.mdx b/docs/docs/observability/integrations/newrelic.mdx index 5aa90d3ea18..c2c1dad6e91 100644 --- a/docs/docs/observability/integrations/newrelic.mdx +++ b/docs/docs/observability/integrations/newrelic.mdx @@ -1,7 +1,7 @@ --- sidebar_position: 2 description: New Relic Integration on Hasura Cloud -title: "Cloud: New Relic Integration" +title: 'Cloud: New Relic Integration' keywords: - hasura - docs @@ -14,12 +14,14 @@ keywords: sidebar_label: New Relic --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # New Relic Integration -
Available on: Professional, Enterprise
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/observability/integrations/opentelemetry.mdx b/docs/docs/observability/integrations/opentelemetry.mdx index 1bb8bdc07ef..765595720e6 100644 --- a/docs/docs/observability/integrations/opentelemetry.mdx +++ b/docs/docs/observability/integrations/opentelemetry.mdx @@ -2,7 +2,7 @@ sidebar_label: OpenTelemetry sidebar_position: 5 description: OpenTelemetry Integration on Hasura Cloud -title: "Cloud: OpenTelemetry Integration" +title: 'Cloud: OpenTelemetry Integration' keywords: - hasura - docs @@ -14,12 +14,14 @@ keywords: - open telemetry --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # OpenTelemetry Integration -
Available on: Professional, Enterprise
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/observability/integrations/prometheus.mdx b/docs/docs/observability/integrations/prometheus.mdx index e9bde50e575..d6c7baed054 100644 --- a/docs/docs/observability/integrations/prometheus.mdx +++ b/docs/docs/observability/integrations/prometheus.mdx @@ -2,7 +2,7 @@ sidebar_label: Prometheus sidebar_position: 4 description: Prometheus Integration on Hasura Cloud -title: "Cloud: Prometheus Integration" +title: 'Cloud: Prometheus Integration' keywords: - hasura - docs @@ -14,12 +14,14 @@ keywords: - grafana --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Prometheus Integration -
Available on: Professional, Enterprise
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction @@ -92,15 +94,15 @@ the exposed Integration. global: scrape_interval: 60s scrape_configs: - - job_name: "hasura_prometheus_exporter" + - job_name: 'hasura_prometheus_exporter' scrape_interval: 60s ## Recommended scrape interval is 60s - metrics_path: "/metrics" ## Replace with metrics Path of the connection URL - scheme: "https" ## Replace with the scheme of the connection URL + metrics_path: '/metrics' ## Replace with metrics Path of the connection URL + scheme: 'https' ## Replace with the scheme of the connection URL basic_auth: - username: "d01c60e1-1b11-564d-bb09-0a39e3e41b05" ## Replace with project ID - password: "IrhO3GlR8oXTfsdfdsNs8Nj" ## Replace with Access Token + username: 'd01c60e1-1b11-564d-bb09-0a39e3e41b05' ## Replace with project ID + password: 'IrhO3GlR8oXTfsdfdsNs8Nj' ## Replace with Access Token static_configs: - - targets: ["prometheus-exporter.pro.hasura.io"] ## Replace with the host name of the connection URL + - targets: ['prometheus-exporter.pro.hasura.io'] ## Replace with the host name of the connection URL ``` ## Checking the status of the integration diff --git a/docs/docs/observability/operations.mdx b/docs/docs/observability/operations.mdx index 4416c097bd9..f666011726e 100644 --- a/docs/docs/observability/operations.mdx +++ b/docs/docs/observability/operations.mdx @@ -1,7 +1,7 @@ --- sidebar_position: 5 sidebar_label: Operations -title: "Cloud: Operations" +title: 'Cloud: Operations' description: Hasura Cloud operation analysis keywords: - hasura @@ -10,12 +10,14 @@ keywords: - operations --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Operations -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction @@ -34,7 +36,7 @@ variables" which is disabled by default. When "Capture query variables" is enabled, you are able to inspect the query variables provided for each request. diff --git a/docs/docs/observability/overview.mdx b/docs/docs/observability/overview.mdx index 9f6f1493be9..c64bcc552dc 100644 --- a/docs/docs/observability/overview.mdx +++ b/docs/docs/observability/overview.mdx @@ -2,7 +2,7 @@ sidebar_label: Stats Overview sidebar_position: 2 description: Hasura Cloud stats overview -title: "Cloud: Stats Overview" +title: 'Cloud: Stats Overview' keywords: - hasura - docs @@ -10,12 +10,14 @@ keywords: - overview --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Stats Overview -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Overview diff --git a/docs/docs/observability/query-tags.mdx b/docs/docs/observability/query-tags.mdx index 5caa85a7da9..e38f230b34b 100644 --- a/docs/docs/observability/query-tags.mdx +++ b/docs/docs/observability/query-tags.mdx @@ -15,7 +15,9 @@ import HeadingIcon from '@site/src/components/HeadingIcon'; # Query Tags -
Available on: Standard, Professional, Enterprise
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise, Self-hosted Enterprise +
## Introduction diff --git a/docs/docs/observability/subscription-workers.mdx b/docs/docs/observability/subscription-workers.mdx index 06cbff782dc..b2deda99db7 100644 --- a/docs/docs/observability/subscription-workers.mdx +++ b/docs/docs/observability/subscription-workers.mdx @@ -2,7 +2,7 @@ sidebar_position: 7 sidebar_label: Subscription workers description: Hasura Cloud subscription workers -title: "Cloud: Subscription workers" +title: 'Cloud: Subscription workers' keywords: - hasura - docs @@ -10,12 +10,14 @@ keywords: - subscription-workers --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Subscription Workers -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Overview diff --git a/docs/docs/observability/tracing.mdx b/docs/docs/observability/tracing.mdx index cb615a2273a..01c819bc4aa 100644 --- a/docs/docs/observability/tracing.mdx +++ b/docs/docs/observability/tracing.mdx @@ -1,7 +1,7 @@ --- description: Distributed tracing with Hasura Cloud sidebar_label: Distributed tracing -title: "Cloud: Distributed tracing" +title: 'Cloud: Distributed tracing' keywords: - hasura - docs @@ -10,12 +10,14 @@ keywords: sidebar_position: 8 --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Distributed Tracing -
Available on: Standard, Professional, Enterprise
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise +
## Introduction diff --git a/docs/docs/observability/usage.mdx b/docs/docs/observability/usage.mdx index 6ac0f337bd1..19365d30cc2 100644 --- a/docs/docs/observability/usage.mdx +++ b/docs/docs/observability/usage.mdx @@ -2,7 +2,7 @@ sidebar_position: 4 sidebar_label: Usage summaries description: Hasura Cloud usage analysis -title: "Cloud: Usage summaries" +title: 'Cloud: Usage summaries' keywords: - hasura - docs @@ -11,12 +11,14 @@ keywords: - usage --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Usage Summaries -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
## Overview diff --git a/docs/docs/observability/websockets.mdx b/docs/docs/observability/websockets.mdx index 7092d90df49..e6766013475 100644 --- a/docs/docs/observability/websockets.mdx +++ b/docs/docs/observability/websockets.mdx @@ -2,7 +2,7 @@ sidebar_position: 6 sidebar_label: Websockets description: Hasura Cloud websockets analysis -title: "Cloud: Websockets" +title: 'Cloud: Websockets' keywords: - hasura - docs @@ -10,12 +10,14 @@ keywords: - websockets --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Websockets -
Available on: Cloud, Enterprise (Self-hosted)
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise, Self-hosted Enterprise +
## Overview diff --git a/docs/docs/policies/sla.mdx b/docs/docs/policies/sla.mdx index ee134d765d6..cb6e9ca9f41 100644 --- a/docs/docs/policies/sla.mdx +++ b/docs/docs/policies/sla.mdx @@ -12,7 +12,9 @@ sidebar_class_name: cloud-and-enterprise-icon # Hasura Cloud Service Level Agreement (SLA) -
Available on: Standard, Professional, Enterprise (Cloud)
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise +
## Overview diff --git a/docs/docs/queries/response-caching.mdx b/docs/docs/queries/response-caching.mdx index 0a65682985c..07079f8881c 100644 --- a/docs/docs/queries/response-caching.mdx +++ b/docs/docs/queries/response-caching.mdx @@ -1,7 +1,7 @@ --- description: Query response caching in Hasura Cloud sidebar_label: Response Caching -title: "Cloud: Query response caching" +title: 'Cloud: Query response caching' keywords: - hasura - docs @@ -12,11 +12,13 @@ sidebar_position: 3 sidebar_class_name: cloud-and-enterprise-icon --- -import HeadingIcon from "@site/src/components/HeadingIcon"; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Query Response Caching -
Available on: Cloud, Enterprise
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise, Self-hosted Enterprise +
## Introduction diff --git a/docs/docs/security/allow-list.mdx b/docs/docs/security/allow-list.mdx index 8dfe9688a78..59b5ec317c4 100644 --- a/docs/docs/security/allow-list.mdx +++ b/docs/docs/security/allow-list.mdx @@ -9,10 +9,10 @@ keywords: sidebar_position: 8 --- -import Tabs from "@theme/Tabs"; -import TabItem from "@theme/TabItem"; -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; # Allow List of Operations @@ -147,7 +147,9 @@ query ($id: Int!) { ## Role-based Allow List -
Available on: Cloud, Enterprise
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise, Self-hosted Enterprise +
A role-based Allow List is useful when you would like a query collection(s) to be accessible to only certain roles. @@ -220,7 +222,9 @@ Metadata API. ## Quick-create allowed operations -
Available on: Cloud
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise +
### Hasura Cloud diff --git a/docs/docs/security/api-limits.mdx b/docs/docs/security/api-limits.mdx index e89859a7fba..cffe82bca14 100644 --- a/docs/docs/security/api-limits.mdx +++ b/docs/docs/security/api-limits.mdx @@ -18,7 +18,9 @@ import HeadingIcon from '@site/src/components/HeadingIcon'; # API Limits -
Available on: Standard, Professional, Enterprise
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise, Self-hosted Enterprise +
## Introduction diff --git a/docs/docs/security/container-images.mdx b/docs/docs/security/container-images.mdx index 97292dca77e..97bbac71f42 100644 --- a/docs/docs/security/container-images.mdx +++ b/docs/docs/security/container-images.mdx @@ -1,5 +1,5 @@ --- -title: "Cloud: Marketplaces" +title: 'Cloud: Marketplaces' description: Hasura Cloud Marketplaces keywords: - hasura @@ -15,7 +15,9 @@ sidebar_class_name: cloud-and-enterprise-icon # Proactive Vulnerability Scanning of Container Images -
Available on: Cloud, Enterprise
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise, Self-hosted Enterprise +
## Overview diff --git a/docs/docs/security/disable-graphql-introspection.mdx b/docs/docs/security/disable-graphql-introspection.mdx index 9a61f064ac6..a80cff6b7b3 100644 --- a/docs/docs/security/disable-graphql-introspection.mdx +++ b/docs/docs/security/disable-graphql-introspection.mdx @@ -20,7 +20,9 @@ import HeadingIcon from '@site/src/components/HeadingIcon'; # Disable GraphQL Introspection -
Available on: Cloud, Enterprise
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise, Self-hosted Enterprise +
## Introduction diff --git a/docs/docs/security/index.mdx b/docs/docs/security/index.mdx index bbf7169c38f..7855bb9c4a0 100644 --- a/docs/docs/security/index.mdx +++ b/docs/docs/security/index.mdx @@ -1,6 +1,6 @@ --- description: Hasura Cloud Standard and Hasura Enterprise API Security -title: "Cloud & EE: API Security" +title: 'Cloud & EE: API Security' keywords: - hasura - docs @@ -13,13 +13,15 @@ slug: index sidebar_label: API security --- -import Thumbnail from "@site/src/components/Thumbnail"; -import HeadingIcon from "@site/src/components/HeadingIcon"; -import Security from "@site/static/icons/features/security.svg"; +import Thumbnail from '@site/src/components/Thumbnail'; +import HeadingIcon from '@site/src/components/HeadingIcon'; +import Security from '@site/static/icons/features/security.svg'; # API Security -
Available on: Cloud, Enterprise
+
+ Available on: Cloud Free, Cloud Standard, Cloud Professional, Cloud Enterprise, Self-hosted Enterprise +
## Introduction diff --git a/docs/docs/security/multiple-admin-secrets.mdx b/docs/docs/security/multiple-admin-secrets.mdx index e561610130d..ffa97869148 100644 --- a/docs/docs/security/multiple-admin-secrets.mdx +++ b/docs/docs/security/multiple-admin-secrets.mdx @@ -21,7 +21,9 @@ import HeadingIcon from '@site/src/components/HeadingIcon'; # Multiple Admin Secrets -
Available on: Standard, Professional, Enterprise
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise, Self-hosted Enterprise +
## Introduction diff --git a/docs/docs/security/multiple-jwt-secrets.mdx b/docs/docs/security/multiple-jwt-secrets.mdx index fd95fd1200d..ef00826a4b7 100644 --- a/docs/docs/security/multiple-jwt-secrets.mdx +++ b/docs/docs/security/multiple-jwt-secrets.mdx @@ -20,7 +20,9 @@ import HeadingIcon from '@site/src/components/HeadingIcon'; # Multiple JWT Secrets -
Available on: Standard, Professional, Enterprise
+
+ Available on: Cloud Standard, Cloud Professional, Cloud Enterprise, Self-hosted Enterprise +
## Introduction