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
I tried creating a artifactregistry.RepositoryIamBinding and was getting a 403, despite being able to successfully create the same binding via the CLI. Adding trace logs shows that the request URL seems to be malformed (note the repository section):
I1120 17:47:42.413470 42663 log.go:81] HTTP Response Begin GET [https://artifactregistry.googleapis.com/v1/projects/myproject/locations/us-east1/repositories/%7BrepositoriesId%7D:getIamPolicy] [Length: -1] ===================================================
HTTP/2.0 403 Forbidden
Switching to the classic provider fixed my issue for now.
CLI
Version 3.91.0
Go Version go1.21.3
Go Compiler gc
Plugins
NAME VERSION
gcp 7.1.1
google-native 0.31.1
nodejs unknown
Host
OS darwin
Version 14.1
Arch arm64
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
What happened?
I tried creating a
artifactregistry.RepositoryIamBinding
and was getting a 403, despite being able to successfully create the same binding via the CLI. Adding trace logs shows that the request URL seems to be malformed (note the repository section):Switching to the classic provider fixed my issue for now.
Example
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: