Do not capture the Logs dashboard at all - #108
Merged
Merged
Conversation
Its Authentication log panel renders auth.log verbatim — real usernames, real source addresses, real session IDs — and so do the other two stream panels. That is not a bad window or an unlucky moment: showing log lines is what the dashboard is for, so there is no capture of it that does not publish them. The previous arrangement was a warning in docs/images/README.md telling whoever runs the capture to read the image carefully before committing it. That is a check which runs when someone remembers, on the image that is hardest to skim, at the end of the job. Removing the dashboard from DASHBOARDS is a check that runs every time. Four dashboards, four screenshots. If the Logs one is ever wanted, the thing to build first is redaction, not a reminder. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
7 tasks
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #62, and the answer to the open question it left.
The Logs dashboard renders
auth.logverbatim in three panels. A capture of itcontains the operator's username, workstation source addresses and session IDs.
There is no time range or filter that avoids this — showing log lines is what the
dashboard does.
#62 handled that with a warning in
docs/images/README.md: read the imagecarefully before committing it. That is a check that runs when someone remembers,
on the image that is hardest to skim, at the end of the job. This removes the
dashboard from the capture set instead, so the check runs every time and cannot
be skipped.
Four dashboards, four screenshots.
docs/images/README.mdnow explains theabsence rather than leaving a gap someone would later fill by "fixing" the
script.
If it is ever wanted, redaction is the thing to build first — not a reminder.
🤖 Generated with Claude Code