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 Keypair API returns inconsistent results when called by admin vs. non-admin user when applying name / prefix filters on system scoped keys the user has been granted access...
## SUMMARY While running our workflows, we found out that some that are supposed to branch under some conditions don't execute until the expected last task on the second branch....
I've noticed that it's not possible to have multiple policies for a single action/workflow. This is something that would be really useful. Imagine a workflow that has a `user` and...
While configuring new setup and following the instructions in the documentation , unable to login as st2admin: Getting below error:
# Problem: We cannot re-run a child workflow task from a parent workflow. # Description Often times a parent workflow will only have 3 tasks. The child workflow will have...
Hello team, I'm the maintainer of [Anteon](https://github.com/getanteon/anteon). We have created Gurubase.io with the mission of building a centralized, open-source tool-focused knowledge base. Essentially, each "guru" is equipped with custom knowledge...
- I am trying to use ST2 REST API to get executions. - The request is as follows: ```sh curl -s \ -H 'Content-Type: application/json' -H "St2-Api-Key: ${ST2_API_KEY}"\ -k 'localhost:80/api/v1/executions?offset=0&limit=100&parent=null'...
### Summary: This PR addresses the issue where the `st2 run action pack.action -h` command fails with a `TypeError: '
## SUMMARY Provide a quick summary of your bug report. The API and Logs have the option to mask the secrets but the execution history in the GUI is showing...
**1# pytest-cov fix** While Stackstorm supports python 3.8 (rocky8), pytest-cov needs to be downgraded to 5.0.0. This was updated in https://github.com/StackStorm/st2/pull/6340 ``` ERROR: Ignored the following versions that require a...