mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[GH-ISSUE #596] MFA informative messages are not hidden when using quiet mode #155
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#155
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @toutoen on GitHub (Dec 4, 2025).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/596
Context:
the-bastion-3.22.00I'm trying to connect:
"mfa_required" : "any""mfa_totp_bypass" : 1quietmodeMy issue: when I connect via the_bastion to a host in quiet mode (to get a JSON payload for instance), some messages are added to STDOUT.
What I expect: that the messages don't display in quiet mode, just like the get_details_from_access_array informative messages.
The goal in the above example is obviously that I can pipe the output to a tool like
jqwithout any pre-treatment.