Question 31
Open question ↗An application calls external AI services from a SQL solution. Secrets must not be embedded directly in source code or scripts.
Which design should you recommend?
- A.Use a secure secret-management and identity-based access approach.
- B.Store the secret in a comment inside the deployment script.
- C.Send the secret in every prompt.
- D.Avoid rotating the secret.