Skip to main content
Question

SIEM Data RBAC: Unable to create data access scope

  • July 31, 2025
  • 2 replies
  • 90 views

pontorieroa
Forum|alt.badge.img+3

Hi,

Β 

I am trying to apply my terraform code to create access scopes in SecOps SIEM and I get the following error even though the service account running this has the Chronicle API admin and Security Admin roles assigned:

Β 

β”‚ Error: Error creating DataAccessScope: googleapi: Error 403: Permission 'chronicle.dataAccessScopes.create' denied on resource '//chronicle.googleapis.com/projects/<project name>/locations/europe-west3/instances/<customer ID>' (or it may not exist).

β”‚ Details:

β”‚ [

β”‚ {

β”‚ "@type": "type.googleapis.com/google.rpc.ErrorInfo",

β”‚ "domain": "chronicle.googleapis.com",

β”‚ "metadata": {

β”‚ "permission": "chronicle.dataAccessScopes.create",

β”‚ "resource": "projects/<project name>/locations/europe-west3/instances/<customer ID>"

β”‚ },

β”‚ "reason": "IAM_PERMISSION_DENIED"

β”‚ }

β”‚ ]

β”‚

β”‚ with google_chronicle_data_access_scope.data_access_scope["scope-vg-cs"],

β”‚ on main.tf line 69, in resource "google_chronicle_data_access_scope" "data_access_scope":

β”‚ 69: resource "google_chronicle_data_access_scope" "data_access_scope" {

β”‚

β•΅

Β 

What am I missing please?

Β 

Thanks

Β 

2 replies

JeremyLand
Staff
Forum|alt.badge.img+7
  • Staff
  • August 6, 2025

Quick check: where you see β€˜projects/<project name>/locations/europe-west3/instances/<customer ID>’ in the error does it actually include your project name and customer ID? or does it include the placeholders?


pontorieroa
Forum|alt.badge.img+3
  • Author
  • New Member
  • August 7, 2025

Quick check: where you see β€˜projects/<project name>/locations/europe-west3/instances/<customer ID>’ in the error does it actually include your project name and customer ID? or does it include the placeholders?

Hi ​@JeremyLand, thanks for your reply. I had the correct project ID and customer ID. This has now been resolved, there was a permission issue with PAM, delaying the approval.