[ 
https://issues.apache.org/jira/browse/GEODE-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16125273#comment-16125273
 ] 

ASF GitHub Bot commented on GEODE-3412:
---------------------------------------

Github user galen-pivotal commented on a diff in the pull request:

    https://github.com/apache/geode/pull/707#discussion_r132877993
  
    --- Diff: 
geode-core/src/main/java/org/apache/geode/distributed/ConfigurationProperties.java
 ---
    @@ -1378,6 +1379,18 @@
        */
       String NAME = "name";
       /**
    +   * The authentication mode for the protobuf client-server protocol.
    +   *
    +   * </p>
    +   * <U>Description</U>: Specifies the authentication mode used by the 
geode-protobuf module.
    +   * </p>
    +   * <U>Default</U>: "NOOP"
    +   * </p>
    +   * <U>Allowed values</U>: "NOOP" "SIMPLE"
    +   */
    +  @Experimental
    +  String PROTOBUF_PROTOCOL_AUTHENTICATION_MODE = 
"protobuf-protocol-authentication-mode";
    --- End diff --
    
    The property is a String representing the authentication mode to be used by 
the protobuf protocol. It currently has two valid settings. The protobuf in the 
name refers to the new client protocol (which we're calling the protobuf 
protocol).
    
    I don't think we're quite ready to take the feature flag out yet, but we 
should consider it as this feature nears alpha. Or moving the feature flag to a 
better config mechanism (DistributionConfig), so that this property and that 
one are in approximately the same place.


> Implement a basic authentication mechanism for the new protocol
> ---------------------------------------------------------------
>
>                 Key: GEODE-3412
>                 URL: https://issues.apache.org/jira/browse/GEODE-3412
>             Project: Geode
>          Issue Type: New Feature
>          Components: client/server
>            Reporter: Brian Rowe
>
> Implement a simple username/password authentication for the new protocol.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to