We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The credential file has security issues, it can be read by group and others. This is critical since the the password is stored in clear.
-rw-r--r--@ 1 user group 208 Dec 21 10:54 /Users/user/.config/harbor-cli/config.yaml
is should be:
-rw-------@ 1 user group 208 Dec 21 10:54 /Users/user/.config/harbor-cli/config.yaml
The text was updated successfully, but these errors were encountered:
Viper configPermissions needs to be set to os.FileMode(0o600) when writing the config.yaml
Sorry, something went wrong.
No branches or pull requests
The credential file has security issues, it can be read by group and others. This is critical since the the password is stored in clear.
-rw-r--r--@ 1 user group 208 Dec 21 10:54 /Users/user/.config/harbor-cli/config.yaml
is should be:
-rw-------@ 1 user group 208 Dec 21 10:54 /Users/user/.config/harbor-cli/config.yaml
The text was updated successfully, but these errors were encountered: