We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6abe8 commit 9971210Copy full SHA for 9971210
1 file changed
src/main/java/org/opensearch/security/privileges/PrivilegesEvaluator.java
@@ -310,8 +310,6 @@ private void setUserInfoInThreadContext(PrivilegesEvaluationContext context) {
310
joiner.add(tenantAccessToCheck);
311
log.debug(joiner);
312
313
- joiner.add(Base64Helper.serializeObject((Serializable) context.getUser().getCustomAttributesMap()));
314
-
315
if (this.isUserAttributeSerializationEnabled()) {
316
joiner.add(Base64Helper.serializeObject((Serializable) context.getUser().getCustomAttributesMap()));
317
}
0 commit comments