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.
NOMERGE
1 parent 69f9914 commit 6ccb8afCopy full SHA for 6ccb8af
plugins/discovery-ec2/src/main/java/org/elasticsearch/discovery/ec2/Ec2ClientSettings.java
@@ -71,7 +71,6 @@ final class Ec2ClientSettings {
71
Property.NodeScope,
72
Property.Deprecated
73
);
74
- // NOMERGE should we now reject this if set to `http` or just silently ignore it?
75
76
/** The username of a proxy to connect to EC2 through. */
77
static final Setting<SecureString> PROXY_USERNAME_SETTING = SecureSetting.secureString("discovery.ec2.proxy.username", null);
0 commit comments