cloudfoundry / bosh-google-cpi-release

BOSH Google CPI
Apache License 2.0
63 stars 96 forks source link

add missing director roles #354

Closed xtreme-nitin-ravindran closed 4 months ago

xtreme-nitin-ravindran commented 4 months ago

Following permissions are missing in bosh.director role causing integrations tests to fail

These permissions are part of minimal set of permission to run the CPI. However the integration tests run very specific use cases e.g. to create VM with an accelerator that requires compute.acceleratorTypes.get permission.

Adding there permissions to expectedExtraPermissions in the test suite to get the tests to pass.