<?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>question Re: Using NIFI OAuth2 access Token provider in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Using-NIFI-OAuth2-access-Token-provider/m-p/372724#M241359</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/105575"&gt;@MOUROU&lt;/a&gt;&amp;nbsp;I recently built a nifi flow in version 1.21 that uses the NiFI API from within nifi, and it is NOT necessary to get access token.&amp;nbsp; From within nifi i am able to just start using the api calls I needed.&amp;nbsp; &amp;nbsp; &amp;nbsp;It would be worth it to see if 1.16 behaves the same way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That flow is here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/cldr-steven-matison/NiFi-Templates/blob/main/NiFi_Template_XML_to_Flow_Definition_JSON.json" target="_blank"&gt;https://github.com/cldr-steven-matison/NiFi-Templates/blob/main/NiFi_Template_XML_to_Flow_Definition_JSON.json&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jun 2023 15:54:50 GMT</pubDate>
    <dc:creator>steven-matison</dc:creator>
    <dc:date>2023-06-15T15:54:50Z</dc:date>
    <item>
      <title>Using NIFI OAuth2 access Token provider</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Using-NIFI-OAuth2-access-Token-provider/m-p/372677#M241343</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My NIFI version is 1.16.3.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to fetch the status of some processors (NIFI-API) within NIFI it self using InvokeHTTP processor.&lt;/P&gt;&lt;P&gt;My NIFI-API is protected and need authentication to be used. I have a technical user with username and password that could get a token from the token API endpoint:&lt;/P&gt;&lt;P&gt;&lt;A href="https://nifi.company.com/nifi-api/access/token" target="_blank" rel="noopener"&gt;https://nifi.company.com/nifi-api/access/token&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;So I defined a controller service&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;OAuth2AccessTokenProvider&lt;/STRONG&gt; to generate access tokens.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MOUROU_0-1686822805218.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37835iDAA340315D728F09/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MOUROU_0-1686822805218.png" alt="MOUROU_0-1686822805218.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From next defined API endpoint, I want to get the proprieties of a NIFI processor by its ID&lt;/P&gt;&lt;P&gt;&lt;A href="https://nifi.company.com/nifi-api/processors/ae91429e-es3a-1eq9-fe53-b13680cff1e5" target="_blank" rel="noopener"&gt;https://nifi.company.com/nifi-api/processors/ae91429e-es3a-1eq9-fe53-b13680cff1e5&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I used for that the&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;InvokeHTTP&amp;nbsp;&lt;/STRONG&gt;processor with a &lt;STRONG&gt;GET&lt;/STRONG&gt; HTTP method and by linking the&amp;nbsp;&lt;STRONG&gt;OAuth2 Access Token provider&lt;/STRONG&gt; field to the previously defined&amp;nbsp;&lt;STRONG&gt;OAuth2AccessTokenProvider&lt;/STRONG&gt; controller service.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I am getting such error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;InvokeHTTP&lt;/STRONG&gt; Failed to properly initialize Processor. If still scheduled to run, NiFi will attempt to initialize and run the Processor again after the 'Administrative Yield Duration' has elapsed. Failure is due to java.io.UncheckedIOException: &lt;STRONG&gt;OAuth2 access token request failed&lt;/STRONG&gt;: java.io.UncheckedIOException: &lt;STRONG&gt;OAuth2 access token request failed&lt;/STRONG&gt;&lt;BR /&gt;- Caused by: com.fasterxml.jackson.core.JsonParseException: &lt;STRONG&gt;Unrecognized token&lt;/STRONG&gt; 'utzcnd154ffd54gedg6g5fd6gdfg656556gdg5gdgt54894455444454fsdf45fd': &lt;STRONG&gt;was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false')&lt;/STRONG&gt;&lt;BR /&gt;at [Source: (&lt;STRONG&gt;String&lt;/STRONG&gt;)"utzcnd154ffd54gedg6g5fd6gdfg656556gdg5gdgt54894455444454fsdf45fd"[truncated 548 chars]; line: 1, column: 81]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I changed the real Token value with a random series of characters.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 06:52:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Using-NIFI-OAuth2-access-Token-provider/m-p/372677#M241343</guid>
      <dc:creator>MOUROU</dc:creator>
      <dc:date>2026-04-21T06:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using NIFI OAuth2 access Token provider</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Using-NIFI-OAuth2-access-Token-provider/m-p/372699#M241351</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/105575"&gt;@MOUROU&lt;/a&gt;,&amp;nbsp;Welcome to our community! To help you get the best possible answer, I have tagged in our NiFi experts&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/95503"&gt;@steven-matison&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&amp;nbsp;who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 13:09:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Using-NIFI-OAuth2-access-Token-provider/m-p/372699#M241351</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2023-06-15T13:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using NIFI OAuth2 access Token provider</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Using-NIFI-OAuth2-access-Token-provider/m-p/372724#M241359</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/105575"&gt;@MOUROU&lt;/a&gt;&amp;nbsp;I recently built a nifi flow in version 1.21 that uses the NiFI API from within nifi, and it is NOT necessary to get access token.&amp;nbsp; From within nifi i am able to just start using the api calls I needed.&amp;nbsp; &amp;nbsp; &amp;nbsp;It would be worth it to see if 1.16 behaves the same way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That flow is here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/cldr-steven-matison/NiFi-Templates/blob/main/NiFi_Template_XML_to_Flow_Definition_JSON.json" target="_blank"&gt;https://github.com/cldr-steven-matison/NiFi-Templates/blob/main/NiFi_Template_XML_to_Flow_Definition_JSON.json&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 15:54:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Using-NIFI-OAuth2-access-Token-provider/m-p/372724#M241359</guid>
      <dc:creator>steven-matison</dc:creator>
      <dc:date>2023-06-15T15:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using NIFI OAuth2 access Token provider</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Using-NIFI-OAuth2-access-Token-provider/m-p/372733#M241363</link>
      <description>&lt;P&gt;&lt;SPAN class="HwtZe"&gt;&lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/32119"&gt;@VidyaSargur&lt;/a&gt;&amp;nbsp; thank you very much for your warm welcome &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 19:13:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Using-NIFI-OAuth2-access-Token-provider/m-p/372733#M241363</guid>
      <dc:creator>MOUROU</dc:creator>
      <dc:date>2023-06-15T19:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using NIFI OAuth2 access Token provider</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Using-NIFI-OAuth2-access-Token-provider/m-p/372734#M241364</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/95503"&gt;@steven-matison&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Looking at your flow-definition, I see that your invokeHTTP processor are configured to use an SSLContextService.&amp;nbsp; I am assuming that SSLContextService is configured with the HTTPS enabled NiFi keystore and Truststore.&amp;nbsp; &amp;nbsp;When you then access the https rest-api endpoint, NiFi in the TLS exchange WANTs a client certificate which would be provided via the SSLContextService.&amp;nbsp; I am then guessing your NiFi servers have been authorized to access that rest-api endpoint.&lt;BR /&gt;&lt;BR /&gt;You are correct that you would not need an Access Token since authentication was handled via a mutual TLS exchange with NiFi.&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Using certificates is actually the recommend method for interacting with the NiFi rest-api for a number of reasons:&lt;BR /&gt;- No need for extra step to get a token.&lt;/P&gt;&lt;P&gt;- Token is only valid for the specific NiFi node that issued it.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 20:16:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Using-NIFI-OAuth2-access-Token-provider/m-p/372734#M241364</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2023-06-15T20:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using NIFI OAuth2 access Token provider</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Using-NIFI-OAuth2-access-Token-provider/m-p/372735#M241365</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/105575"&gt;@MOUROU&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'd recommend using a clientAuth certificate fro interacting with the NiFi rest-api.&amp;nbsp; Certificate based authentication via a mutualTLS exchange (always enabled in a secure NiFi) is already how NiFi nodes communicate with one another.&amp;nbsp; Using certificate does not require the extra step if obtaining a token,&amp;nbsp; Token is only valid for use with the NiFi node that issues it.&amp;nbsp; Certificated can be created with long expiration times (typically valid for 1 or 2 years by default)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic"&gt;If you found that the provided solution(s) assisted you with your query, please take a moment to login and click&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;Accept as Solution&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;below each response that helped.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;Matt&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 20:20:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Using-NIFI-OAuth2-access-Token-provider/m-p/372735#M241365</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2023-06-15T20:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using NIFI OAuth2 access Token provider</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Using-NIFI-OAuth2-access-Token-provider/m-p/372786#M241375</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/95503"&gt;@steven-matison&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you first for your interaction.&lt;/P&gt;&lt;P&gt;For my case the SSL Context Service is not necessary to request from any unprotected API.&lt;BR /&gt;Our NIFI-API need authentication to be used also within NIFI UI. &lt;STRONG&gt;InvokeHTTP&lt;/STRONG&gt; didn't succeed to request anything from the API without authentication.&lt;BR /&gt;But here I will explain you how it could be possible. I created a pipeline composed of theses processors:&lt;/P&gt;&lt;P&gt;1- &lt;STRONG&gt;GenerateFlowFile&lt;/STRONG&gt;: Create FlowFile with username and password of the technical user&lt;BR /&gt;2- &lt;STRONG&gt;InvokeHTTP&lt;/STRONG&gt;: Ask for an access token from the token API endpoint&lt;BR /&gt;3- &lt;STRONG&gt;UpdateAttribute&lt;/STRONG&gt;: Format the token and save it as ‘Authorization’ attribute&lt;BR /&gt;4- &lt;STRONG&gt;InvokeHTTP&lt;/STRONG&gt;: Use this attribute for a HTTP request.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MOUROU_0-1686912285932.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37852i62C185FF6F5A4D80/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MOUROU_0-1686912285932.png" alt="MOUROU_0-1686912285932.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is every processor properties:&lt;/P&gt;&lt;P&gt;1- &lt;STRONG&gt;GenerateFlowFile&lt;/STRONG&gt;: Technical user declaration&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MOUROU_1-1686912344218.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37853iF348BFF61499E35D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MOUROU_1-1686912344218.png" alt="MOUROU_1-1686912344218.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2- &lt;STRONG&gt;InvokeHTTP&lt;/STRONG&gt;: Ask for access token&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MOUROU_2-1686912398687.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37854i00F62B8B4295D792/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MOUROU_2-1686912398687.png" alt="MOUROU_2-1686912398687.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MOUROU_9-1686913269494.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37861i40BF6EF222B0666C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MOUROU_9-1686913269494.png" alt="MOUROU_9-1686913269494.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3- &lt;STRONG&gt;UpdateAttribute&lt;/STRONG&gt;: Authorization attribute&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MOUROU_4-1686912763468.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37856i58FE048692CCD67B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MOUROU_4-1686912763468.png" alt="MOUROU_4-1686912763468.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;4- &lt;STRONG&gt;InvokeHTTP&lt;/STRONG&gt;: Request Processor Status&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MOUROU_6-1686912821160.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37858iB3FDB41632F70BAB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MOUROU_6-1686912821160.png" alt="MOUROU_6-1686912821160.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MOUROU_7-1686912857424.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37859i7B41D96DA5400212/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MOUROU_7-1686912857424.png" alt="MOUROU_7-1686912857424.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MOUROU_8-1686912889161.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37860i1D269112A3EBD842/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MOUROU_8-1686912889161.png" alt="MOUROU_8-1686912889161.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this is not the proper and clean way to do it for such reasons:&lt;BR /&gt;- I need to provide the password of the technical user with a visible way&lt;BR /&gt;- Each time we consult the API, we will generate a new access token. But a token should be used until its expiration time, and not generating so many tokens.&lt;/P&gt;&lt;P&gt;That is why I tried to use the &lt;STRONG&gt;StandardOauth2AccessTokenProvider&lt;/STRONG&gt; controller service.. Who should be responsible of fetching access token and attach it to the header of the &lt;STRONG&gt;InvokeHTTP&lt;/STRONG&gt; processor request. But unfortunately I am getting the previous described error.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 11:07:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Using-NIFI-OAuth2-access-Token-provider/m-p/372786#M241375</guid>
      <dc:creator>MOUROU</dc:creator>
      <dc:date>2023-06-16T11:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using NIFI OAuth2 access Token provider</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Using-NIFI-OAuth2-access-Token-provider/m-p/372804#M241380</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/105575"&gt;@MOUROU&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Is your NiFi configured to support Oauth2 based user authentication?&lt;BR /&gt;It looks more like you are using either kerberos-provider or ldap-provider fro user authentication.&lt;BR /&gt;&lt;BR /&gt;My suggestion to create a client certificate and use a SSLContext service for client authentication for an automated dataflow like this is because:&lt;BR /&gt;1. No need to obtain an token ever.&lt;BR /&gt;2. Certs can be created with long expiration time.&lt;BR /&gt;3. Tokens are NiFi node specific (same token is not valid for a different NiFi node in a the same NiFi cluster).&lt;BR /&gt;4. Same certs works no matter which node in the cluster the invokeHTTP connects with.&lt;BR /&gt;&lt;BR /&gt;Matt&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 13:25:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Using-NIFI-OAuth2-access-Token-provider/m-p/372804#M241380</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2023-06-16T13:25:09Z</dc:date>
    </item>
  </channel>
</rss>

