st2-docker
st2-docker copied to clipboard
StackStorm docker-compose deployment
### Problem I tried to install StackStorm on Docker using this repository's guide without any changes done to the files. After executing `docker-compose`, every service that depends on the `mongo`...
- adding keycloak locally at 3011 - enabling RBAC by default - creating RBAC definitnions - enabling SSO with saml by default in the GUI and BACKEND
**Is your feature request related to a problem? Please describe.** Since st2 uses a lot of root files, any underlying k8s configuration that blocks running containers as root (such as...
Hello everyone. I am trying to raise st2-docker with replicaset in mongodb. I have seen in the documentation that it is possible, by changing the host in st2.conf. What changes...
**Describe the problem** I have installed stackstorm docker way on my m1 mac, but when I do docker-compose exec st2client bash and inside container I run st2ctl status, none of...
**Describe the problem** * Bring up st2-docker * Restart the Docker service * Some of the containers do not recover properly, and throw stack traces **Versions** - Host OS: Ubuntu...
**Is your feature request related to a problem? Please describe.** Only becomes a problem if you enable SSL, and at that point it is a blocker **Describe the solution you'd...
**Describe the problem** A clear and concise description of what the problem is. **Versions** - Host OS: Fedora 33 And Ubuntu 18.04 - docker: Docker version 20.10.3, build 48d30b5 -...
Now that BATS testing is in place I think it would be good to add in a way to allow developers to create their own BATS testing files that get...