You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unused IAMPermissions global variable (#2831)
The IAMPermissions global map was being populated but never read or
used. IAM permissions are already properly tracked through:
- The IAMPermissions field in AdapterMeta struct (for dynamic adapters)
- The IAMPermissions() method interface (for manual adapters)
Changes:
- Deleted sources/gcp/shared/iam-permissions.go
- Removed code that populated the global map in adapters.go
- Removed 4 occurrences of population code in transformer.go
The code compiles and all tests pass after these changes.
GitOrigin-RevId: a327618997c6bcf7c1601bd2b8ba05d7c5fc83c0
0 commit comments