-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: bedrock_endpoint_url #12838
feat: bedrock_endpoint_url #12838
Conversation
add bedrock_endpoint_url for users who need a proxy
Please link an existing issue or create an issue.:) |
@crazywoola Thanks for the reminder! I've created an issue #12926 to track this feature request. The issue describes the need for a custom Bedrock endpoint URL configuration in enterprise environments where direct access to AWS services is restricted by security policies. This enhancement would help users who:
I've updated the PR description to link to the issue using the "Fixes #12926" syntax. Let me know if you need any additional information or clarification. |
Please run |
format code with ruff
I have run
Please review again. Let me know if there's anything else that needs to be adjusted. |
These changes only applies for version under v1.0, we will release v1.0 soon. You might need to move these changes to this repo https://github.com/langgenius/dify-official-plugins as well. |
LGTM |
add bedrock_endpoint_url for users who need a proxy
Summary
Added
bedrock_endpoint_url
configuration option to allow users to customize the AWS Bedrock endpoint URL. This change is primarily intended for:Motivation and Context
In certain enterprise environments, network security policies require accessing AWS Bedrock services through specific proxies or private endpoints. Adding this configuration option enhances system flexibility, enabling service usage across more scenarios.
Dependencies
Fixes #12926
Screenshots
| Before | After |
|||
Checklist
Important
Please review the checklist below before submitting your pull request.
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint gods