<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:29:21 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>[COMPASS-2207] Compass should provide the same set of SSL-related options as mongo shell</title>
                <link>https://jira.mongodb.org/browse/COMPASS-2207</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;p&gt;At present (judging by the 1.3beta) Compass does not provide the same set of SSL-related options as &lt;tt&gt;mongo&lt;/tt&gt; shell. For instance:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;There is no way to specify CRL (&lt;tt&gt;&quot;--sslCRLFile&quot;&lt;/tt&gt; in shell)&lt;/li&gt;
	&lt;li&gt;There is no way to disable hostname validation (&lt;tt&gt;&quot;--sslAllowInvalidHostnames&quot;&lt;/tt&gt;)&lt;/li&gt;
	&lt;li&gt;No analogue of &lt;tt&gt;&quot;--sslAllowInvalidCertificates&quot;&lt;/tt&gt; - note it&apos;s not the same as &quot;Unvalidated&quot; SSL connection. That option (in combination with others) allows the client (e.g. shell) to present it&apos;s own certificate to the server, even if we accept that validation of the server&apos;s certificate can fail. The &quot;Unvalidated&quot; option does &lt;em&gt;not&lt;/em&gt; allow client to present its certificate.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Essentially, without these options the amount of SSL-related use cases supported by Compass is less than the amount of use cases supported by the shell.&lt;/p&gt;

&lt;p&gt;FWIW Even Robomongo does more than Compass: &lt;a href=&quot;http://blog.robomongo.org/robomongo-rc10/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://blog.robomongo.org/robomongo-rc10/&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="312999">COMPASS-2207</key>
            <summary>Compass should provide the same set of SSL-related options as mongo shell</summary>
                <type id="2" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14711&amp;avatarType=issuetype">New Feature</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="4">Incomplete</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="dmitry.ryabtsev@mongodb.com">Dmitry Ryabtsev</reporter>
                        <labels>
                            <label>security</label>
                    </labels>
                <created>Wed, 31 Aug 2016 06:29:26 +0000</created>
                <updated>Fri, 27 Sep 2019 07:19:14 +0000</updated>
                            <resolved>Fri, 27 Sep 2019 07:19:14 +0000</resolved>
                                                                    <component>Compass</component>
                        <due></due>
                            <votes>2</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="2435715" author="massimiliano.marcon" created="Fri, 27 Sep 2019 07:19:14 +0000"  >&lt;p&gt;Closing this issue in JIRA. It&apos;s been moved to the new, unified feedback engine at &lt;a href=&quot;https://feedback.mongodb.com/forums/924283-compass&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://feedback.mongodb.com/forums/924283-compass&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;We are looking for input to decide how to prioritize it, so go there, look for the suggestion, vote and leave comments. If you don&apos;t find it, feel free to create a new one.&lt;/p&gt;</comment>
                            <comment id="1792013" author="sam.weaver@10gen.com" created="Thu, 1 Feb 2018 17:23:53 +0000"  >&lt;p&gt;Anything outstanding will be addressed in Connect V2 work upcoming next q.&lt;/p&gt;</comment>
                            <comment id="1705402" author="peter.schmidt" created="Sat, 21 Oct 2017 00:37:19 +0000"  >&lt;p&gt;Closing as Wont Fix.&lt;/p&gt;

&lt;p&gt;Compass tickets should be raised in or migrated to the &lt;span class=&quot;error&quot;&gt;&amp;#91;COMPASS|jira.mongodb.org/browse/COMPASS&amp;#93;&lt;/span&gt; JIRA project.&lt;/p&gt;</comment>
                            <comment id="1557915" author="jason.mimick" created="Wed, 26 Apr 2017 03:22:49 +0000"  >&lt;p&gt;+1 on supporting less used SSL options.&lt;/p&gt;

&lt;p&gt;For example, I need to spin up demo clusters, bi-connectors, and other such stuff for trainings and consultations.&lt;br/&gt;
I would like to show customers how all our tools work seamlessly with auth, ssl, ldap, etc.&lt;/p&gt;

&lt;p&gt;Right now - I can&apos;t use Compass with --sslAllowInvalidHostnames, so double vote up to at least support that kind of option.&lt;/p&gt;</comment>
                            <comment id="1497220" author="dmitry.ryabtsev" created="Sat, 11 Feb 2017 01:44:39 +0000"  >&lt;p&gt;Can somebody please explain to me why this ticket was closed as &quot;Gone Away&quot;? As far as I can tell the situation is still the same with Compass 1.5.1 - there is no way to disable hostname validation, Unvalidated mode for SSL does not allow specifying a client&apos;s certificate etc.&lt;/p&gt;

&lt;p&gt;And to add a bit more, I&apos;ve got another ticket from a CS customer who claims that they can connect with SSL enabled using RoboMongo but not with Compass &amp;#8211; that again because hostname validation cannot be disabled in Compass.&lt;/p&gt;</comment>
                            <comment id="1373701" author="matt.kangas@10gen.com" created="Wed, 31 Aug 2016 18:16:21 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=dmitry.ryabtsev&quot; class=&quot;user-hover&quot; rel=&quot;dmitry.ryabtsev&quot;&gt;dmitry.ryabtsev&lt;/a&gt;, thank you for the feedback! It is true that some use-cases supported by the shell are not supported currently by Compass. I have linked known related issues to this ticket.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[500A000000WSykIIAT, 500A000000Zgq3ZIAR]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 31 Aug 2016 18:16:21 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 19 weeks, 5 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_14262" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>End date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 27 Oct 2017 23:59:59 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>INT-436</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>jessica.sigafoos@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            4 years, 19 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>dmitry.ryabtsev@mongodb.com</customfieldvalue>
            <customfieldvalue>jason.mimick</customfieldvalue>
            <customfieldvalue>massimiliano.marcon@mongodb.com</customfieldvalue>
            <customfieldvalue>matt.kangas</customfieldvalue>
            <customfieldvalue>peter.schmidt</customfieldvalue>
            <customfieldvalue>sam.weaver</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hs1adr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|ht7i5j:</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>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_14261" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>Start date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 31 Aug 2016 00:00:00 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hsrrp3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>