-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved GUI prompt configuration #133
Comments
Thanks!
I agree that some of these could be made more configurable. Could you elaborate a bit on your use case? Is there some way that the current configuration doesn't work for you? |
Sure thing. For the
However, the default Regarding the touch notification delay, I would simply personally prefer to be instantly told when I need to touch the key, instead waiting 6 seconds before showing the notification. I think I understand why the delay is there in the first place, as it could be seen as kind of a spam notification if you expect to touch it every time you do a certain action. However, as I'm using different touch policies in different places, I'd like to know right away if I have to touch it or not. So I think it would be good if that delay was configurable, as I could simply set it to 0. |
First of all, in my opinion, this is currently by far the best solution for security keys in terms of the balance of simplicity, functionality and security. However, I would love it if the GUI prompts weren't hardcoded. In particular I mean the pinentry executable (which I think can be changed using WithBinaryName) and touch notification delay. It would be great if those things (and other GUI elements if I'm missing any) could be configured through
piv-agent serve
arguments.The text was updated successfully, but these errors were encountered: