Anton Whalley

Results 178 comments of Anton Whalley

@henrybarreto Thanks for the feedback and encouragement The PR for install.sh is here https://github.com/shellhub-io/shellhub/pull/4788 Once that's landed I'll update the docs. @itamcampos the install script PR above uses `sudo` to...

Added documentation PR https://github.com/shellhub-io/docs/pull/58

Hi @Kevalin It seems like you are debugging a crashed docker process rather than the node.js process. Can you confirm how you are running the docker container to obtain the...

HI @sanasz91mdev Self signed certs are currently not supported as the underlying S3 library only supports them as a build definition rather than a runtime definition https://github.com/durch/rust-s3/blob/32a5a69363cb74c86ed8b68f713ca14d8f5a2798/s3/src/request.rs#L58C28-L58C41 If you *must*...

That's strange - it looks like it is passed through the reqwest layer now but is getting thrown out by OpenSSL. This is surprising as we should be using `rstls`...

Ah that explains why you were getting the SSL errors. If you are using musl you need to keep the `"tokio-rustls-tls"` features too Not sure if you missed the standard...

`ssl-no-verify` isn't currently supported because of the static build item mentioned in this comment. https://github.com/IBM/core-dump-handler/issues/152#issuecomment-1876734976

Hi @calendlydf Not sure about the details of GCS SA's and how they integrate with GKS. If you could provide a link on how they work I can review and...