Chris Flanagan
Chris Flanagan
It looks like someone else may have already submitted a PR that would fix this: https://github.com/rundeck/rundeck/pull/7763
Can we get some eyes on this? As it stands, Rundeck will not connect to any host running OpenSSH >8.8 without changing each and every one of their /etc/ssh/sshd_config files...
We are using Terraform to deploy the helm chart, and Terraform has a vault provider which can inject secrets into the values. In particular, we generate the secrets during the...
Here is the terraform call creating the helm release so you have access to the (templated) values being used, in case you want that info as well: ``` module "stackstorm_cluster"...
For what it's worth, putting Mongo back into high-availability seems to have taken care of that problem, and it would appear the reason for me setting it to standalone has...
Not sure anything is ever going to change with this. This is how I ended up working around it: ``` # log into vault echo "getting passwords from vault..." export...