elongstreet88

Results 8 comments of elongstreet88

Is this PR still workable or did another workaround get put in place? Still dealing with trailing zeros in 2021.

Also receiving this with Terraform v0.12.29

> Appears to work if you enable basic auth in winrm: > > `winrm set winrm/config/service/auth @{Basic="true"}` Did you have to set AllowUnencrypted=true as well? If this provider doesn't support...

Based on winrm requirements for other Go/terraform providers/provisioners I've passed by, i wouldn't be surprised if this is the case. I would think at a minimum, these needs to be...

Looking at the downstream winrm provider [https://github.com/masterzen/winrm], it looks like the following restrictions are required: ``` Preparing the remote Windows machine for Basic authentication This project supports only basic authentication...

> For the technical preview, we wanted to start with basic auth. We'll investigate whether it's possible to support Kerberos or other more secure forms of authentication. We currently have...

So i've been looking at this as well. I think a better option would be to pass a "latest_prefix" as an argument or just simply honor the prefix when provided....

This addresses https://github.com/DeanWay/fastapi-versioning/issues/67