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...
When I attempt to run the `Makefile` locally on my M1 MacBook (unsure if that's related) I hit this error: ``` ================== INSTALL RUNNERS ==================== # NOTE: We use xargs...
To enable offline testing of StackStorm rules (i.e. in a CI pipeline) this PR allows `st2-rule-tester` to run w/o a MongoDB connection (which was the only external requirement the script...
### Discussed in https://github.com/StackStorm/st2/discussions/6205 Originally posted by **Abhi5h3k** May 24, 2024 ## SUMMARY I have encountered an unexpected behavior while working with StackStorm workflows involving encrypted data stored in the...
In https://github.com/StackStorm/stackstorm-k8s/pull/401, I'm adding support for SSL/TLS between internal components of StackStorm. `st2auth` has out-of-the-box support for SSL/TLS. Meanwhile `st2stream` and `st2api` did _not_ and required placing a TLS proxy...
## SUMMARY If there's any issues with the JSON schema for an inquiry, when you click on the inquiry in the UI, it sends you to a blank page ###...
I'd like to request the ability to manually delete or cancel pending Inquiries in the cases where Garbage Collection for Inquiries is not turned on or the TTL is set...
Stackstorm is a powerful platform, But can we assign action to specific worker just like jenkins does?
## SUMMARY Does core.ask work with join? ### STACKSTORM VERSION Paste the output of ``st2 --version``: st2 3.8.1, on Python 3.8.10 ##### OS, environment, install method VM Ubuntu 20.04 ##...
I was testing st23.9 dev on Rhel9, st2auth fails to startup with following error. Downgrading bcrypt to fix the [known bug in 4.1.2 ](https://github.com/langflow-ai/langflow/issues/1173)
Based on the updates done in #6157, I merged in the changes that @cognifloyd did on master into the changes that @nzlosh was working on. From here I am going...