You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2019/04/29 09:27:43 UTC

[jira] [Issue Comment Deleted] (MESOS-2005) Authenticatee Module: Interface design

     [ https://issues.apache.org/jira/browse/MESOS-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin updated MESOS-2005:
-------------------------
    Comment: was deleted

(was: www.rtat.net)

> Authenticatee Module: Interface design
> --------------------------------------
>
>                 Key: MESOS-2005
>                 URL: https://issues.apache.org/jira/browse/MESOS-2005
>             Project: Mesos
>          Issue Type: Improvement
>          Components: modules
>            Reporter: Till Toenshoff
>            Assignee: Till Toenshoff
>            Priority: Blocker
>              Labels: authentication, interface, module
>
> h4.Motivation
> Design an interface covering authenticatee modules while staying minimally invasive in regards to changes on the existing CRAM-MD5 Authenticatee implementation.
> h4.Status Quo
> See MESOS-1891 but replace Authenticator with Authenticatee.
> h4.Design
> {noformat}
> class Authenticatee
> {
> public:
>   Authenticatee() {}
>   virtual ~Authenticatee() {}
>   virtual process::Future<bool> authenticate(
>       const process::UPID& pid, 
>       const process::UPID& client,
>       const mesos::Credential& credential) = 0;
> };
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)