-
Notifications
You must be signed in to change notification settings - Fork 159
Kubernetes Deployment Readme Suggests Too Broad Permissions #3
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
Comments
Fixed with #8 |
compute permissions still break, don't allow disk.create or disk.get even. Tried: Still using roles/owner for now for it to work. Filed a bug against GCE IAM, waiting for response |
k8s-ci-robot
pushed a commit
that referenced
this issue
Aug 12, 2020
Pull changes from master HEAD to shared-pd branch
mattcary
pushed a commit
that referenced
this issue
Feb 13, 2025
* Changes update the tests to use two contexts, one for multiwriter and one for the existing tests. This was deemed necessary as only some disks can support multi-writer, and only some VM shapes can support said disks.
mattcary
pushed a commit
to mattcary/gcp-compute-persistent-disk-csi-driver
that referenced
this issue
Feb 13, 2025
* Changes update the tests to use two contexts, one for multiwriter and one for the existing tests. This was deemed necessary as only some disks can support multi-writer, and only some VM shapes can support said disks.
tonyzhc
pushed a commit
to tonyzhc/gcp-compute-persistent-disk-csi-driver
that referenced
this issue
Feb 26, 2025
* Changes update the tests to use two contexts, one for multiwriter and one for the existing tests. This was deemed necessary as only some disks can support multi-writer, and only some VM shapes can support said disks.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally tried "compute-admin" and "compute-storage-admin" scopes but they seemed to not contain enough permissions for attach.
This is a tracking bug to revisit tightening the scopes required to deploy. If "Attach" is not currently supported in the "compute-admin" scope a bug should be opened against GCE Permissions because it definitely should be.
The text was updated successfully, but these errors were encountered: