<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:21:17 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[DRIVERS-333] Drivers MUST NOT require a username for MONGODB-X509 when connected to MongoDB &gt;= 3.4</title>
                <link>https://jira.mongodb.org/browse/DRIVERS-333</link>
                <project id="10980" key="DRIVERS">Drivers</project>
                    <description>&lt;p&gt;MongoDB 3.4 will automatically extract the username from the provided certificate, so the authenticate command no longer requires it.&lt;/p&gt;

&lt;p&gt;See the recent update to the spec:&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/964a8aa571040208bd5e5443241b3bb628fb535f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/964a8aa571040208bd5e5443241b3bb628fb535f&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Validation requirements:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;When connected to MongoDB 3.4:
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;You MUST NOT raise an error when the application only provides an X.509 certificate and no username.&lt;/li&gt;
		&lt;li&gt;If the application does not provide a username you MUST NOT send a username to the server.&lt;/li&gt;
		&lt;li&gt;If the application provides a username you MUST send that username to the server.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;When connected to MongoDB 3.2 or earlier:
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;You MUST send a username to the server.&lt;/li&gt;
		&lt;li&gt;If no username is provided by the application, you MAY extract the username from the X.509 certificate instead of requiring the application to provide it.&lt;/li&gt;
		&lt;li&gt;If you choose not to automatically extract the username from the certificate you MUST error when no username is provided by the application.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;

</description>
                <environment></environment>
        <key id="328716">DRIVERS-333</key>
            <summary>Drivers MUST NOT require a username for MONGODB-X509 when connected to MongoDB &gt;= 3.4</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="rathi.gnanasekaran">Rathi Gnanasekaran</assignee>
                                    <reporter username="bjori">Hannes Magnusson</reporter>
                        <labels>
                    </labels>
                <created>Wed, 2 Nov 2016 13:38:41 +0000</created>
                <updated>Mon, 15 Apr 2019 17:27:39 +0000</updated>
                            <resolved>Fri, 24 Mar 2017 18:41:24 +0000</resolved>
                                                                            <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="1489622" author="xgen-internal-githook" created="Wed, 1 Feb 2017 00:14:32 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-333&quot; title=&quot;Drivers MUST NOT require a username for MONGODB-X509 when connected to MongoDB &amp;gt;= 3.4&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-333&quot;&gt;&lt;del&gt;DRIVERS-333&lt;/del&gt;&lt;/a&gt; Drivers MUST NOT require a username for MONGODB-X509 when connected to MongoDB &amp;gt;= 3.4&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/9b40d4d5cc71e7ea2045bfca223ccbd130fb59ec&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/9b40d4d5cc71e7ea2045bfca223ccbd130fb59ec&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1423982" author="jmikola@gmail.com" created="Wed, 2 Nov 2016 15:06:05 +0000"  >&lt;p&gt;Implicitly validating PHPC, HHVM, and PHPLIB, based on libmongoc.&lt;/p&gt;

&lt;p&gt;The extension documentation has an example of using X509 auth without supplying a username in the URI: &lt;a href=&quot;http://php.net/manual/en/mongodb-driver-manager.construct.php#refsect1-mongodb-driver-manager.construct-examples&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://php.net/manual/en/mongodb-driver-manager.construct.php#refsect1-mongodb-driver-manager.construct-examples&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="329542">CSHARP-1822</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="330572">CXX-1123</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="330573">CXX-1124</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="328800">JAVA-2375</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="329543">NODE-849</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="329548">PYTHON-1184</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="329546">RUBY-1171</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="349933">DOCS-9833</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                            <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_23952" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Driver Compliance</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<style type='text/css'>
         #scriptField, #scriptField *{
                border: 1px solid black;
            }

            #scriptField{
                border-collapse: collapse;
            }

            #scriptField td {
                text-align: center; /* Center-align text in table cells */
            }

            #scriptField td.key {
                text-align: left; /* Left-align text in the Key column */
            }

            #scriptField a {
                text-decoration: none; /* Remove underlines from links */
                border: none; /* Remove border from links */
            }
            
            /* Add green background color to cells with FixVersion */
            #scriptField td.hasFixVersion {
                background-color: #00FF00; /* Green color code */
            }

            /* Center-align the first row headers */
            #scriptField th {
                text-align: center;
            }
        </style>
<table id='scriptField'>
  <tr>
    <th>Key</th>
    <th>Status/Resolution</th>
    <th>FixVersion</th>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/JAVA-2375'>JAVA-2375</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>3.4.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/SCALA-279'>SCALA-279</a>
    </td>
    <td>Done</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/NODE-849'>NODE-849</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>2.2.12</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CSHARP-1822'>CSHARP-1822</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>2.4</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/RUBY-1171'>RUBY-1171</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>2.4.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PERL-679'>PERL-679</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>2.0.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PYTHON-1184'>PYTHON-1184</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>3.4</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CXX-1123'>CXX-1123</a>
    </td>
    <td>Won't Fix</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CXX-1124'>CXX-1124</a>
    </td>
    <td>Done</td>
    <td class='hasFixVersion'>3.1.0</td>
  </tr>
</table>]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hsrgxj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>