lanl / dsi

LANL Data Science Infrastructure Project
https://lanl.github.io/dsi
5 stars 3 forks source link

Environment plugin permission defaults #60

Open qwofford opened 1 year ago

qwofford commented 1 year ago

Environment plugins should assume a default permission of UID:GID and 660.

DanielRJohnson commented 1 year ago

See https://github.com/lanl/dsi/pull/58/commits/8be2327bf582357d9a22c0a7fb93394ec77bdd6a If None is handed to register_columns_with_file, it defaults to (UID, eGID, 0o660) instead of (None, None, None).