Assigned
Status Update
Comments
va...@google.com <va...@google.com>
ar...@google.com <ar...@google.com> #2
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, please do not hesitate to create a new issue on the
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
Description
Created a GCP Service account and attached a role Pub/Sub Editor and edit the IAM Condition with resource.name.startsWith(“projects/project/topics/app1”), resource.name.startsWith(“projects/project/subscriptions/app1”). Granting a role with IAM conditions did not created any PUB/SUB
What you expected to happen:
It should create Pub/Sub.
Topic and subscriptions.
If I remove the condition and just add role Pub/Sub Editor to GCP service account, the pub/sub will be created.
Other information (workarounds you have tried, documentation consulted, etc):
Google Documentation says there is currently no resource IAM Condition feature available for pub/sub.
Would appreciate to enable this feature like other google resource also for pub/sub