Should support keyrings.alt backend for headless systems
Metadata
Current evaluation
charmcraft login on headless systems cannot persist credentials: no keyring is available, and the keyrings.alt backend is not bundled in the snap, so PYTHON_KEYRING_BACKEND crashes with ModuleNotFoundError. Unlabeled, no maintainer response.
Suggested action: needs triage
Reason: The issue has no labels, zero comments, and no maintainer acknowledgement in 113 days, so it has not been triaged. It remains valid: current store.py still relies on keyring with only an ephemeral fallback (from PR #1741), and keyrings.alt is absent from pyproject.toml and the snap, so the ModuleNotFoundError is still reproducible. Bundling python3-keyrings.alt (or an equivalent file-based backend) is a plausible fix but needs a maintainer decision on backend choice and passphrase handling for headless use.
Issue body
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.8-27b |
Impact:
45
Quick Win:
29.25
Staleness:
50
Complexity:
35
Confidence:
80
Support Request:
15
|
needs triage | charmcraft login on headless systems cannot persist credentials: no keyring is available, and the keyrings.alt backend is not bundled in the snap, so PYTHON_KEYRING_BACKEND crashes with ModuleNotFoundError. Unlabeled, no maintainer response. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
60
Complexity:
30
Confidence:
85
Support Request:
10
|
needs triage | Request to include keyrings.alt in the charmcraft snap for headless authentication. Currently unlabelled and inactive for 74 days with no maintainer response. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
60
Complexity:
30
Confidence:
85
Support Request:
10
|
needs triage | charmcraft login fails to use keyrings.alt backend on headless systems due to missing python3-keyrings.alt package in the snap, causing a ModuleNotFoundError. Untriaged, no maintainer response. | |
| qwen3.6-35b-moe-q4 |
Staleness:
45
Complexity:
30
Confidence:
90
Support Request:
20
|
needs triage | Request to include python3-keyrings.alt in the charmcraft snap to support headless authentication backends. Currently unlabelled and awaiting maintainer review. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
40
Complexity:
40
Confidence:
90
Support Request:
10
|
needs triage | charmcraft login fails to use keyrings.alt on headless systems due to missing python3-keyrings.alt in the snap, forcing plain text auth export. Issue is open, unassigned, and unreviewed after 38 days. |
Update history
No update history recorded yet.
Related work
-
Related To:
canonical/charmcraft#1741
(confidence 75%)
PR 'fix(store): fall back to ephemeral keyring' added the graceful fallback that produces the warning the reporter sees; it mitigates the crash but does not provide persistent credentials on headless systems.
Related issues
No related issues found above the similarity threshold.