Skip to content

Commit ba8bf3a

Browse files
committed
Merge branch 'installer_changes' of github.com:StackStorm/st2docs into installer_changes
2 parents 38bd955 + a541855 commit ba8bf3a

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
By default when dependent services such as MongoDB, RabbitMQ and PostgreSQL are installed, they
22
have authentication disabled or use a default static password. As such, after you install those
3-
services you should configure them and enable authentication with a strong randomly generated
3+
services you should configure them and enable authentication with strong randomly generated
44
passwords.
55

6-
Configuring authorization and passwords for those services is out of the scope of this documents,
7-
but for more information you can refer to the links below.
6+
Configuring authorization and passwords for those services is out of the scope for this documentation.
7+
For more information refer to the links below:
88

99
* MongoDB - https://docs.mongodb.com/manual/tutorial/enable-authentication/, https://docs.mongodb.com/manual/core/authorization/
1010
* RabbitMQ - https://www.rabbitmq.com/authentication.html
@@ -13,7 +13,7 @@ but for more information you can refer to the links below.
1313
After you enable authentication for those components, you will also need to configure StackStorm
1414
services so they can talk to them.
1515

16-
This means editing editing the following configuration file options:
16+
This means editing the following configuration options:
1717

1818
1. StackStorm config - ``/etc/st2/st2.conf``
1919

@@ -26,21 +26,21 @@ This means editing editing the following configuration file options:
2626
* ``database.connection`` - PostgreSQL database connection string (``postgresql://<username>:<password>@<hostname>/mistral``)
2727
* ``transport_url`` - RabbitMQ transport url (``rabbit://<username>:<password>@<hostname>:5672``)
2828

29-
In addition to that, you are strongly encouraged to follow other best practices for running network
29+
In addition, you are strongly encouraged to follow these best practices for running network
3030
services:
3131

32-
* Ensure communication between services is encrypted an enable SSL / TLS for all the services -
32+
* Ensure communication between services is encrypted. Enable SSL / TLS for all the services -
3333
MongoDB, RabbitMQ, PostgreSQL.
34-
* Configure services to only listen on localhost and where needed, also internal IP address. There
34+
* Configure services to only listen on localhost, and where needed, internal IP addresses. There
3535
is usually no need for most services which are used by |st2| (MongoDB, RabbitMQ, PostgreSQL) to
3636
be available to the public and listen on an external (public) IP address.
37-
* Configure firewall and set up a whitelist. You should set up a firewall and only allow services
37+
* Configure a firewall and set up a whitelist. You should set up a firewall and only allow services
3838
and users which need access to the services to be able to access them. API and auth service
3939
usually need to be accessible to your users, but other dependent services such as MongoDB,
40-
RabbitMQ and PostgreSQL aren't and shouldn't be directly accessible to the users should be
41-
locked down and only StackStorm components should be allowed to talk to them.
42-
* Where possible and available, you should also utilize additional network based isolation and
43-
security features such as VLANs.
40+
RabbitMQ and PostgreSQL aren't. These should not be directly accessible by users, and only
41+
StackStorm components should be allowed to talk to them.
42+
* Where possible and available, you should also utilize additional network-based isolation and
43+
security features such as DMZs.
4444

45-
Steps mentioned above are especially important for distributed production deployments where |st2|
45+
The steps mentioned above are especially important for distributed production deployments where |st2|
4646
components are running on multiple servers.

docs/source/install/deb.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ If you already run a Hubot instance, you only have to install the `hubot-stackst
289289

290290
* That's it! Go to your Chat room and begin ChatOpsing. Read more in the :doc:`/chatops/index` section.
291291

292-
A note on security
292+
A Note on Security
293293
------------------
294294

295295
.. include:: common/security_notes.rst

docs/source/install/rhel6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ If you already run Hubot instance, you only have to install the `hubot-stackstor
360360

361361
* That's it! Go to your Chat room and begin ChatOps-ing. Read more in the :doc:`/chatops/index` section.
362362

363-
A note on security
363+
A Note on Security
364364
------------------
365365

366366
.. include:: common/security_notes.rst

docs/source/install/rhel7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ If you already run Hubot instance, you only have to install the `hubot-stackstor
330330

331331
* That's it! Go to your Chat room and begin ChatOps-ing. Read more in the :doc:`/chatops/index` section.
332332

333-
A note on security
333+
A Note on Security
334334
------------------
335335

336336
.. include:: common/security_notes.rst

0 commit comments

Comments
 (0)