Skip to content

Commit

Permalink
add bedrockURL to trusted connector regex list (#1461)
Browse files Browse the repository at this point in the history
Signed-off-by: Bhavana Ramaram <[email protected]>
(cherry picked from commit 6b15702)
  • Loading branch information
rbhavna authored and github-actions[bot] committed Oct 6, 2023
1 parent fba88b0 commit c7781a0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ private MLCommonsSettings() {}
.of(
"^https://runtime\\.sagemaker\\..*[a-z0-9-]\\.amazonaws\\.com/.*$",
"^https://api\\.openai\\.com/.*$",
"^https://api\\.cohere\\.ai/.*$"
"^https://api\\.cohere\\.ai/.*$",
"^https://bedrock-runtime\\..*[a-z0-9-]\\.amazonaws\\.com/.*$"
),
Function.identity(),
Setting.Property.NodeScope,
Expand Down

0 comments on commit c7781a0

Please sign in to comment.