<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:19:52 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>[CDRIVER-4081] Add native support for AWS IAM Roles for service accounts, EKS in particular</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-4081</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>
  &lt;div id=&quot;script-target-wrapper&quot;&gt;
    &lt;br&gt;
    &lt;b&gt;DRIVERS Ticket Description&lt;/b&gt;
    &lt;div id=&quot;lang-script-target&quot;&gt;
      &lt;!-- This block of HTML and the script in it auto-populate the      DRIVERS ticket description on page load. --&gt;
      Script Target - If you can read this text, the script has failed
      &lt;script&gt;
        $.get(&apos;https://jira.mongodb.org/browse/DRIVERS-1746&apos;,
          function(data) {
            var description = $(data).find(&quot;#description-val&quot;);
            $(&quot;#lang-script-target&quot;).html(description);
        });
      &lt;/script&gt;
    &lt;/div&gt;
  &lt;/div&gt;
</description>
                <environment></environment>
        <key id="1820959">CDRIVER-4081</key>
            <summary>Add native support for AWS IAM Roles for service accounts, EKS in particular</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="13201">Fixed</resolution>
                                        <assignee username="kevin.albertson@mongodb.com">Kevin Albertson</assignee>
                                    <reporter username="backlog-server-pm">Backlog - Core Eng Program Management Team</reporter>
                        <labels>
                    </labels>
                <created>Thu, 15 Jul 2021 21:39:34 +0000</created>
                <updated>Sat, 28 Oct 2023 11:28:24 +0000</updated>
                            <resolved>Tue, 14 Mar 2023 20:27:22 +0000</resolved>
                                                    <fixVersion>1.24.0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="5272522" author="xgen-internal-githook" created="Tue, 14 Mar 2023 20:27:05 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Kevin Albertson&apos;, &apos;email&apos;: &apos;kevin.albertson@mongodb.com&apos;, &apos;username&apos;: &apos;kevinAlbs&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4081&quot; title=&quot;Add native support for AWS IAM Roles for service accounts, EKS in particular&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4081&quot;&gt;&lt;del&gt;CDRIVER-4081&lt;/del&gt;&lt;/a&gt; Add support for `AssumeRoleWithWebIdentity` in AWS Auth (#1211)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;ignore NULL for `bson_string_free`&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Follows pattern of other destroy / free functions in libbson and libmongoc&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;add use_tls option to _send_http_request&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;add `_obtain_creds_from_assumerolewithwebidentity`&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;rename expiration_to_timer to expiration_iso8601_to_timer&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix length in `_mongoc_http_send`&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;`datalen` is capacity of the buffer.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix size arg in `bin_to_hex` utility&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;The size argument includes the NULL byte&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;test in Evergreen&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;format util.h&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;move `hex_to_bin` and `bin_to_hex` to mongoc-util-private.h&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;test `bin_to_hex` and `hex_to_bin`&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;lowercase variable names&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;revise comment for null terminator&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;break long line at ampersand&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;add spaces between test cases&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;multiply before cast&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/d838ef21d5cf1f61008cac8681ebc4774249c363&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/d838ef21d5cf1f61008cac8681ebc4774249c363&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="1820967">PHPC-1895</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10620">
                    <name>Issue split</name>
                                                                <inwardlinks description="split from">
                                        <issuelink>
            <issuekey id="1710421">DRIVERS-1746</issuekey>
        </issuelink>
                            </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_21553" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Quarter</customfieldname>
                        <customfieldvalues>
                                        <label>FY23Q3</label>
            <label>FY24Q1</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr6i7r:f0x</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_21457" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Upstream Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-1746&quot; title=&quot;Add native support for AWS IAM Roles for service accounts, EKS in particular&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-1746&quot;&gt;&lt;del&gt;DRIVERS-1746&lt;/del&gt;&lt;/a&gt;:&lt;br/&gt;
&lt;b&gt;Summary of required changes&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Add support for AssumeRoleWithWebIdentity in AWS Auth&lt;/li&gt;
	&lt;li&gt;Add integration tests to verify usage&lt;/li&gt;
	&lt;li&gt;Use the credentials found in&#160;&lt;a href=&quot;https://docs.google.com/document/d/1cDJg9cMIFVklBx7YWhJuOUvR7QWbJayW5M97IcO-nLA/edit&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this document&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Additional background&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Please see &lt;a href=&quot;https://github.com/mongodb/specifications/commit/bc4257fed21186ba9b53e2c0b7e92482da196882&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/bc4257fed21186ba9b53e2c0b7e92482da196882&lt;/a&gt; for the specification change and &lt;a href=&quot;https://github.com/mongodb/specifications/commit/cdd93a4c7639014c8837d34a3e26e408d7b14d5b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/cdd93a4c7639014c8837d34a3e26e408d7b14d5b&lt;/a&gt; for a clarification.&lt;/p&gt;

&lt;p&gt;Please see &lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/daa88998837aace9296b7c1f599c901f3cdac86f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/daa88998837aace9296b7c1f599c901f3cdac86f&lt;/a&gt;&#160;for a reference implementation in C#.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Integration test&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Drivers are expected to add an integration test as described in the specification change&lt;/p&gt;</customfieldvalue>

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