Skip to content

Commit 39b2bb6

Browse files
committed
fix merge
1 parent d18304c commit 39b2bb6

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authc/Authentication.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,6 @@ public void toXContentFragment(XContentBuilder builder) throws IOException {
823823
apiKeyField.put("managed_by", CredentialManagedBy.CLOUD.getDisplayName());
824824
builder.field("api_key", Collections.unmodifiableMap(apiKeyField));
825825
}
826-
// TODO cloud API key fields such as managed_by
827826
}
828827

829828
public static Authentication getAuthenticationFromCrossClusterAccessMetadata(Authentication authentication) {

0 commit comments

Comments
 (0)