[
https://issues.apache.org/jira/browse/MESOS-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14594998#comment-14594998
]
Adam B commented on MESOS-2608:
-------------------------------
commit 362bf1702fe1854bd0f086f7e3c7d6d1e90676ac
Author: Till Toenshoff <[email protected]>
Date: Sun Jun 21 08:16:12 2015 +0000
Moved cram-md5 authenticatee process definition into implementation file.
Removing the process from the header is much cleaner and also fixes the
linked clang 3.4.2 JIRA. Apart from that moving, no code is changed.
Review: https://reviews.apache.org/r/32850
> test-framework should support principal only credential
> --------------------------------------------------------
>
> Key: MESOS-2608
> URL: https://issues.apache.org/jira/browse/MESOS-2608
> Project: Mesos
> Issue Type: Improvement
> Reporter: Till Toenshoff
> Assignee: Till Toenshoff
> Priority: Minor
> Labels: mesosphere
> Fix For: 0.23.0
>
>
> Currently the test-framework is enforcing a secret to be present within the
> supplied credential (via environment variable {{DEFAULT_SECRET}}).
> This is not an ideal example on how framework developers should approach
> authentication.
> The presence check for the password has to be done within the authenticatee
> (-module) implementation itself, if needed.
> {{secret}} is typed {{optional bytes}} within the {{Credential}} proto
> message and should be handled accordingly by the framework to allow for
> password free (e.g. credential cache based) authentication.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)