How does S3 permissioning work with least privilege #34
Unanswered
knarukulla
asked this question in
Q&A
Replies: 1 comment
-
Only namespaces that run Spark pods need the permissions
Yes that's one way of doing it. Another way is to have multiple Spark application namespaces and assign a unique service account to each namespace. Then for each service account, bind to a different IAM role |
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
-
Does all namespaces in K8s cluster has "full permissions" on S3 bucket? How does service accounts being configured?
spark.kubernetes.authenticate.driver.serviceAccountName=spark
Do we have single k8s SA mapped to single IAM role? and its API will submit the spark jobs with this spec?
Beta Was this translation helpful? Give feedback.
All reactions