<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Automatically (programatically) rotate AWS credentials for Athena data connection in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Automatically-programatically-rotate-AWS-credentials-for-Athena/m-p/2460694#M20750</link>
    <description>&lt;P&gt;I would like to rotate the access key ID, secret key and session token for my Athena data connection. I have been looking at the Data Connections REST API (&lt;A href="https://qlik.dev/apis/rest/data-connections/" target="_blank" rel="noopener"&gt;https://qlik.dev/apis/rest/data-connections/&lt;/A&gt;) and the Data Credentials REST API (&lt;A href="https://qlik.dev/apis/rest/data-credentials/" target="_blank" rel="noopener"&gt;https://qlik.dev/apis/rest/data-credentials/&lt;/A&gt;), but I cannot figure out how to do it.&lt;/P&gt;
&lt;P&gt;When I call the List data-connections API with&amp;nbsp;&lt;SPAN&gt;extended&lt;/SPAN&gt;=true, I get the&amp;nbsp;&lt;SPAN&gt;qCredentialsID in the response. However, when I plug that one into the Get Data Credentials API, I get a 404. I'm using Qlik Cloud and M2M OAuth authentication.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2024 10:58:01 GMT</pubDate>
    <dc:creator>arno_geurts</dc:creator>
    <dc:date>2024-06-10T10:58:01Z</dc:date>
    <item>
      <title>Automatically (programatically) rotate AWS credentials for Athena data connection</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Automatically-programatically-rotate-AWS-credentials-for-Athena/m-p/2460694#M20750</link>
      <description>&lt;P&gt;I would like to rotate the access key ID, secret key and session token for my Athena data connection. I have been looking at the Data Connections REST API (&lt;A href="https://qlik.dev/apis/rest/data-connections/" target="_blank" rel="noopener"&gt;https://qlik.dev/apis/rest/data-connections/&lt;/A&gt;) and the Data Credentials REST API (&lt;A href="https://qlik.dev/apis/rest/data-credentials/" target="_blank" rel="noopener"&gt;https://qlik.dev/apis/rest/data-credentials/&lt;/A&gt;), but I cannot figure out how to do it.&lt;/P&gt;
&lt;P&gt;When I call the List data-connections API with&amp;nbsp;&lt;SPAN&gt;extended&lt;/SPAN&gt;=true, I get the&amp;nbsp;&lt;SPAN&gt;qCredentialsID in the response. However, when I plug that one into the Get Data Credentials API, I get a 404. I'm using Qlik Cloud and M2M OAuth authentication.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 10:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Automatically-programatically-rotate-AWS-credentials-for-Athena/m-p/2460694#M20750</guid>
      <dc:creator>arno_geurts</dc:creator>
      <dc:date>2024-06-10T10:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically (programatically) rotate AWS credentials for Athena data connection</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Automatically-programatically-rotate-AWS-credentials-for-Athena/m-p/2468189#M20853</link>
      <description>&lt;P&gt;We are in the same situation with Qlik SaaS here.&lt;/P&gt;
&lt;P&gt;It looks like there is an API for managing connection properties [1], but it apparently cannot update credentials. There is a hint to delete and recreate with updated credentials.&lt;/P&gt;
&lt;P&gt;Is that the solution?&lt;/P&gt;
&lt;P&gt;[1] &lt;A href="https://qlik.dev/manage/data-connections/update-data-connections/#change-all-connection-properties-or-credentials" target="_blank"&gt;https://qlik.dev/manage/data-connections/update-data-connections/#change-all-connection-properties-or-credentials&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 06:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Automatically-programatically-rotate-AWS-credentials-for-Athena/m-p/2468189#M20853</guid>
      <dc:creator>matze123</dc:creator>
      <dc:date>2024-07-05T06:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically (programatically) rotate AWS credentials for Athena data connection</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Automatically-programatically-rotate-AWS-credentials-for-Athena/m-p/2473578#M21020</link>
      <description>&lt;P&gt;We have indeed checked on the Qlik Dev Slack and what we have done is the deletion/creation of of data connection with a lambda every 30min.&amp;nbsp;We were told that because of that workaround (you just have to reuse the same connection name), the update API is not a priority.&lt;/P&gt;
&lt;P&gt;We also discovered an old/new endpoint to list the data connection properties for a specific connector:&amp;nbsp;&lt;A href="https://qlik.dev/apis/rest/data-sources/#get-v1-data-sources-dataSourceId-api-specs" target="_blank"&gt;https://qlik.dev/apis/rest/data-sources/#get-v1-data-sources-dataSourceId-api-specs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 14:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Automatically-programatically-rotate-AWS-credentials-for-Athena/m-p/2473578#M21020</guid>
      <dc:creator>jonathan_sq</dc:creator>
      <dc:date>2024-07-29T14:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically (programatically) rotate AWS credentials for Athena data connection</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Automatically-programatically-rotate-AWS-credentials-for-Athena/m-p/2477685#M21144</link>
      <description>&lt;P&gt;This thread covers the solution, but I encourage you to add this request to ideation as we still plan on supporting update calls in the future and I'd love to track demand for it.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 07:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Automatically-programatically-rotate-AWS-credentials-for-Athena/m-p/2477685#M21144</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2024-08-23T07:56:04Z</dc:date>
    </item>
  </channel>
</rss>

