Eugen

Results 77 issues of Eugen

> Related to: [Include st2web](https://github.com/StackStorm/chef-stackstorm/issues/24) Install `st2chatops` package, configure settings (Slack, IRC, Hipchat etc). Allow multi-node setup (external `st2chatops` talking to remote `st2api`, `st2auth`, `st2stream`).

feature

Current [st2.conf](https://github.com/StackStorm/st2/blob/master/conf/st2.package.conf) settings, codified in this recipe is just minimal set of recommendations. Switch to https://github.com/StackStorm/st2/blob/master/conf/st2.conf.sample which includes more advanced configuration changes, that might be needed in a real `prod`...

enhancement

![](https://i.imgur.com/OApIt6V.png) This screenshot demonstrates what I mean. Such behavior is documented somewhere (don't remember exactly where), but I found it not so user-friendly. I think that bot should react in...

wontfix

Sign the StackStorm Docker images during the build CI/CD process so image consumers can ensure that the StackStorm images they pull from Docker Hub repository are signed. See https://docs.docker.com/engine/reference/commandline/trust/ and...

CI/CD
feature
security

> Will close #395 #396 As mistral is deprecated (https://github.com/StackStorm/st2/issues/4762), this repository now only contains the `st2` packaging scriptlets and build instructions for producing `deb`/`rpm` artifacts. With that, it makes...

status:under discussion
feature
gathering feedback

`curl|bash` installer creates a `~/.st2/config` file containing StackStorm login creds with read-all permissions: ``` $ ls -la ~/.st2/config -rw-r--r-- 1 vagrant vagrant 54 May 23 14:09 /home/vagrant/.st2/config ``` This way...

bug
bash installer
security

Current installer writes the username/password pair in `~/.st2/config`. https://github.com/StackStorm/st2-packages/blob/480f09944e4a22125d2d8f372aae6506fd451a25/scripts/st2bootstrap-deb.sh#L322-L324 The new way is to use `st2 login --save-password` which is more smart and really authenticates and saves credentials. Bonus: Apply...

enhancement
bash installer
good first issue

### Problem During the https://github.com/StackStorm/ova/pull/68 work, we've found it's a common case when services are started during machine boot time in not the best order, eg. `st2api` is up and...

enhancement

> Originally proposed here https://github.com/StackStorm/discussions/issues/111 - find "**Manual way (ChatOps)**" paragraph. ![](https://cloud.githubusercontent.com/assets/1533818/11052712/ebd23750-875a-11e5-8864-4f570d655a9d.png) In a long-term It's useful to have more ChatOps around the packages. Commands/statuses/web hooks. For example, ability to...

feature

In `curl | bash` script we configure mongo with [specific username/password and permissions](https://github.com/StackStorm/st2-packages/blob/142e95b2f996dcf06edaa4a4d82fe38d9f0457d9/scripts/st2bootstrap-deb.sh#L228-L250). During the `apt/yum install` we automatically trigger [`st2ctl reload --register-runners --register-fail-on-failure`](https://github.com/StackStorm/st2-packages/blob/a7e266da6a13fd035cb36701c18c12585ddd89d2/packages/st2/rpm/postinst_script.spec) via packaging `postinst`. That fails, because...

bug