Open Jeniffen opened 2 years ago
Deploy public web service without unintentionally granting permissions to Google Cloud projects to external users.
Only services with tag allUserIngress:True are allowed unauthenticated requests.
allUserIngress
True
Using Resource Manager tags and a conditional DRS policy in order to manage invocations. Example can be found here.
Summary
Deploy public web service without unintentionally granting permissions to Google Cloud projects to external users.
Intended Outcome
Only services with tag
allUserIngress
:True
are allowed unauthenticated requests.How will it work?
Using Resource Manager tags and a conditional DRS policy in order to manage invocations. Example can be found here.