Replies: 1 comment
-
Kerberos support would help connecting to MSSQL databases in a save manner removing the need for database specific users. flowchart LR
app["SparkApplication"]
id["Service Account"]
db[(MSSQL)]
app -.keytab.- id
app -.token.- id
app --read-from--> db
As far as I know either a keytab file or service account credentials could be provided via k8s secret. The SparkApplication would need a Kerberos-able image and an appropriate |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Implement Kerberos support for Apache Spark jobs.
Beta Was this translation helpful? Give feedback.
All reactions