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...
I have a use-case where I need to use Signed SSH Certificates to log into remote servers to run remote-shell-cmd and remote-shell-script runners. The underlying paramiko library supports this by...
Fix the bug of calculating the length of parameters in st2, when encountering Chinese, etc., non-English characters, the old calculation method will be shorter than the actual length, causing the...
### Summary When providing RSA private keys (especially in single-line format or missing proper PEM line breaks), the `_get_pkey_object` method fails with `paramiko.SSHException`, even for valid keys. ### Environment -...
### WHAT: This PR updates the get_all method of API V1 KeyValue controller so that if it's called by a non-admin user, instead of iterating over a list of keys...
## SUMMARY Testing **st2-run-pack-tests** with st2 **3.9dev** seems to be broken ### STACKSTORM VERSION Paste the output of ``st2 --version``: ```bash /opt/stackstorm# st2 --version st2 3.9dev (49f61fc), on Python 3.10.12...