Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: hide sensitive info by default #361

Merged
merged 2 commits into from
Apr 25, 2024
Merged

Conversation

reubenmiller
Copy link
Owner

Change the default value of logger.hideSensitive to true to reduce accidental exposure of credentials when people are screen sharing.

If you are unhappy with the new default value, then you can add the following to your shell profile:

# zsh/bash/fish
eval "$(c8y settings update logger.hideSensitive false --shell auto)"

# powershell
c8y settings update logger.hideSensitive false --shell powershell | invoke-expression

@reubenmiller reubenmiller merged commit 00f1c17 into v2 Apr 25, 2024
4 checks passed
@reubenmiller reubenmiller deleted the feat-default-hide-sensitive branch April 25, 2024 06:23
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