Skip to content
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

Add configuration options to the serve command #135

Merged
merged 3 commits into from
Oct 21, 2022
Merged

Add configuration options to the serve command #135

merged 3 commits into from
Oct 21, 2022

Conversation

smlx
Copy link
Owner

@smlx smlx commented Oct 21, 2022

This change adds the following configuration options to piv-agent serve:

  • --touch-notify-delay allows configuration of the delay before piv-agent will notify when waiting for a touch. It defaults to 6s.
  • --pinentry-binary-name allows configuration of the PIN entry command which will be called by piv-agent. This is useful for platforms without something similar to the Debian alternatives system. It defaults to pinentry.

Closes: #133

@smlx smlx added the enhancement New feature or request label Oct 21, 2022
smlx added 3 commits October 21, 2022 18:44
The default remains 6 seconds.
Some environments do not implement the alternatives system, so make the
pinentry binary name configurable. Defaults to `pinentry`.
@smlx smlx merged commit 1ae8712 into main Oct 21, 2022
@smlx smlx deleted the serve-options branch October 21, 2022 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improved GUI prompt configuration
1 participant