Scott Leggett

Results 105 comments of Scott Leggett

I was also hitting this issue. I believe it is actually an Okta API bug similar to the one described in #153, because looking at debug logs the error is...

You need to install the `eject` package or binary [from util-linux](https://github.com/util-linux/util-linux/blob/master/sys-utils/eject.1.adoc).

I don't know if `applyConnMetadata` is the problem here. None of the value it sets will be change between calls to `PublicKeyCallback` with different keys AFAIK? However, storing the public...

For anyone else finding this issue, "Code Scanning" refers to the "Require code scanning results" at the bottom of the list of branch rules in the ruleset view.

I think logic could be added using this knowledge: * [from v5.3](https://developers.yubico.com/PIV/Introduction/Yubico_extensions.html#_get_metadata) there is the KeyInfo extension that supports key metadata and was [recently implemented](https://github.com/go-piv/piv-go/pull/130) for piv-go. * [from v5.4.2](https://docs.yubico.com/hardware/yubikey/yk-tech-manual/yk5-apps.html#piv-aes-management-key)...

Isn't this already possible by inspecting the `Context` passed to the `RequestHandler`?

> Mostly I'm expecting linux users to quickly figure out that they can simply pin things and then skip needing to upgrade If a Linux user has admin access to...

I'm seeing a very similar issue with Neovim v0.11. I use https://github.com/crispgm/nvim-go and issuing a `:GoFormat` with treesitter syntax highlighting enabled on a large `.go` file causes a "flash of...

Thanks for confirming the issue on Vim. I've got a similar workaround on Neovim: ``` vim.keymap.set("n", "-", ":Explore") ```

Sorry, socket activation is an integral part of piv-agent's operation and security model. If your environment doesn't support socket activation you could write a wrapper for piv-agent to emulate the...