<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:44:45 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>[CSHARP-3233] FLE guide for Azure/GCP</title>
                <link>https://jira.mongodb.org/browse/CSHARP-3233</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description>&lt;ul&gt;
	&lt;li&gt;The Docs team is working on DOCSP-12575 and DOCSP-12576 to create an FLE guide for Java and Python for the beta release on 11/5. In order to do the same for C# they need the following from us.&lt;/li&gt;
	&lt;li&gt;All artifacts in &lt;a href=&quot;https://docs.google.com/document/d/1oxfs2_7g-g4JWXNQmr6s8Dbm9exmaMOzQ8QMtmkvZcA/edit#heading=h.cqikrc7gu0j&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this&lt;/a&gt; list&lt;/li&gt;
	&lt;li&gt;A private GitHub gist for all code snippets&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Ideally, they want this information from us a few days before 11/5 to ensure they have everything they need. &lt;/p&gt;

&lt;p&gt;The links below point to the existing code snippets on the CSFLE guide pages for Java, Node, and Python.&lt;br/&gt;
&lt;a href=&quot;https://docs.mongodb.com/drivers/security/client-side-field-level-encryption-guide&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/drivers/security/client-side-field-level-encryption-guide&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://docs.mongodb.com/drivers/security/client-side-field-level-encryption-local-key-to-kms&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/drivers/security/client-side-field-level-encryption-local-key-to-kms&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="1524180">CSHARP-3233</key>
            <summary>FLE guide for Azure/GCP</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="dmitry.lukyanov@mongodb.com">Dmitry Lukyanov</assignee>
                                    <reporter username="esha.bhargava@mongodb.com">Esha Bhargava</reporter>
                        <labels>
                    </labels>
                <created>Fri, 23 Oct 2020 19:35:14 +0000</created>
                <updated>Mon, 9 Nov 2020 19:35:14 +0000</updated>
                            <resolved>Mon, 9 Nov 2020 19:35:14 +0000</resolved>
                                                                    <component>Documentation</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="3470209" author="chris.cho" created="Fri, 30 Oct 2020 20:31:47 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=dmitry.lukyanov&quot; class=&quot;user-hover&quot; rel=&quot;dmitry.lukyanov&quot;&gt;dmitry.lukyanov&lt;/a&gt;&#160;I missed these two items, the first of which you brought to my attention (recorded them in the Addendum section just now):&lt;/p&gt;

&lt;p&gt;&lt;b&gt;1)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Insert&lt;/b&gt; code snippet in which you create an encrypted client (client that automatically encrypts using the schema) and &#8220;Insert a Document with Encrypted Fields&#8221; &lt;a href=&quot;https://docs.mongodb.com/drivers/security/client-side-field-level-encryption-guide#insert-a-document-with-encrypted-fields&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/drivers/security/client-side-field-level-encryption-guide#insert-a-document-with-encrypted-fields&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;&lt;b&gt;2)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Full runnable example of this CSFLE use case featuring the same schema, with methods that can be configured for local or KMS master key providers. This also includes &lt;b&gt;querying&lt;/b&gt; the previously inserted encrypted data without an encrypted client and showing the plaintext result. The project directory will be added to the csfle-guides repo:&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb-university/csfle-guides/tree/master/java/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-university/csfle-guides/tree/master/java/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb-university/csfle-guides/tree/master/nodejs/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-university/csfle-guides/tree/master/nodejs/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb-university/csfle-guides/tree/master/python&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-university/csfle-guides/tree/master/python&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="3465631" author="chris.cho" created="Wed, 28 Oct 2020 00:07:34 +0000"  >&lt;p&gt;I think it might have been confusing to mention&#160;DOCSP-12575&#160;and&#160;DOCSP-12576.&lt;/p&gt;

&lt;p&gt;As I understand this ticket, it&apos;s to get the C# versions of the code snippets to insert into the existing CSFLE guide&#160;(&lt;a href=&quot;https://docs.mongodb.com/drivers/security/client-side-field-level-encryption-guide&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/drivers/security/client-side-field-level-encryption-guide)&#160;&lt;/a&gt;for parity with Node.js, Java, and Python.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;I&apos;m not sure what tickets have been created so far, but here&apos;s how I might arrange the tickets which might help clarify where this fits in:&lt;/p&gt;

&lt;p&gt;1) CSHARP ticket (this one)&lt;/p&gt;

&lt;p&gt;1a) DOCSP ticket for updating CSFLE guide with C# snippets (depends on 1)&lt;/p&gt;

&lt;p&gt;2) DOCSP epic for Azure update to KMS guide (&lt;a href=&quot;https://docs.mongodb.com/drivers/security/client-side-field-level-encryption-local-key-to-kms)&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/drivers/security/client-side-field-level-encryption-local-key-to-kms)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2a) DOCSP ticket for Azure update in Node.js&#160;&lt;/p&gt;

&lt;p&gt;2b) DOCSP ticket for Azure update in Java&lt;/p&gt;

&lt;p&gt;2c) DOCSP ticket for Azure update in Python&lt;/p&gt;

&lt;p&gt;2d) DOCSP ticket for Azure in C# (depends on 1)&lt;/p&gt;

&lt;p&gt;3) DOCSP epic for GCP update to KMS guide&lt;/p&gt;

&lt;p&gt;3a...d (similar to above)&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                    </comments>
                    <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_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr6krj:</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>