KubedAI / spark-history-server

Helm Chart for deploying Spark history server in Amazon EKS for S3 Spark Event Logs
https://kubedai.github.io/spark-history-server/
Apache License 2.0
15 stars 8 forks source link

Access Management for History server #20

Open AravindanRamesh opened 2 weeks ago

AravindanRamesh commented 2 weeks ago

How can i have a user based authentication for the spark history server Web UI access by integrating an LDAP server with it. kindly let me know.

vara-bonthu commented 2 weeks ago

To integrate user-based authentication for the Spark History Server Web UI in AWS, you can use an Application Load Balancer (ALB) or Network Load Balancer (NLB) with your Spark History Server deployment and then configure authentication using AWS Cognito or SAML with your LDAP server. This setup allows you to secure access to the Spark History Server Web UI by authenticating users through your LDAP server.