<?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 Re: New &amp;quot;role&amp;quot; cannot be added to any users due to &amp;quot;is not grantable&amp;quot;; how to make roles &amp;quot;grant in Security</title>
    <link>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/505464#M11565</link>
    <description>&lt;P&gt;Thanks &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/1406"&gt;@woodcock&lt;/a&gt;&amp;nbsp;this solved my problem&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jun 2020 11:41:22 GMT</pubDate>
    <dc:creator>amankhan1</dc:creator>
    <dc:date>2020-06-22T11:41:22Z</dc:date>
    <item>
      <title>New "role" cannot be added to any users due to "is not grantable"; how to make roles "grantable"?</title>
      <link>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/488097#M11194</link>
      <description>&lt;P&gt;I am adding a new role to allow analysts to access the &lt;CODE&gt;Monitoring Console&lt;/CODE&gt;. I believe that the minimum set of &lt;CODE&gt;capabilities&lt;/CODE&gt; for this to be these:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;[role_moncon_user]
# ==== Capabilities   ====
dispatch_rest_to_indexers = enabled
list_accelerate_search = enabled
list_app_certs = enabled
list_deployment_client = enabled
list_deployment_server = enabled
list_forwarders = enabled
list_health = enabled
list_httpauths = enabled
list_indexer_cluster = enabled
list_indexerdiscovery = enabled
list_inputs = enabled
list_introspection = enabled
list_metrics_catalog = enabled
list_pipeline_sets = enabled
list_search_head_clustering = enabled
list_search_scheduler = enabled
list_settings = enabled
list_storage_passwords = enabled
list_tokens_all = enabled
list_tokens_own = enabled
list_workload_pools = enabled
list_workload_rules = enabled
# ==== Index Values   ====
srchIndexesAllowed = *;_*
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I added this to &lt;CODE&gt;authorize.conf&lt;/CODE&gt; file in the &lt;CODE&gt;client_all_search_base&lt;/CODE&gt; app and restarted Splunk; so far, so good. However when I try to assign this &lt;CODE&gt;moncon_user&lt;/CODE&gt; role to anybody, after clicking &lt;CODE&gt;Save&lt;/CODE&gt; it fails with &lt;CODE&gt;Role=moncon_user is not grantable&lt;/CODE&gt;. I figured that I would be able to brute-force it in by manually adding it to a user in the &lt;CODE&gt;$SPLUNK_HOME/etc/passwd&lt;/CODE&gt; file but all that did was cause splunk to disable that user completely (it doesn't even show in the GUI at all after that).&lt;/P&gt;
&lt;P&gt;What is really happening and how can I get this to work?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 20:06:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/488097#M11194</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-06-07T20:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: New "role" cannot be added to any users due to "is not grantable"; how to make roles "grantable"?</title>
      <link>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/488098#M11195</link>
      <description>&lt;P&gt;I added the above capabilities to a new authorize.conf file and then created a new user assigning the moncon_user role. I had no issues. &lt;/P&gt;

&lt;P&gt;I'm using Splunk 7.3.4&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 04:02:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/488098#M11195</guid>
      <dc:creator>anmolpatel</dc:creator>
      <dc:date>2020-03-06T04:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: New "role" cannot be added to any users due to "is not grantable"; how to make roles "grantable"?</title>
      <link>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/488099#M11196</link>
      <description>&lt;P&gt;To add and edit roles/capabilities I assume authorize.conf would be the correct file.&lt;/P&gt;

&lt;P&gt;Please refer this Splunk doc&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.2/Security/Addandeditroleswithauthorizeconf"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.2/Security/Addandeditroleswithauthorizeconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;As per document &lt;/P&gt;

&lt;P&gt;After you make changes to authentication.conf, you must refresh the authentication scheme to have the changes take effect. You can do this with either Splunk Web or the CLI. Refreshing the authentication scheme does not log users off of the system.&lt;/P&gt;

&lt;P&gt;Refresh the authentication scheme using Splunk Web&lt;BR /&gt;
From the system bar, click Settings &amp;gt; Authentication Methods.&lt;/P&gt;

&lt;P&gt;Use the CLI command ./splunk reload auth:&lt;BR /&gt;
./splunk reload auth&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 05:10:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/488099#M11196</guid>
      <dc:creator>sumanssah</dc:creator>
      <dc:date>2020-03-06T05:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: New "role" cannot be added to any users due to "is not grantable"; how to make roles "grantable"?</title>
      <link>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/488100#M11197</link>
      <description>&lt;P&gt;No, no, no.  I have restarted Splunk to no effect.  That us not the problem.  I am way beyond what is mentioned in this answer.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 05:34:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/488100#M11197</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-03-06T05:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: New "role" cannot be added to any users due to "is not grantable"; how to make roles "grantable"?</title>
      <link>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/488101#M11198</link>
      <description>&lt;P&gt;In authorize.conf check if setting &lt;STRONG&gt;grantableRoles&lt;/STRONG&gt; is set to the role of the user you logged in to add new user. &lt;/P&gt;

&lt;P&gt;If you are using admin and admin role is edited then grantableRoles is set to &lt;STRONG&gt;admin&lt;/STRONG&gt; for admin role. You can remove this or add new role to grantableRoles.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[role_admin]
grantableRoles = admin
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Mar 2020 06:54:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/488101#M11198</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2020-03-06T06:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: New "role" cannot be added to any users due to "is not grantable"; how to make roles "grantable"?</title>
      <link>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/488102#M11199</link>
      <description>&lt;P&gt;It turns out that I had this setting in &lt;CODE&gt;authorize.conf&lt;/CODE&gt; in a base_config app for search heads:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[role_admin]
grantableRoles = admin
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am not sure how it got there or what it was supposed to accomplish but when I removed this, my new &lt;CODE&gt;role&lt;/CODE&gt; became &lt;CODE&gt;grantable&lt;/CODE&gt; to every &lt;CODE&gt;user&lt;/CODE&gt; and &lt;CODE&gt;role&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 00:04:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/488102#M11199</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-03-19T00:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: New "role" cannot be added to any users due to "is not grantable"; how to make roles "grant</title>
      <link>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/505464#M11565</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/1406"&gt;@woodcock&lt;/a&gt;&amp;nbsp;this solved my problem&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 11:41:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/505464#M11565</guid>
      <dc:creator>amankhan1</dc:creator>
      <dc:date>2020-06-22T11:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: New "role" cannot be added to any users due to "is not grantable"; how to make roles "grant</title>
      <link>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/597746#M16093</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/1406"&gt;@woodcock&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;how can I apply your solution to a Search Head Cluster?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 08:29:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/597746#M16093</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-05-13T08:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: New "role" cannot be added to any users due to "is not grantable"; how to make roles "grant</title>
      <link>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/684018#M17760</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; did you get answer from&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/1406"&gt;@woodcock&lt;/a&gt;&amp;nbsp;regarding applying on all etc/system/local/authorize.conf search head nodes (preferably from GUI if possible) ?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 10:45:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/New-quot-role-quot-cannot-be-added-to-any-users-due-to-quot-is/m-p/684018#M17760</guid>
      <dc:creator>splunkreal</dc:creator>
      <dc:date>2024-04-12T10:45:16Z</dc:date>
    </item>
  </channel>
</rss>

