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
civo apikey save
Using civo apikey save to save an API key creates a .civo.json file that is world readable:
.civo.json
hostname ~ $ ls -l ~/.civo.json -rw-r--r-- 1 user group 234 5 Nov 13:45 /Users/user/.civo.json
At the very least that file should not have read permissions for the group and others, like this:
hostname ~ $ chmod go-r .civo.json hostname ~ $ ls -l ~/.civo.json -rw------- 1 user group 234 5 Nov 13:45 /Users/user/.civo.json
The text was updated successfully, but these errors were encountered:
I will check this, thank for let me know
Sorry, something went wrong.
f89b57e
No branches or pull requests
Using
civo apikey save
to save an API key creates a.civo.json
file that is world readable:At the very least that file should not have read permissions for the group and others, like this:
The text was updated successfully, but these errors were encountered: