Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does GoogleCloudStorageClient need to "get" a bucket to access it? #622

Open
cortadocodes opened this issue Dec 11, 2023 · 0 comments
Open
Labels
backend Related to the back end devops System admin and devops question Further information is requested security A security-related feature

Comments

@cortadocodes
Copy link
Member

To access a bucket, the GoogleCloudStorageClient uses a get_bucket method that requires the storage.buckets.get permission. Do we actually need to get the bucket or are we able to interact with buckets using lower level objects permissions instead of higher level bucket permissions? If we don't need to get buckets, we can reduce the number of permissions given to service accounts.

@cortadocodes cortadocodes added backend Related to the back end devops System admin and devops security A security-related feature question Further information is requested labels Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to the back end devops System admin and devops question Further information is requested security A security-related feature
Projects
None yet
Development

No branches or pull requests

1 participant