<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:11:20 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>[DOCS-14848] AWS CMKs Doc fix</title>
                <link>https://jira.mongodb.org/browse/DOCS-14848</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;#1 - The AWS doc link from this page:&lt;br/&gt;
&lt;tt&gt;&lt;a href=&quot;https://docs.atlas.mongodb.com/security-aws-kms/#std-label-security-aws-kms&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.atlas.mongodb.com/security-aws-kms/#std-label-security-aws-kms&lt;/a&gt;&lt;/tt&gt;&lt;br/&gt;
should be to creating symmetric CMKs, not the generic create CMKs page (as it is now). E.g., proper target is this:&lt;br/&gt;
&lt;tt&gt;&lt;a href=&quot;https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html#create-symmetric-cmk&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html#create-symmetric-cmk&lt;/a&gt;&lt;/tt&gt;&lt;br/&gt;
&#160;#2 - We should be explicit in all 3 cloud provider docs that the master key&#160;&lt;em&gt;must&lt;/em&gt;&#160;be symmetric for AWS &amp;amp; GCP, and must be asymmetric (public/private) for Azure:&lt;br/&gt;
{{&lt;a href=&quot;https://docs.atlas.mongodb.com/cluster-config/encryption/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.atlas.mongodb.com/cluster-config/encryption/&lt;/a&gt;}}I suspect what happened is that when we only supported AWS we didn&apos;t specify, because the default was symmetric AES.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1890372">DOCS-14848</key>
            <summary>AWS CMKs Doc fix</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="zach.carr@mongodb.com">Zachary Carr</assignee>
                                    <reporter username="eric.widanka@mongodb.com">Eric Widanka</reporter>
                        <labels>
                    </labels>
                <created>Tue, 5 Oct 2021 17:58:09 +0000</created>
                <updated>Fri, 8 Oct 2021 19:43:59 +0000</updated>
                            <resolved>Fri, 8 Oct 2021 19:43:42 +0000</resolved>
                                                                    <component>Atlas</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="4113868" author="zach.carr" created="Fri, 8 Oct 2021 19:43:42 +0000"  >&lt;p&gt;Thanks Kenneth, thanks Eric!&lt;/p&gt;

&lt;p&gt;&amp;#8211;&lt;/p&gt;

&lt;p&gt;Merged to master, to be published later today.&lt;/p&gt;</comment>
                            <comment id="4113659" author="kenneth.white" created="Fri, 8 Oct 2021 18:23:33 +0000"  >&lt;p&gt;Just LGTM&apos;d the PR. Thanks Zachary.&lt;/p&gt;</comment>
                            <comment id="4113425" author="JIRAUSER1253636" created="Fri, 8 Oct 2021 17:11:07 +0000"  >&lt;p&gt;Hi&#160;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=zach.carr&quot; class=&quot;user-hover&quot; rel=&quot;zach.carr&quot;&gt;zach.carr&lt;/a&gt;, this doc change is requested on behalf of &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=kenneth.white&quot; class=&quot;user-hover&quot; rel=&quot;kenneth.white&quot;&gt;kenneth.white&lt;/a&gt;&#160;&amp;amp;&#160;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=cynthia.braund&quot; class=&quot;user-hover&quot; rel=&quot;cynthia.braund&quot;&gt;cynthia.braund&lt;/a&gt;&#160; that stemmed originally from my customers support ticket. I am out of my domain to provide feedback so hopefully Kenn or Cynthia can help.&lt;/p&gt;</comment>
                            <comment id="4113307" author="zach.carr" created="Fri, 8 Oct 2021 16:30:02 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=eric.widanka&quot; class=&quot;user-hover&quot; rel=&quot;eric.widanka&quot;&gt;eric.widanka&lt;/a&gt;, thanks for catching this. Would you mind reviewing the docs changes &lt;a href=&quot;https://github.com/10gen/cloud-docs/pull/2742&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;in this PR&lt;/a&gt;? I had a couple of questions. Thank you! &lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 8 Oct 2021 16:30:02 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 17 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_14873" key="com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker">
                        <customfieldname>External Reviewer</customfieldname>
                        <customfieldvalues>
                                    <customfieldvalue><![CDATA[eric.widanka@mongodb.com]]></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>jess.mokrzecki@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            2 years, 17 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>eric.widanka@mongodb.com</customfieldvalue>
            <customfieldvalue>kenneth.white@mongodb.com</customfieldvalue>
            <customfieldvalue>zach.carr@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i04cuv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hzo3h3:</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="5324">CET: Hedgehog (5-11 Oct 21)</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</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|i03z07:</customfieldvalue>

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