You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run local and remote shell actions, |st2| uses a special system user (default ``stanley``).
124
126
For remote Linux actions, SSH is used. It is advised to configure identity file based SSH access on all remote hosts. We also recommend configuring SSH access to localhost for running examples and testing.
125
127
@@ -206,10 +208,11 @@ To set up authentication with File Based provider:
206
208
# Check that it works
207
209
st2 action list
208
210
209
-
Check out :doc:`/reference/cli` to learn convinient ways to authenticate via CLI.
211
+
Check out :doc:`/reference/cli` to learn convenient ways to authenticate via CLI.
210
212
211
213
Install WebUI and setup SSL termination
212
214
---------------------------------------
215
+
213
216
`NGINX <http://nginx.org/>`_ is used to serve WebUI static files, redirect HTTP to HTTPS,
214
217
provide SSL termination for HTTPS, and reverse-proxy st2auth and st2api API endpoints.
215
218
To set it up: install `st2web` and `nginx`, generate certificates or place your existing
@@ -274,7 +277,6 @@ For example, to see the endpoint for getting actions, invoke
274
277
275
278
st2 --debug action list
276
279
277
-
278
280
Setup ChatOps
279
281
-------------
280
282
@@ -328,8 +330,14 @@ If you already run Hubot instance, you only have to install the `hubot-stackstor
328
330
329
331
* That's it! Go to your Chat room and begin ChatOps-ing. Read more in the :doc:`/chatops/index` section.
330
332
333
+
A note on security
334
+
------------------
335
+
336
+
.. include:: common/security_notes.rst
337
+
331
338
Upgrade to Brocade Workflow Composer
332
339
------------------------------------
340
+
333
341
Brocade Workflow Composer is deployed as an addition on top of StackStorm. You will need an active
334
342
Brocade Workflow Composer subscription, and a license key to access Brocade Workflow Composer repositories.
335
343
To add your license key, replace ``${BWC_LICENSE_KEY}`` in the command below with the key you received when
0 commit comments