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...
With mistral workflows resulting execution json included all subtasks info including their statuses. It was very convenient for instance for building extended statuses for chatops output with aliases. With orquesta...
One of orquesta sub-workflow alaways get stuck after scheduled. Version is v3.4.1 running on RHEL 7  In the chart, orqusta sub-flow is scheduled at 03:35:12UTC with running status, but...
## SUMMARY I have a role defined for the pack and have pack_all permission but when i try to install it errors stating that the access to action_execute for packs.install...
When running an action that makes an internal HTTP call (from inside python with requests) that returns a lot of data. The called service is completing and returning HTTP payload...
## SUMMARY This is actual a cross-post for a st2chatops issue https://github.com/StackStorm/st2chatops/issues/167 st2chatops will not start using the Rocket.Chat adapter in a VM and configured in Docker. ### STACKSTORM VERSION...
## SUMMARY It seems that when the virtualenv's are built that some weird version of pip gets installed and I'm not sure where this is coming from. I even upgraded...
## SUMMARY I am attempting to add code to wrap ST2 actions to authorize against Azure AD and Slack Channel Memberships. As such there are some py dependencies required for...
## SUMMARY I have a special user on my st2 machines that has permissions for installing packs. This is also the same user listed in the st2.conf file as the...
Currently, auth tokens are stored in the database as is and unencrypted. If the st2 database is compromised, all the auth tokens connected to the users can be misused. Instead...
Getting these errors while connecting to redis with SSL. A normal action runs fine, sensor seems to be having problem. I did try to use the fixes mentioned in https://github.com/eventlet/eventlet/issues/371...