singularityhub / sregistry

server for storage and management of singularity images
https://singularityhub.github.io/sregistry
Mozilla Public License 2.0
103 stars 42 forks source link

Adding POSTGRES_HOST_AUTH_METHOD trust to account for db #278

Closed vsoch closed 4 years ago

vsoch commented 4 years ago

This will add the environment variable POSTGRES_HOST_AUTH_METHOD set to true to account for changes in postgres that now require credentials. Users should be careful that using this update does not re-create their database containers. If you do have a production instance running it's strongly advised to not use a container for it, or to bind data to your host.

Signed-off-by: vsoch vsochat@stanford.edu