openghg / openghg

A cloud platform for greenhouse gas (GHG) data analysis and collaboration.
https://www.openghg.org
Apache License 2.0
30 stars 4 forks source link

Metastore lock files have wrong permissions #1167

Closed brendan-m-murphy closed 3 weeks ago

brendan-m-murphy commented 3 weeks ago

What happened?

    I added fluxes to the shared zarr store, and later Alex was unable to add fluxes to the same store due to a permission error.
    The Flux metastore itself had rw permissions for the group, but 
            the lock for the metastore only had read permissions for
            the group.

What did you expect to happen?

    If someone has write permissions for a metastore, then they should
            be able to acquire the lock for that metastore.