Carl Bourne

Results 47 comments of Carl Bourne

Sorry for the delay. OK could we maybe just unmarshall the UPN in this case then. I'm going to need this for a specific requirement. Maybe for the others we...

Hey - any updates on this one ? Is this something that can be implemented ?

I would agree that this seems like a good approach. 

Assume there's nothing in here that might help: https://pkg.go.dev/golang.org/x/crypto/cryptobyte https://go.googlesource.com/crypto/+/master/cryptobyte/asn1.go

Wondering if this helps with this issue. https://go.dev/play/p/DAzfVZ9HnT0

Actually thinking this through a little more it's more about a working demo in k3s/k3d rather than it needing to be Rancher Desktop specific.

I've also broken down my commands as follows: ```json { "attachStdin": true, "attachStdout": true, "command": [ "sh", "-c", "/'touch /test.txt/'" ], "tty": true } ``` However, I'm still unable to...

No - I'll give that a try. Thanks, Carl Sent from my iPhone > On 22 Dec 2016, at 16:48, Alex Kurkin wrote: > > Have you tried using /v1/...

Just tried the V1 API. Seems to be the same behaviour.