Jamie Greeff
Jamie Greeff
> > In the absence of this feature, are the keys at least stored securely? iDevices have some sort of secure enclave if I'm not mistaken. Are my private keys...
> The secure enclave doesn't support native GPG, so won't the sure enclave just be unwrapping the private key and that will be now be in userland memory for the...
Works perfectly for me first time with a Yubikey 5 NFC + iPhone X. It would be a nice addition to have a setting to keep the PIN number in...
pvscsi drivers are not included by default during the Windows installation, you need to load the drivers from VMware tools in the Autounattend.xml file. Something like: ``` b:\ ``` And...
Have you tried loading the pvscsi drivers like I suggested above?
@jmturner Thanks for trying Pix out! Got to be honest, I'm struggling to find the time to work on this. But when I last left off, I was indeed working...
Seems like a lot of work for the entire ecosystem when all malicious authors would have to do is just switch to running malware on first run via require/import instead...
Use the implicit grant type? Encouraging users to put the client secret in their app is not a good idea and previously suggested ways of solving this by "putting it...
I have a patch that allows setting DNS extra_records in the headscale config that I've been using since December, it works pretty well for my use case. https://github.com/madjam002/headscale/commit/b9f05fca8d7fcc246b44a0495587b9de1582049c You can...
I am using this with Kubernetes and the NGINX Ingress Controller. With this PR it's now possible to attach annotations to an Ingress resource like so: ``` nginx.ingress.kubernetes.io/auth-url: "http://unix:/var/run/tailscale/tailscale.nginx-auth.sock" nginx.ingress.kubernetes.io/auth-snippet:...