Skip to content

Commit

Permalink
fix(secret): use chmod 600 instead of 640
Browse files Browse the repository at this point in the history
  • Loading branch information
keskiju committed Sep 6, 2024
1 parent 8957c26 commit d2c29e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bash/secret.bash
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ function taito::save_proxy_secret_to_disk () {

# Give permissions for taito user to the file
if [[ "$(whoami)" == "root" ]]; then
chown taito:root "${file}" > /dev/null
chown taito:root "${taito_proxy_credentials_local_file}" > /dev/null
fi

fi
Expand Down

0 comments on commit d2c29e9

Please sign in to comment.