<?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 How does precedence work for authorize.conf? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-does-precedence-work-for-authorize-conf/m-p/345680#M8729</link>
    <description>&lt;P&gt;On the deployer server we have the &lt;CODE&gt;authorize.conf&lt;/CODE&gt; under &lt;CODE&gt;/opt/splunk/etc/shcluster/apps/key_all_authentication/local&lt;/CODE&gt; and on the search heads we ended up having &lt;CODE&gt;authorize.conf&lt;/CODE&gt; under &lt;CODE&gt;etc/system/local&lt;/CODE&gt;. Apparently the one under &lt;CODE&gt;etc/system/local&lt;/CODE&gt; takes precedence, which seems to me a bit strange as search time precedence order starts usually with the apps...&lt;/P&gt;

&lt;P&gt;What am I missing?&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2017 14:54:22 GMT</pubDate>
    <dc:creator>ddrillic</dc:creator>
    <dc:date>2017-08-02T14:54:22Z</dc:date>
    <item>
      <title>How does precedence work for authorize.conf?</title>
      <link>https://community.splunk.com/t5/Security/How-does-precedence-work-for-authorize-conf/m-p/345680#M8729</link>
      <description>&lt;P&gt;On the deployer server we have the &lt;CODE&gt;authorize.conf&lt;/CODE&gt; under &lt;CODE&gt;/opt/splunk/etc/shcluster/apps/key_all_authentication/local&lt;/CODE&gt; and on the search heads we ended up having &lt;CODE&gt;authorize.conf&lt;/CODE&gt; under &lt;CODE&gt;etc/system/local&lt;/CODE&gt;. Apparently the one under &lt;CODE&gt;etc/system/local&lt;/CODE&gt; takes precedence, which seems to me a bit strange as search time precedence order starts usually with the apps...&lt;/P&gt;

&lt;P&gt;What am I missing?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 14:54:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-does-precedence-work-for-authorize-conf/m-p/345680#M8729</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-08-02T14:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: How does precedence work for authorize.conf?</title>
      <link>https://community.splunk.com/t5/Security/How-does-precedence-work-for-authorize-conf/m-p/345681#M8730</link>
      <description>&lt;P&gt;Configs under system/local always gets precedence over the apps//system/local.&lt;BR /&gt;
In regards to authorize.conf, since these are clustered search heads and you use deployer, would be better to use under apps to avoid confusion.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 17:24:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-does-precedence-work-for-authorize-conf/m-p/345681#M8730</guid>
      <dc:creator>bheemireddi</dc:creator>
      <dc:date>2017-08-02T17:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: How does precedence work for authorize.conf?</title>
      <link>https://community.splunk.com/t5/Security/How-does-precedence-work-for-authorize-conf/m-p/345682#M8731</link>
      <description>&lt;P&gt;Fair enough. Since it's search time the following, in my mind, should apply&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/Admin/Wheretofindtheconfigurationfiles"&gt;Configuration file precedence&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;It says&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Precedence order within app or user context&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;When there's an app/user context, directory priority descends from user to app to system: &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;User directories for current user -- highest priority &lt;/LI&gt;
&lt;LI&gt;App directories for currently running app (local, followed by default) &lt;/LI&gt;
&lt;LI&gt;App directories for all other apps (local, followed by default) -- for exported settings only &lt;/LI&gt;
&lt;LI&gt;System directories (local, followed by default) -- lowest priority &lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;An attribute in savedsearches.conf, for example, might be set at all three levels: the user, the app, and the system. Splunk will always use the value of the user-level attribute, if any, in preference to a value for that same attribute set at the app or system level. &lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 19:08:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-does-precedence-work-for-authorize-conf/m-p/345682#M8731</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-08-02T19:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: How does precedence work for authorize.conf?</title>
      <link>https://community.splunk.com/t5/Security/How-does-precedence-work-for-authorize-conf/m-p/345683#M8732</link>
      <description>&lt;P&gt;Yes, Splunk applies different precedence for the configuration files in global context vs app/user context. Below link should explain in detail. Since authorize.conf is a system configuration file and not a user/app context. &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/Admin/Wheretofindtheconfigurationfiles"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.2/Admin/Wheretofindtheconfigurationfiles&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Precedence order within global context:&lt;BR /&gt;
When the context is global (that is, where there's no app/user context), directory priority descends in this order:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;System local directory -- highest priority&lt;/LI&gt;
&lt;LI&gt;App local directories &lt;/LI&gt;
&lt;LI&gt;App default directories &lt;/LI&gt;
&lt;LI&gt;System default directory -- lowest priority&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 02 Aug 2017 20:08:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-does-precedence-work-for-authorize-conf/m-p/345683#M8732</guid>
      <dc:creator>bheemireddi</dc:creator>
      <dc:date>2017-08-02T20:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: How does precedence work for authorize.conf?</title>
      <link>https://community.splunk.com/t5/Security/How-does-precedence-work-for-authorize-conf/m-p/345684#M8733</link>
      <description>&lt;P&gt;Perfect - thank you. &lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 00:27:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-does-precedence-work-for-authorize-conf/m-p/345684#M8733</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-08-03T00:27:17Z</dc:date>
    </item>
  </channel>
</rss>

