Skip to content

Commit 30dc57d

Browse files
add todo to followup in ES-11961
1 parent f1965d3 commit 30dc57d

File tree

1 file changed

+3
-0
lines changed
  • x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/xcontent

1 file changed

+3
-0
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/xcontent/XContentUtils.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ private static void addSubjectInfo(XContentBuilder builder, Subject subject) thr
128128
}
129129
builder.endObject();
130130
}
131+
case CLOUD_API_KEY -> {
132+
// TODO Add cloud API key information here
133+
}
131134
}
132135
}
133136

0 commit comments

Comments
 (0)