Is it possible to use Pub/Sub push to forward logs from an unbounded GCP project to Chronicle SIEM?
The pub/sub documentation is slightly unclear in this note under the https://cloud.google.com/chronicle/docs/reference/feed-management-api#pubsub "If you need to push logs from an additional Google Cloud project that isn't bound to your Google Security Operations tenant, such as from a user-managed service account, you must set up a log sink."
We have set up a sink in a personal GCP account that feeds VPC logs to a topic, within the topic we are configuring the push option and in the endpoint we have added the endpoint URL generated by configuring a pub/sub push feed for VPC log type. we also created a service account in the personal GCP account with PUB/SUB admin permission and select the same in enable authentication section in the push configuration.
But it give HTTP 403 error.
Google doesn't support Pub/Sub pull in chronicle which we know supports this scenario.