You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.
There is a remote code execution vulnerability in the Spark master (CVE-2018-17190). This is not urgent for our deployments (if you can run arbitrary code in an OpenShift project, you don't need to exploit the Spark master to do it), but the workaround (enabling authentication) is fairly simple.
We should generate a shared secret on cluster creation and set spark.authenticate to true.
There is a remote code execution vulnerability in the Spark master (CVE-2018-17190). This is not urgent for our deployments (if you can run arbitrary code in an OpenShift project, you don't need to exploit the Spark master to do it), but the workaround (enabling authentication) is fairly simple.
We should generate a shared secret on cluster creation and set
spark.authenticate
to true.references:
The text was updated successfully, but these errors were encountered: