Bläddra i källkod

Merge pull request #10027 from JamesDeFabia/17560FileAccessAllowSigned

HPCC-17560 Document ECLCC option for allowsigned datafile

Reviewed-By: Shamser Ahmed <shamser.ahmed@lexisnexis.co.uk>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 8 år sedan
förälder
incheckning
89e267e7f8
1 ändrade filer med 10 tillägg och 1 borttagningar
  1. 10 1
      docs/ECLProgrammersGuide/PRG_Mods/CodeSign.xml

+ 10 - 1
docs/ECLProgrammersGuide/PRG_Mods/CodeSign.xml

@@ -75,7 +75,8 @@
 
     <para><emphasis role="bold">Cluster</emphasis></para>
 
-    <para>Specify the cluster for which this rule applies.</para>
+    <para>Specify the cluster for which this rule applies. If cluster is left
+    blank, the restriction applies to all clusters in the environment.</para>
 
     <para><emphasis role="bold">Value</emphasis></para>
 
@@ -106,6 +107,14 @@
 
             <entry>Allow/Deny an external function (SERVICE)</entry>
           </row>
+
+          <row>
+            <entry><emphasis>datafile</emphasis></entry>
+
+            <entry>(Valid only for --allowedsigned). This specifies that
+            access to data is only allowed if the code has been signed and the
+            key is present. </entry>
+          </row>
         </tbody>
       </tgroup>
     </informaltable>