<?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 Splunk Add-on for Okta Identity Cloud- A bug? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Add-on-for-Okta-Identity-Cloud-A-bug/m-p/611111#M105862</link>
    <description>&lt;P&gt;I can across a bug for this app:&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/6553/" target="_blank" rel="noopener"&gt;https://splunkbase.splunk.com/app/6553/&lt;/A&gt;&amp;nbsp;and though I'd share.&lt;/P&gt;
&lt;P&gt;The log types logs and users work fine. But with apps and groups it's configure to get "enrichment data", this fails if you need to use a proxy.&lt;/P&gt;
&lt;P&gt;After a bit of trouble shooting I found the on line 243 in okta_utils.py there is no proxy in the request call. I updated it to the following and it works:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before:&lt;/P&gt;
&lt;P&gt;r = requests.request("GET", url, headers=headers)&lt;/P&gt;
&lt;P&gt;After:&lt;/P&gt;
&lt;P&gt;r = requests.request("GET", url, headers=headers,proxies=proxies,timeout=reqTimeout)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also had to add these lines to grab those settings, I added them just before the if statement:&lt;/P&gt;
&lt;P&gt;# Get Proxy settings&lt;BR /&gt;proxies = get_proxy_settings(self.session_key, self.logger)&lt;BR /&gt;# set RequestTimeout to 90sec&lt;BR /&gt;reqTimeout = float(90)&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2022 13:40:35 GMT</pubDate>
    <dc:creator>esbse</dc:creator>
    <dc:date>2022-08-29T13:40:35Z</dc:date>
    <item>
      <title>Splunk Add-on for Okta Identity Cloud- A bug?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Add-on-for-Okta-Identity-Cloud-A-bug/m-p/611111#M105862</link>
      <description>&lt;P&gt;I can across a bug for this app:&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/6553/" target="_blank" rel="noopener"&gt;https://splunkbase.splunk.com/app/6553/&lt;/A&gt;&amp;nbsp;and though I'd share.&lt;/P&gt;
&lt;P&gt;The log types logs and users work fine. But with apps and groups it's configure to get "enrichment data", this fails if you need to use a proxy.&lt;/P&gt;
&lt;P&gt;After a bit of trouble shooting I found the on line 243 in okta_utils.py there is no proxy in the request call. I updated it to the following and it works:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before:&lt;/P&gt;
&lt;P&gt;r = requests.request("GET", url, headers=headers)&lt;/P&gt;
&lt;P&gt;After:&lt;/P&gt;
&lt;P&gt;r = requests.request("GET", url, headers=headers,proxies=proxies,timeout=reqTimeout)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also had to add these lines to grab those settings, I added them just before the if statement:&lt;/P&gt;
&lt;P&gt;# Get Proxy settings&lt;BR /&gt;proxies = get_proxy_settings(self.session_key, self.logger)&lt;BR /&gt;# set RequestTimeout to 90sec&lt;BR /&gt;reqTimeout = float(90)&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 13:40:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Add-on-for-Okta-Identity-Cloud-A-bug/m-p/611111#M105862</guid>
      <dc:creator>esbse</dc:creator>
      <dc:date>2022-08-29T13:40:35Z</dc:date>
    </item>
  </channel>
</rss>

