Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is the best approach to secure access to a Databricks model serving endpoint via REST API for multiple users in an enterprise environment?
A
Configure a Databricks Personal Access Token (PAT) for each user and validate it within the serving endpoint.
B
Use an OAuth 2.0 access token issued by an external identity provider and verify it in a custom validation layer before accessing the model endpoint.
C
Use Databricks' built-in role-based access control (RBAC).
D
Set up API keys in Databricks Workspace and authenticate API requests by checking for the presence of a valid API key in each request.