[
https://issues.apache.org/jira/browse/DISPATCH-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15217847#comment-15217847
]
ASF GitHub Bot commented on DISPATCH-200:
-----------------------------------------
Github user ted-ross commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/61#discussion_r57876034
--- Diff: tests/management/qdrouter.py ---
@@ -82,22 +81,11 @@ def do_test_qdrouter_parse(self, text):
conf = Config()
content = conf._parse(text.split("\n"))
self.maxDiff = None
- expect = [
- [u"router", {u"mode":u"standalone"}],
- [u"sslProfile", {u"name":u"test-profile",
u"password":u"secret"}],
- [u"listener", {u"name":u"l0", u"saslMechanisms":u"ANONYMOUS",
u"sslProfile":u"test-profile"}],
- [u"listener", {u"identity":u"l1",
u"saslMechanisms":u"ANONYMOUS", u"port":u"1234"}],
- [u"listener", {u"saslMechanisms":u"ANONYMOUS",
u"port":u"4567"}]
- ]
+ expect = [[u'router', {u'mode': u'standalone'}], [u'sslProfile',
{u'password': u'secret', u'name': u'test-profile'}], [u'listener',
{u'sslProfile': u'test-profile', u'name': u'l0', u'saslMechanisms':
u'ANONYMOUS'}], [u'listener', {u'saslMechanisms': u'ANONYMOUS', u'identity':
u'l1', u'port': u'1234'}], [u'listener', {u'saslMechanisms': u'ANONYMOUS',
u'port': u'4567'}]]
--- End diff --
Why did you change these? They were so much more readable before.
> Flexible mapping from x.509 certificates to an identity
> -------------------------------------------------------
>
> Key: DISPATCH-200
> URL: https://issues.apache.org/jira/browse/DISPATCH-200
> Project: Qpid Dispatch
> Issue Type: New Feature
> Components: Container
> Reporter: Ted Ross
> Assignee: Ganesh Murthy
> Fix For: 0.6
>
>
> x.509 certificates contain structured data. It is necessary to be able to
> generate a unique identity from a certificate for the purpose of indexing
> into access policy.
> The proposed feature will contain a descriptor that is part of an ssl-profile
> configuration that specifies the format and content of the identity in terms
> of the fields of a certificate.
> For example, the identity can be the certificate fingerprint, or the
> distinguished name, or the combination of more than one field.
> A further enhancement is to provide a secondary mapping from the above
> identity to a configured nickname. For example, a user may want to use the
> fingerprint as the identity field but wishes to write policy and view
> management data containing a more friendly "display" name rather than the raw
> fingerprint.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]