-
- Downloads
[SPARK-4223] [CORE] Support * in acls.
SPARK-4223. Currently we support setting view and modify acls but you have to specify a list of users. It would be nice to support * meaning all users have access. Manual tests to verify that: "*" works for any user in: a. Spark ui: view and kill stage. Done. b. Spark history server. Done. c. Yarn application killing. Done. Author: zhuol <zhuol@yahoo-inc.com> Closes #8398 from zhuoliu/4223.
Showing
- core/src/main/scala/org/apache/spark/SecurityManager.scala 22 additions, 4 deletionscore/src/main/scala/org/apache/spark/SecurityManager.scala
- core/src/test/scala/org/apache/spark/SecurityManagerSuite.scala 41 additions, 0 deletions...rc/test/scala/org/apache/spark/SecurityManagerSuite.scala
- docs/configuration.md 6 additions, 3 deletionsdocs/configuration.md
Loading
Please register or sign in to comment