My thoughts are only the queries would be displayed in logs and not the secret value/output
@Erland Sommarskog : Can you please provide your thoughts and confirmation on this if possible?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I've implemented sp_invoke_external_rest_endpoint
to retrieve secrets from Azure Key Vault through Azure API Management.
^ SQL Code
However, I'm concerned about the security of this approach. If Database Auditing or a similar feature is enabled, what are the risks associated with my secrets potentially being exposed in the logs? Can anyone provide insights or best practices to ensure that secrets remain secure even with auditing enabled?
My thoughts are only the queries would be displayed in logs and not the secret value/output
@Erland Sommarskog : Can you please provide your thoughts and confirmation on this if possible?