oittaa / gcp-storage-emulator

Local emulator for Google Cloud Storage
BSD 3-Clause "New" or "Revised" License
155 stars 42 forks source link

Implement IAM endpoints for GCP Buckets #229

Open EmandM opened 1 year ago

EmandM commented 1 year ago

Is your feature request related to a problem? Please describe. For my emulator use case we need to allow editing of IAM policies. As this emulator doesn't implement even stubs of the IAM endpoints, we can't use it to test our code.

Describe the solution you'd like It would be really useful if the bucket/iam endpoints were implemented in this emulator.

Describe alternatives you've considered We looked into using the new firebase storage emulator but we need to create and delete buckets.

Additional context GetIAMPolicy SetIAMPolicy