stackstorm-k8s
stackstorm-k8s copied to clipboard
K8s Helm Chart that codifies StackStorm (aka "IFTTT for Ops" https://stackstorm.com/) Highly Availability fleet as a simple to use reproducible infrastructure-as-code app
This label is redundant due to the secret not being generated via Stack Storm. Related to issue #393
These labels are not needed when an existing secret is provided. So removing them from the templated output. Related to issue #393
When providing an existing Auth or DataStore Key secret it generates a checksum of a file that is never needed. Sense the file is not used, the checksum becomes a...
I have developed a custom authentication backend called opscruise_keycloak for integration with StackStorm. This backend leverages the Keycloak Python library to seamlessly connect with Keycloak servers. During regular StackStorm installations,...
Hi, it states here https://docs.stackstorm.com/latest/packs.html#overriding-pack-defaults that "in StackStorm 3.7.0 we have introduced the override feature, so that the metadata of a packs resources can be overridden by configuration files. This...
We have all the proper graceful shutdown settings for actionrunner and workflow, but we are still seeing action executions get stuck in a running state. At a mininum they should...
I was getting this error in rabbitmq pods greater than 0. ``` Failed to merge schema: Bad cookie in table definition rabbit_user_permission rabbitmq ``` I ended up finding [this solution](https://stackoverflow.com/a/70270958)...
Installed helm chart however its not success. `helm install stackstorm-k8s-ha .\stackstorm-ha-0.110.0.tgz --namespace=myspace` Depended pods are failing to install due these pods are non-root and hence doesn't have access to directories....
### More detailed information about failure: ``` PS C:\Users\user\repo> helm install stackstorm-ha .\stackstorm-ha-0.110.0.tgz --namespace=myspace --debug install.go:194: [debug] Original chart version: "" install.go:211: [debug] CHART PATH: C:\Users\user\repo\stackstorm-ha-0.110.0.tgz client.go:133: [debug] creating 49...
stderr: "Traceback (most recent call last): File "/opt/stackstorm/st2/lib/python3.8/site-packages/python_runner/python_action_wrapper.py", line 395, in obj.run() File "/opt/stackstorm/st2/lib/python3.8/site-packages/python_runner/python_action_wrapper.py", line 214, in run output = action.run(**self._parameters) File "/opt/stackstorm/packs/email/actions/send_email.py", line 54, in run s = SMTP(account_data['server'],...