Skip to content

Commit 38bd955

Browse files
committed
Add a note on randomly generated service passwords by the installer
script.
1 parent ecc5ecf commit 38bd955

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. note::
2+
3+
For security reasons, installer script enables authentication and generates random passwords
4+
for dependent services such as MongoDB and PostgreSQL.
5+
6+
If for some reason (e.g. debugging), you need to access those services directly you can find
7+
passwords in the config files - ``/etc/st2/st2.conf`` for MongoDB and RabbitMQ password and
8+
``/etc/mistral/mistral.conf`` for PostgreSQL password.

docs/source/install/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Once it completes successfully, you will see the following output:
4242
Thanks for installing StackStorm! Come visit us in our Slack Channel
4343
and tell us how it's going. We'd love to hear from you!
4444

45+
.. include:: __installer_passwords.rst
46+
4547
.. rubric:: Installations
4648

4749
.. toctree::
@@ -55,4 +57,3 @@ Once it completes successfully, you will see the following output:
5557
Brocade Workflow Composer <bwc>
5658
config/index
5759
upgrades
58-

0 commit comments

Comments
 (0)