Skip to content

Commit a6a6ec5

Browse files
committed
Secret values are logged in trace output
1 parent 2a2e12b commit a6a6ec5

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/schemas/config/functions

1 file changed

+1
-1
lines changed

docs/reference/schemas/config/functions/secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The `secret()` function can return errors in the following situations:
222222

223223
- Secret values are retrieved at runtime and should be handled securely
224224
- Secrets are not cached by DSC and are retrieved fresh on each function call
225-
- Secret values are not logged in trace output for security reasons
225+
- Secret values are logged in trace output
226226
- Extensions should implement appropriate authentication and authorization for
227227
secret access
228228

0 commit comments

Comments
 (0)