Anders
Anders
Just ran into this again because I was running an older version of my library where `tracerProvider.shutdown()` instead of the `await Promise.race([timeout, tracerProvider.shutdown]);` was used. TLDR I repro'd the issue...
> Hope this helps someone. It did! Thank you :-) > Funnily enough after everything worked out I didn't get a boot entry added to the EFI flash so I...
If I understand your request correctly this is already possible by using an x5c key and certificate as provisioner credentials that point to the yubikey with a kms url.
~~Oh, in that case I have the exact same issue. Thing is, when using kms backed keys (tpm in my case), `step ca token --ssh|--revoke|--rekey` work, but `step ca token...
[This one specifically](https://github.com/elazarl/goproxy/blob/master/examples/customca/main.go)
Oh, and let's add the actual error message so people can find it by searching for just that :-) ``` TypeError: Cannot read properties of undefined (reading 'replace') ```
Oh I figured as much. I still wanted to create a ticket here to highlight an opportunity for a little error resilience :-) This is running in a container base...
Also, there is no real naming convention for boolean flags Sometimes its `-` like `use-private-ip`, other times its `uses-proxyprotocol`, but there's also `http-sticky-sessions`
Workaround: `Usage (ARG1 ARG2|ARG2)`
Copying the significant part from your linked ticket: ``` $ dirname --version dirname (uutils coreutils) 0.2.2 ... $ dirname /home/dos/. /home ... $ dirname --version dirname (GNU coreutils) 9.7 ......