st2
st2 copied to clipboard
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 i...
## SUMMARY 404 not find ### STACKSTORM VERSION [root@WGSHV144448 actions]# st2 --version st2 3.8.0, on Python 3.6.8 ##### OS, environment, install method Install on Centos7 ## Steps to reproduce the...
## SUMMARY All action Chains are running together. It should run after the execution of first action-chain is complete. st2 3.7.0, on Python 3.8.10 ## Steps to reproduce the problem...
## SUMMARY We have few incidents of actions inside the chain triggered/executed twice within a chain which causing issue to the customer. We are unable to track down the root...
# Why #4928 # How Per @guzzijones's recommendation logic needed to be added to cycle the sensor if the token is expired based of the TTL of the token
## Issue Description When I launch multiple workflows at the same time in StackStorm, I've noticed that the execution time of my workflows increases significantly. ### STACKSTORM VERSION st2 3.7.0,...
## SUMMARY Python actions leak sensitive data when viewing processes ### STACKSTORM VERSION st2 3.7.0, on Python 3.8.13 ##### OS, environment, install method RHEL8, instance and mongoDB running on the...
Many of the actions in the project, or custom actions, require the password to be encrypted. Is it possible to encrypt the password or encrypt the entire file stored in...
##### SUMMARY Actions are not removed when upgrading/downgrading packs. ##### ISSUE TYPE - Bug Report ##### STACKSTORM VERSION Paste the output of `st2 --version`: st2 3.0dev (7524cc8), on Python 2.7.12...
Stackstorm v3.8.0 running on RHEL 7.9 Stackstorm instance is running behind firewall, there is no access to intenet, there is no proxy servers for instance either. stackstorm can't access index.json...
When a Pack is installed on Stackstorm using `pack install` - stackstorm performs a clone on the Repo ([Code](https://github.com/StackStorm/st2/blob/dfab25aab0468f330a635db55f01286523217135/st2common/st2common/util/pack_management.py#L205)) - however this results in any submodules present in the repo...