-
Patching your Kubernetes nodes is one of the solid use cases that I found. But there is a need to brainstorm and find other use-cases. I believe there are many use cases that are yet to be discovered.
-
# Problem formulation
At the highest level StackStorm needs to be able to support the following -
1. red-black / blue-green upgrade but basically http://cloudnative.io/blog/2015/02/the-dos-and-donts-…
-
### User Story
As a privileged user (ops/sysadmin) I want to be able to apply one off commands (for debugging/fixes) and/or run my configuration management solution through Chatops/Slack/Rocketchat. …
-
Hello All,
I'm trying to integrate zabbix with stack storm and the integration is failing when i am trying to run the script
/opt/stackstorm/virtualenvs/zabbix/bin/python /opt/stackstorm/packs/za…
-
When running `pip install st2sdk` it fails with the following error
```
[root@stackstorm bin]# source /opt/stackstorm/st2/bin/activate
(st2) [root@stackstorm bin]# pip install st2sdk
Collecting …
-
From the docs its clear that stackstorm supports LDAP and PAM. Is it possible to use keycloak for authentication?
-
Hi guys;
I've been facing the next issue when I run the /opt/stackstorm/packs/zabbix/tools/register_st2_config_to_zabbix.py.
File "/opt/stackstorm/packs/zabbix/tools/register_st2_config_to_zabbi…
-
To prevent unhelpful error messages like this:
```
[cent@st2 kafka]$ st2 run kafka.produce topic='test' message='Hello from stackstorm'
.
id: 5cd40d3152364c11e30049b3
status: failed
parameters…
-
Add more details, including command examples, to step 4 of [Releasing information](https://github.com/stackstorm/stackstorm-k8s/?tab=readme-ov-file#releasing-information) to follow for the next releas…
-
Calling the action alias help endpoint results in 500 when RBAC is enabled and the action_alias_help permission grant if specified in a role.
St2 version: st2 3.3.0, on Python 3.6.8
OS: CentOS…