Commit 4c2d2c5
š Map REST Search method to list verb, removing invalid .search permissions
resourcemanager.folders.search and resourcemanager.projects.search are
not valid GCP IAM permissions. The Search API requires the .list
permission, so map the REST "Search" method to the "list" verb.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4f87237 commit 4c2d2c5
File tree
2 files changed
+2
-16
lines changed- providers-sdk/v1/util/permissions
- providers/gcp/resources
2 files changed
+2
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1002 | 1002 | | |
1003 | 1003 | | |
1004 | 1004 | | |
1005 | | - | |
| 1005 | + | |
1006 | 1006 | | |
1007 | 1007 | | |
1008 | 1008 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
98 | | - | |
99 | 97 | | |
100 | 98 | | |
101 | 99 | | |
| |||
642 | 640 | | |
643 | 641 | | |
644 | 642 | | |
645 | | - | |
646 | | - | |
647 | | - | |
648 | | - | |
649 | | - | |
650 | | - | |
651 | 643 | | |
652 | 644 | | |
653 | 645 | | |
| |||
687 | 679 | | |
688 | 680 | | |
689 | 681 | | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | 682 | | |
697 | 683 | | |
698 | 684 | | |
| |||
0 commit comments