basho-labs / riak-docker

Riak in Docker
19 stars 32 forks source link

fix: Force Erlang cookie perms #17

Open jrogov opened 3 years ago

jrogov commented 3 years ago
# Riak is sensitive to permissions on the erlang distribution cookie file.
# The ERTS requires that the cookie permissions are always 0600.
# In some environments, file permissions may change. For example, this
# can happen in kubernetes if the `fsGroup` option is used.

Co-authored-by: Andrey Fadeev me@ciiol.net