guillaumeblaquiere / berglas-python

Python library for decypting Berglas secrets
Apache License 2.0
10 stars 7 forks source link

Preserving blob iam roles #2

Closed renato-farias closed 5 years ago

renato-farias commented 5 years ago

As expected, when berglas-python update the blob content on GCS the permissions are overwritten by the upload process. This PR makes berglas-python act the same way as Berglas does. Updating the permissions when the object is updated.

guillaumeblaquiere commented 5 years ago

Can you increase the version in the setup.py file to 0.3.1?

renato-farias commented 5 years ago

Changed.