From 21769eaff5dce7d899c54aebb0115985eada0af0 Mon Sep 17 00:00:00 2001 From: Stefano Baghino <43749967+stefanobaghino-da@users.noreply.github.com> Date: Thu, 24 Feb 2022 11:51:08 +0100 Subject: [PATCH] Move Daml Helm Chart and Auth0 setup pages to early access (#13052) Add a disclaimer that these pages do not work with Daml 2.0 but are under active development. Closes #13038 Closes #13039 changelog_begin changelog_end --- docs/configs/pdf/index.rst | 1 + docs/source/index.rst | 1 + docs/source/operating-daml.rst | 1 - docs/source/ops/connect/auth0.rst | 7 +++++++ docs/source/ops/connect/helm.rst | 7 +++++++ 5 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/configs/pdf/index.rst b/docs/configs/pdf/index.rst index c6eba9109d..747a9f60fd 100644 --- a/docs/configs/pdf/index.rst +++ b/docs/configs/pdf/index.rst @@ -97,6 +97,7 @@ Early Access Features tools/visual concepts/interoperability tools/non-repudiation + ops/connect/index Daml Ecosystem -------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index ecd007e898..04127e829b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -96,6 +96,7 @@ Daml Documentation tools/visual concepts/interoperability tools/non-repudiation + ops/connect/index .. toctree:: :titlesonly: diff --git a/docs/source/operating-daml.rst b/docs/source/operating-daml.rst index b1e97c4bf8..9bdb7278cc 100644 --- a/docs/source/operating-daml.rst +++ b/docs/source/operating-daml.rst @@ -7,5 +7,4 @@ Operating Daml .. toctree:: :maxdepth: 2 - ops/connect/index ops/pruning \ No newline at end of file diff --git a/docs/source/ops/connect/auth0.rst b/docs/source/ops/connect/auth0.rst index e11aff9f73..1f866a187e 100644 --- a/docs/source/ops/connect/auth0.rst +++ b/docs/source/ops/connect/auth0.rst @@ -6,6 +6,13 @@ Setting Up Auth0 ================ +.. note:: + + This is an Early Access feature. Note that this feature does not currently + work with Daml 2.0. These docs refer to and use Daml 1.18. The feature is + under active development and it will soon be available for the 2.x major + release series. + In this section, we will walk through a complete setup of an entire Daml system using Auth0 as its authentication provider. diff --git a/docs/source/ops/connect/helm.rst b/docs/source/ops/connect/helm.rst index 0c378993db..d6c835a899 100644 --- a/docs/source/ops/connect/helm.rst +++ b/docs/source/ops/connect/helm.rst @@ -6,6 +6,13 @@ Daml Helm Chart =============== +.. note:: + + This is an Early Access feature. Note that this feature does not currently + work with Daml 2.0. These docs refer to and use Daml 1.18. The feature is + under active development and it will soon be available for the 2.x major + release series. + We provide an Early Access version of the Helm Chart for Daml Enterprise customers. This page contains documentation for that Helm chart.