RomanManz

Results 5 issues of RomanManz

Commit b9ddce5b948fb229126df449803ff0efbe657d66 adding return value to connectReqHandler * allows the connectReqHandler to return an error in order to interrupt requests when necessary Commit fff8ef11b152ec436838d748a1796424bcb5fe20 adding optional connectRespHandler * introduces optional...

Not much to say about this one :-) Just to support clients that still use SPDY/3.1.

The current version only works with callbacks not containing URL paths. Also added a sample using the public AcquireTokenInteractive flow.

This allows to return the full ca chain instead of returning only the leaf certificate. The change is backward compatible. Was there a security concern that I am not aware...

This proposal relates to https://github.com/hashicorp/terraform/issues/14523. It attempts to achieve the multi-bastion support by adding the possibility to specify a ssh_config file. It uses two environment variables `TF_USE_SSH_CONFIG` and `TF_SSH_CONFIG` in...

enhancement
provisioner/remote-exec