Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which statement accurately describes a limitation of the Databricks Secrets utility despite its ability to securely store sensitive credentials and prevent plaintext exposure?
A
Because the SHA256 hash is used to obfuscate stored secrets, reversing this hash will display the value in plain text.
B
Account administrators can see all secrets in plain text by logging on to the Databricks Accounts console.
C
Secrets are stored in an administrators-only table within the Hive Metastore; database administrators have permission to query this table by default.
D
Iterating through a stored secret and printing each character will display secret contents in plain text.
E
The Databricks REST API can be used to list secrets in plain text if the personal access token has proper credentials.