You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sample-resource-plugin/src/integrationTest/java/org/opensearch/sample/resource/feature/disabled/DirectIndexAccessTests.java
Copy file name to clipboardExpand all lines: sample-resource-plugin/src/integrationTest/java/org/opensearch/sample/resource/feature/enabled/DirectIndexAccessTests.java
"Failed to create a resource sharing entry for resource: {} with type: {}. The type is not declared as a protected type in plugins.security.experimental.resource_sharing.protected_types.",
84
+
resourceId,
85
+
resourceType
86
+
);
87
+
return;
88
+
}
79
89
80
90
// Only proceed if this was a create operation and for primary shard
81
91
if (!index.origin().equals(Engine.Operation.Origin.PRIMARY)) {
0 commit comments