Skip to content

Commit

Permalink
fix(googleauth): proper 0700 permissions on secrets directory
Browse files Browse the repository at this point in the history
  • Loading branch information
unilogicbv committed Jun 13, 2022
1 parent 00f697f commit 090383e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/googleauth.sls
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ users_{{ users.googleauth_dir }}:
- name: {{ users.googleauth_dir }}
- user: root
- group: {{ users.root_group }}
- mode: '0600'
- mode: '0700'
{%- for name, user in pillar.get('users', {}).items() if user.absent is not defined or not user.absent %}
{%- if 'google_auth' in user %}
Expand Down

0 comments on commit 090383e

Please sign in to comment.