Skip to content

fix(auth): make keyring timeout configurable#46

Merged
avivsinai merged 2 commits intomasterfrom
fix/keyring-timeout
Feb 6, 2026
Merged

fix(auth): make keyring timeout configurable#46
avivsinai merged 2 commits intomasterfrom
fix/keyring-timeout

Conversation

@avivsinai
Copy link
Copy Markdown
Owner

Fixes #45.

What changed

  • Longer default keyring timeout in interactive environments (to allow unlock prompts)
  • Short timeout retained for headless/SSH/CI to avoid hangs
  • Configurable via BKT_KEYRING_TIMEOUT (supports 60, 60s, 2m)
  • Updated docs and bkt skill references

Testing

  • go test ./...

- Use longer default timeout for interactive sessions
- Keep short timeout for headless/SSH/CI environments
- Allow override via BKT_KEYRING_TIMEOUT

Fixes #45
Keep .claude, .codex, and skills copies in sync.
@avivsinai avivsinai merged commit de1bf6d into master Feb 6, 2026
6 checks passed
@avivsinai avivsinai deleted the fix/keyring-timeout branch February 6, 2026 08:44
@avivsinai avivsinai mentioned this pull request Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Keyring timeout too short for interactive password entry

1 participant