Error "Access to ScopedGlideElement from scope sn_kconsumer_spoke not allowed" is thrown when kafka listerner is running !!Issue Error "Access to ScopedGlideElement from scope sn_kconsumer_spoke not allowed" is thrown when kafka listerner is running !!CauseThe plugin comes with "Application access settings" enabled. By default the Plugin does not provide access to its resources directly across all the scopes due to it's security policies.Application access settings determine whether one application can access resources from another application.Application access settings are similar to access controls (ACLs) in that they allow you to restrict access to certain resources, but instead of restricting tables and records from users they restrict applications resources from other applications. There are several ways to set cross-scope access.For more information on Application access settings : https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/concept/c_ApplicationAccessSettings.htmlUsers with admin access can authorise access requests to cross-scope resources via creating record in sys_scope_privilege table with operation status set to allowed to resolve the issue.ResolutionIn order to resolve the issue, create a new sys_scope_privilege record with following inputs: Go to impacted instance.Switch to the scoped application "ServiceNow Kafka Consumer"Go to System Application > Application Cross-Scope AccessCreate a new [sys_scope_privilege] record.Select Target Scope as GlobalTarget Name as ScopedGlideElementTarget Type as ScriptableOperation as Execute APIStatus as AllowedClick on UpdateRelated LinksFor more information, Refer : https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/reference/c_CrossScopePrivilegeRecord.html