<?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: SAS Base Library Authorization in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976746#M2978</link>
    <description>&lt;P&gt;Base libraries uses file system authorizations, so speak to your platform/security team for guidance.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Oct 2025 06:40:14 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2025-10-10T06:40:14Z</dc:date>
    <item>
      <title>SAS Base Library Authorization</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976745#M2977</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone guide me on how to set up Base SAS Library authorization for individual users on SAS Viya 4? I’d really appreciate your help with this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shivraj Pawar&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 07:23:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976745#M2977</guid>
      <dc:creator>shivrajpawar98</dc:creator>
      <dc:date>2025-10-10T07:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Base Library Authorization</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976746#M2978</link>
      <description>&lt;P&gt;Base libraries uses file system authorizations, so speak to your platform/security team for guidance.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 06:40:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976746#M2978</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2025-10-10T06:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Base Library Authorization</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976748#M2979</link>
      <description>&lt;P&gt;Sorry i was not clear, i need this authorization on sas viya 4&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 07:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976748#M2979</guid>
      <dc:creator>shivrajpawar98</dc:creator>
      <dc:date>2025-10-10T07:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Base Library Authorization</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976867#M2980</link>
      <description>&lt;P&gt;As I understand it, you can set authorizations to libraries inside SAS Viya.&lt;/P&gt;
&lt;P&gt;But, this probably won't stop user from accessing the library path directly.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"The data source definitions do not reside in folders and are created with READ permissions for all authenticated users. Operating system permissions to the library physical paths are respected by the Compute server when the libref is assigned. This means that if a user cannot read the file-system directory they will not see the library in their SAS session."&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Managing-Connections-to-Data-Sources-and-SAS-Libraries-for/ta-p/825138" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Managing-Connections-to-Data-Sources-and-SAS-Libraries-for/ta-p/825138&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 11:20:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976867#M2980</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2025-10-13T11:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Base Library Authorization</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976878#M2981</link>
      <description>In the SAS Viya Platform, Base SAS libraries are made available to compute and CAS by way of volume mounts. For example your data might be on an NFS volume nfs.example.com:/sas-data which is mounted to /sas-data inside the CAS and compute pods.&lt;BR /&gt;&lt;BR /&gt;For CAS libraries, permissions can be set on the CASLIB, but if you are mounting directly onto the compute pods, access would be governed based on file system permissions, which are based on the execution user's POSIX attributes (uid, gid, secondary gids).&lt;BR /&gt;&lt;BR /&gt;The POSIX attributes are either provided to Viya (from LDAP or through bulk-loading), or Viya can generate them.&lt;BR /&gt;&lt;BR /&gt;So to limit access to certain data files you would need to set permissions on those paths in the volume you are mounting, based on the user and group identifiers in Viya.</description>
      <pubDate>Mon, 13 Oct 2025 13:02:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976878#M2981</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-10-13T13:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Base Library Authorization</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976885#M2982</link>
      <description>So Viya does not provide something equivalent to 9.4‘s metadata-bound libraries?</description>
      <pubDate>Mon, 13 Oct 2025 15:30:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976885#M2982</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-10-13T15:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Base Library Authorization</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976886#M2983</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt; Not for base SAS tables directly as far as I'm aware, though you can still password protect and encrypt them programmatically. CAS tables can be encrypted with a key stored in an encryption domain, and protected with permissions.</description>
      <pubDate>Mon, 13 Oct 2025 15:54:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976886#M2983</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-10-13T15:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Base Library Authorization</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976934#M2984</link>
      <description>So how does one solve the issue of encrypting data at rest?</description>
      <pubDate>Tue, 14 Oct 2025 09:08:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976934#M2984</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-10-14T09:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Base Library Authorization</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976960#M2985</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt; using encrypted caslibs and whole disk encryption.&lt;BR /&gt;&lt;BR /&gt;Here is the documentation on Data at Rest encryption on the SAS Viya Platform:&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/sasadmincdc/v_068/calencryptrest/titlepage.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/sasadmincdc/v_068/calencryptrest/titlepage.htm&lt;/A&gt;</description>
      <pubDate>Tue, 14 Oct 2025 13:25:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-Base-Library-Authorization/m-p/976960#M2985</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-10-14T13:25:07Z</dc:date>
    </item>
  </channel>
</rss>

