From 34cdd7bf33f6180371b3fcd52f3f522a844027a5 Mon Sep 17 00:00:00 2001 From: Brian Exelbierd Date: Fri, 14 Mar 2025 19:36:42 +0100 Subject: [PATCH] Docs: Update configs.md credential_info is a required key --- docs/my-website/docs/proxy/configs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/my-website/docs/proxy/configs.md b/docs/my-website/docs/proxy/configs.md index 1fde9e3b5d..db737f75af 100644 --- a/docs/my-website/docs/proxy/configs.md +++ b/docs/my-website/docs/proxy/configs.md @@ -474,6 +474,7 @@ credential_list: #### Key Parameters - `credential_name`: Unique identifier for the credential set - `credential_values`: Key-value pairs of credentials/secrets (supports `os.environ/` syntax) +- `credential_info`: Key-value pairs of user provided credentials information. No key-value pairs are required, but the dictionary must exist. ### Load API Keys from Secret Managers (Azure Vault, etc)