We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18304c commit 39b2bb6Copy full SHA for 39b2bb6
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authc/Authentication.java
@@ -823,7 +823,6 @@ public void toXContentFragment(XContentBuilder builder) throws IOException {
823
apiKeyField.put("managed_by", CredentialManagedBy.CLOUD.getDisplayName());
824
builder.field("api_key", Collections.unmodifiableMap(apiKeyField));
825
}
826
- // TODO cloud API key fields such as managed_by
827
828
829
public static Authentication getAuthenticationFromCrossClusterAccessMetadata(Authentication authentication) {
0 commit comments