beliefer commented on a change in pull request #28044: [SPARK-31282][DOC] 
Supplement version for configuration appear in security doc
URL: https://github.com/apache/spark/pull/28044#discussion_r399071481
 
 

 ##########
 File path: docs/security.md
 ##########
 @@ -303,48 +306,55 @@ The following options control the authentication of Web 
UIs:
     permissions to view or modify the application. Note this requires the user 
to be authenticated,
     so if no authentication filter is installed, this option does not do 
anything.
   </td>
+  <td>1.1.0</td>
 </tr>
 <tr>
   <td><code>spark.admin.acls</code></td>
   <td>None</td>
   <td>
     Comma-separated list of users that have view and modify access to the 
Spark application.
   </td>
+  <td>1.1.0</td>
 </tr>
 <tr>
   <td><code>spark.admin.acls.groups</code></td>
   <td>None</td>
   <td>
     Comma-separated list of groups that have view and modify access to the 
Spark application.
   </td>
+  <td>2.0.0</td>
 </tr>
 <tr>
   <td><code>spark.modify.acls</code></td>
   <td>None</td>
   <td>
     Comma-separated list of users that have modify access to the Spark 
application.
   </td>
+  <td>1.1.0</td>
 </tr>
 <tr>
   <td><code>spark.modify.acls.groups</code></td>
   <td>None</td>
   <td>
     Comma-separated list of groups that have modify access to the Spark 
application.
   </td>
+  <td>2.0.0</td>
 </tr>
 <tr>
   <td><code>spark.ui.view.acls</code></td>
   <td>None</td>
   <td>
     Comma-separated list of users that have view access to the Spark 
application.
   </td>
+  <td>1.0.0</td>
 </tr>
 <tr>
   <td><code>spark.ui.view.acls.groups</code></td>
   <td>None</td>
   <td>
     Comma-separated list of groups that have view access to the Spark 
application.
   </td>
+  <td>2.0.0</td>
 
 Review comment:
   SPARK-4224, commit ID: 
ae79032dcf160796851ca29116cca146c4d86ada#diff-afd88f677ec5ff8b5e96a5cbbe00cd98
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to