Skip to content

Commit

Permalink
Add tip on host settings for Spark provider (#33233)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti committed Aug 9, 2023
1 parent 8c28454 commit 6850b5c
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,10 @@ For example:
.. code-block:: bash
export AIRFLOW_CONN_SPARK_DEFAULT='spark://mysparkcluster.com:80?deploy-mode=cluster&spark_binary=command&namespace=kube+namespace'
.. warning::

Make sure you trust your users with the ability to configure the host settings as it may enable the connection to
establish communication with external servers. It's crucial to understand that directing the connection towards a
malicious server can lead to significant security vulnerabilities, including the risk of encountering
Remote Code Execution (RCE) attacks.

0 comments on commit 6850b5c

Please sign in to comment.