Token protection for the aube config list command
#1482
Answered
by
jdx
klaseca
asked this question in
Troubleshooting and Bugs
|
$ npm config list
//registry.npmjs.org/:_authToken = (protected)
$ aube config list
//registry.npmjs.org/:_authToken=npm_RealTokenValueIt seems that the actual token, just like the one from npm, shouldn't be displayed. There may be other information that should be kept confidential. Versions: |
Answered by
jdx
Sep 4, 2026
Replies: 1 comment
|
Thanks for reporting this — confirmed. I opened PR #1483, which replaces authentication values with AI-assisted — Tool: Codex; model: OpenAI/GPT-5; version: unavailable. |
0 replies
Answer selected by
klaseca
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for reporting this — confirmed.
aube config listwas rendering raw authentication values in both text and JSON output.I opened PR #1483, which replaces authentication values with
(protected), redacts credentials embedded in URLs, and also preventsaube config setfrom repeating a secret in its success message. The underlying stored value remains unchanged.AI-assisted — Tool: Codex; model: OpenAI/GPT-5; version: unavailable.