Skip to content

Commit

Permalink
feat: add rekognition trust endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Pavan Yekbote <mail2pavanyekbote@gmail.com>
  • Loading branch information
pyek-bot committed Jan 22, 2025
1 parent f63b961 commit 9f1c887
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ private MLCommonsSettings() {}
"^https://bedrock-agent-runtime\\..*[a-z0-9-]\\.amazonaws\\.com/.*$",
"^https://bedrock\\..*[a-z0-9-]\\.amazonaws\\.com/.*$",
"^https://textract\\..*[a-z0-9-]\\.amazonaws\\.com$",
"^https://comprehend\\..*[a-z0-9-]\\.amazonaws\\.com$"
"^https://comprehend\\..*[a-z0-9-]\\.amazonaws\\.com$",
"^https://rekognition(-fips)?\\.[a-z0-9-]+\\.amazonaws\\.com$"
),
Function.identity(),
Setting.Property.NodeScope,
Expand Down

0 comments on commit 9f1c887

Please sign in to comment.