StackStorm / st2

StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, incident responses, troubleshooting, deployments, and more for DevOps and SREs. Includes rules engine, workflow, 160 integration packs with 6000+ actions (see https://exchange.stackstorm.org) and ChatOps. Installer at https://docs.stackstorm.com/install/index.html
https://stackstorm.com/
Apache License 2.0
6.09k stars 746 forks source link

St2web#1030 - add no-store cache-control header #6262

Closed fdrab closed 1 month ago

fdrab commented 1 month ago

In order to prevent workflow editor from presenting a cached version of opened workflow (instead of the up to date one) add cache-control for / location at the end of nginx st2.conf file.

Shouldn't affect any other locations.

CLAassistant commented 1 month ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: fdrab
:x: vagrant


vagrant seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

fdrab commented 1 month ago

I'm not very good at git. Let me fix this

fdrab commented 1 month ago

I'll fix my fork first and will create another PR