Skip to content

Commit 031b6f5

Browse files
author
Caen Jones
authored
Update production.rst
1 parent c26812e commit 031b6f5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

doc/sphinx-guides/source/container/running/production.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Production
22
==========
33

4+
.. _production-security-warning:
5+
6+
The :doc:`demo` tutorial is **NOT SECURE BY DEFAULT**. It uses public, hardcoded passwords and secrets for demonstration purposes only.
7+
8+
If you use the demo as a structural template, you MUST replace all default secrets before deploying your instance. Failure to do so will result in a vulnerable production environment.
9+
410
.. contents:: |toctitle|
511
:local:
612

@@ -11,7 +17,7 @@ As of Dataverse 6.8, when we introduced image tagging per version (see the :ref:
1117

1218
The images and the documentation is not perfect, of course.
1319

14-
For now, we recommend following the :doc:`demo` tutorial. It will help you learn how to configure and secure your installation. Not that instead of "latest" you might want to select a specific version. Again see :ref:`app-image-supported-tags`.
20+
For now, we recommend following the :doc:`demo` as a structural template. Note that instead of "latest" you might want to select a specific version. Again see :ref:`app-image-supported-tags`.
1521

1622
The Dataverse guides were originally written with a non-Docker installation in mind so we'd like rewrite them with both Docker and non-Docker in mind. This is a big job, obviously. 😅 We know we'd like to write more about ports. We'd like to explain `how to set up Rserve <https://github.com/IQSS/dataverse/issues/11731>`_. Etc., etc.
1723

@@ -30,4 +36,4 @@ Please try the images (see :doc:`demo`) and give feedback (see :ref:`helping-con
3036
Alternatives
3137
------------
3238

33-
The traditional (non-Docker) installation method is described in the :doc:`/installation/index`.
39+
The traditional (non-Docker) installation method is described in the :doc:`/installation/index`.

0 commit comments

Comments
 (0)