Can I restrict or block others from pinging my domain thru Stackdriver? I want to use it as owner of the domain but I don't want others to be able to use it.
1 Answers
If you would like to restrict users in your organization from using Stackdriver, use Cloud IAM roles, or rather, ensure they do not have the Cloud IAM role to view Stackdriver. This help you better understand IAM.
This is a list of roles in GCP. You will likely be interested to see Stackdriver debugger, trace, logging, Error reporting, &/or monitoring roles. Ensure any user you wish to not have access to those Stackdriver tools does not have any of the roles listed under their respective tools list of roles. For example, if you wish for a user to not have access to Stackdriver debugging, ensure they do not have the "clouddebugger.agent" or "clouddebugger.user" roles.
If you would like others to not be able to access you website i.e. example.com, use firewall rules to block IP addresses, ports, etc.

- 502
- 2
- 13
-
Thanks but I would like to block users outside my organization to ping my domain from Stackdriver. – Richard Nov 22 '18 at 23:03
-
How are you able to ping your domain from Stackdriver? Also, what is your use case? There may be different options available to solve the problem – xavierc Nov 23 '18 at 02:01