We are getting logs that calls to k8s are being made, despite our cluster being private, as well as being behind the gcp firewall with a rule that blocks all ingress except IAP IPs (and ICMP). What am I missing?
"protoPayload":{
"@type":"type.googleapis.com/google.cloud.audit.AuditLog"
"authenticationInfo":{
"principalEmail":"system:anonymous"
}
"authorizationInfo":["0":{2}]
"methodName":"io.k8s.post"
"requestMetadata":{
"callerIp":"45.*.*.*"
"callerSuppliedUserAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36"
}
"resourceName":"Autodiscover/Autodiscover.xml"
"serviceName":"k8s.io"
"status":{
"code":"7"
"message":"Forbidden"
}
}