Eugen

Results 145 comments of Eugen

Nice! Thanks for the research :+1: Good to see 4.4 is available now everywhere. So short-term, looks like we need to update the st2-packages (@StackStorm/tsc), puppet-st2 (@rush-skills @bishopbm1), K8s &...

Thanks for the detailed bug report and workflow example. Just to confirm, you're not running Orquesta in HA environment? Eg. It's a single server with a single Orquesta service running?...

Try to use the full path for `ssh_config_file_path` instead of `~` ``` ssh_config_file_path = /home/stanley/.ssh/config ```

Thanks for the report. Sounds like a bug indeed. If you see any low-hanging fruits to fix the validation here and there, - contributions would be very welcome!

The comment about backward compatibility makes a lot of sense to me :+1: We could also add a deprecation warning to logs in the case when an old key format...

@ytjohn sounds like a regression then since the st2 `v3.5.0`?

The idea with the https://hub.docker.com/r/stackstorm/packagingtest/tags containers is that it comes with an init system and ssh and so you basically use it the same as a VM for testing. We...

+1, in Kubernetes environment all services die, respawn and get rescheduled to another nodes on a regular basis. It's a reality requirements to make StackStorm handle these cases as normal...

Currently, we have MongoDB as a backend for K/V store. The proposal as I understand is to make the K/V backend configurable (Vault, etc). @StackStorm/tsc @StackStorm/contributors any ideas about the...

We build and ship a single .rpm package that works for both CentOS/RHEL 8. Are there any native python 3.7 or 3.8 packages available for installation in CentOS 8 and...