Commit 890b7dc
authored
fix: use aiplatform.user role for agent identity IAM permissions (#727)
Update agent identity setup to grant roles/aiplatform.user instead of
roles/aiplatform.expressUser. The user role provides broader access to
Vertex AI services including model prediction capabilities, while
expressUser is limited to simplified Express Mode features with API keys.1 parent 2fb9794 commit 890b7dc
File tree
1 file changed
+1
-1
lines changed- agent_starter_pack/deployment_targets/agent_engine/python/{{cookiecutter.agent_directory}}/app_utils
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
0 commit comments