Skip to content

Persist QRZ credentials in platform secret stores - #555

Merged
rtreit merged 1 commit into
mainfrom
u/rtreit/PersistQrzCredentials
Jul 28, 2026
Merged

Persist QRZ credentials in platform secret stores#555
rtreit merged 1 commit into
mainfrom
u/rtreit/PersistQrzCredentials

Conversation

@rtreit

@rtreit rtreit commented Jul 28, 2026

Copy link
Copy Markdown
Member

QRZ credentials were only held in process memory after setup. An engine restart, reboot, or rebuild required the operator to enter them again.

This change stores QRZ XML passwords and logbook API keys in the platform credential store. Windows uses Credential Manager. macOS uses Keychain. Linux uses Secret Service. The Rust and .NET engines use the same logical credential identifiers.

Runtime overrides and environment variables keep their documented precedence. The engine migrates legacy plaintext secrets and removes them from the shared TOML file. Credential read failures disable QRZ integration without blocking local logging. Credential write failures return FAILED_PRECONDITION.

The Settings view now shows whether each credential is configured. Empty secret fields preserve stored values and never load secret text into the UI.

The engine specification now defines persistence, precedence, platform mapping, migration, and error behavior.

Validation completed with the Release build, Rust formatting, Clippy, Rust tests, dependency audit, .NET engine tests, GUI tests, and the full .NET solution build.

@rtreit
rtreit marked this pull request as ready for review July 28, 2026 17:45
@rtreit
rtreit merged commit 4574a94 into main Jul 28, 2026
7 checks passed
@rtreit
rtreit deleted the u/rtreit/PersistQrzCredentials branch July 28, 2026 17:45
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.

1 participant