Explorar el Código

fix(googleauth): proper 0600 permissions on secret

pull/229/head
Pascal de Bruijn hace 2 años
padre
commit
2205bce19b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      users/init.sls

+ 1
- 1
users/init.sls Ver fichero

@@ -516,7 +516,7 @@ users_googleauth-{{ svc }}-{{ name }}:
- contents_pillar: 'users:{{ name }}:google_auth:{{ svc }}'
- user: root
- group: {{ users.root_group }}
- mode: '0400'
- mode: '0600'
- require:
- pkg: users_googleauth-package
{%- endfor %}

Cargando…
Cancelar
Guardar