
Ultimate access to all questions.
A data engineering team needs to configure connections to an external database that lacks native Databricks support. To maintain security, Databricks user groups have been created for each team. Using the Databricks Utilities (dbutils) Secrets module, what is the best approach to grant each team the minimum necessary access to their specific database credentials?
A
Grant READ permissions on a secret scope containing only the credentials required by that specific team.
B
Grant MANAGE permissions on a secret scope containing only the credentials required by that specific team.
C
Grant READ permissions on an individual secret key associated with the team's credentials.
D
Grant MANAGE permissions on an individual secret key associated with the team's credentials.
E
Assign all users as Workspace Administrators to ensure they have access to any secrets created in the workspace.