st2 icon indicating copy to clipboard operation
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...

Results 285 st2 issues
Sort by recently updated
recently updated
newest added

## SUMMARY While using the action runner type "local-shell-script", the action always try to set execute permission for the action script before the execution. For example, action runner logs for...

bug
good first issue
runners

I have a workflow with a concurrency policy that only allows 1 instance of the Action to run at a time. But i could see that the sequence followed here...

If you attempt to perform a pack install from a git repo it uses root ssh keys. From docs: >For SSH (URLs starting with git@) auth you have to create...

bug
security

Receiving that err for mongo atlas connection with stackstorm in kubernetes: 2021-12-27 12:39:16,014 INFO [-] Patching sys.stdout and re-opening it with utf-8 encoding (originally opened with UTF-8 encoding)... 2021-12-27 12:39:16,016...

## SUMMARY st2 trace list does not have the correct execution ID. When an execution is made using the trace-tag, in the list of traces "st2 trace list" the execution...

WIth Powershell 7 being multiplatform, can support be added? We are primarily Windows so being able to run scripts (hit an API being one big one) would negate the need...

enhancement
feature

## SUMMARY Using Consul as a coordinator backend, installing packs fails with errors. ### STACKSTORM VERSION ``` # st2 --version st2 3.5.0, on Python 3.6.8 ``` ##### OS, environment, install...

bug
external dependency

Saw that issue: https://forum.stackstorm.com/t/is-it-possible-to-execute-an-action-synchronously-with-the-api/99 So thought a good Async to sync ST execution can be in the following form. concatenating `sync/` for the relevant new endpoints. Asynchronous Pattern: > With...

enhancement

## SUMMARY Provide a quick summary of your bug report. ### STACKSTORM VERSION 3.5 ##### OS, environment, install method Post what OS you are running this on, along with any...

bug

##### SUMMARY There are some cases where it would be nice to share python code between packs. For example: I'm writing a pack for the PRTG monitoring tool. I'm coding...

feature