Skip to content

Commit

Permalink
Doc wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd authored Oct 2, 2021
1 parent 751c1eb commit 8b90041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/st2.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ workflows_pool_size = 40
[api]
# List of origins allowed for api, auth and stream
allow_origin = http://127.0.0.1:3000 # comma separated list allowed here.
# SameSite attribute value for the auth-token cookie we set on successful authentication from st2web. If you don't have a specific reason (e.g. supporting old browsers) you are recommended to set this value to strict.
# SameSite attribute value for the auth-token cookie we set on successful authentication from st2web. If you don't have a specific reason (e.g. supporting old browsers) we recommend you set this value to strict.
# Valid values: strict, lax, none, None
auth_cookie_same_site = lax
# True if secure flag should be set for "auth-token" cookie which is set on successful authentication via st2web. You should only set this to False if you have a good reason to not run and access StackStorm behind https proxy.
Expand Down
2 changes: 1 addition & 1 deletion st2common/st2common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def register_opts(ignore_errors=False):
choices=["strict", "lax", "none", "None"],
help="SameSite attribute value for the "
"auth-token cookie we set on successful authentication from st2web. If you "
"don't have a specific reason (e.g. supporting old browsers) you are recommended to "
"don't have a specific reason (e.g. supporting old browsers) we recommend you "
"set this value to strict.",
),
]
Expand Down

0 comments on commit 8b90041

Please sign in to comment.