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

Do not log Enter value for --password:stdin if password is already provided via stdin #75

Open
2 tasks done
SailReal opened this issue Dec 16, 2024 · 0 comments
Open
2 tasks done
Labels

Comments

@SailReal
Copy link
Member

Please agree to the following

Summary

Show this log entry Enter value for --password:stdin ony if password is not provided via stdin

What software is involved?

  • Operating System: Not relevant
  • Cryptomator CLI: 0.6.0

Volume Type

None

Steps to Reproduce

  1. Execute echo "foo" | cryptomator-cli unlock /home/foo/vault/ --mountPoint=/home/foo/mounted --mounter=org.cryptomator.frontend.fuse.mount.LinuxFuseMountProvider --password:stdin

Expected Behavior

[main] INFO o.c.cli.Unlock - Unlocked and mounted vault successfully to file:///home/foo/mounted/ is logged

Actual Behavior

Enter value for --password:stdin (Passphrase, read from STDIN):

is additional logged

Reproducibility

Always

Relevant Log Output

echo "foo" | cryptomator-cli unlock /home/foo/vault/ --mountPoint=/home/foo/mounted --mounter=org.cryptomator.frontend.fuse.mount.LinuxFuseMountProvider --password:stdin
Enter value for --password:stdin (Passphrase, read from STDIN):

[main] INFO  o.c.cli.Unlock - Unlocked and mounted vault successfully to file:///home/foo/mounted/

Anything else?

No response

@SailReal SailReal added the bug label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant