[GH-ISSUE #2864] [FEAT]: Add support for AWS Credentials profile when connecting with Bedrock to avoid frequently updating temporary credentials #1823

Closed
opened 2026-02-22 18:26:40 -05:00 by yindo · 4 comments
Owner

Originally created by @SHASHANKB on GitHub (Dec 17, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2864

What would you like to see?

Currently Bedrock connector only supports long term IAM User credentials and temporary session credentials. long term IAM User credentials are insecure because they don't rotate automatically. Temporary session credentials need to be update frequently (e.g. every 12 hours)

If you can add support for AWS Credentials profile when connecting with Bedrock, it'll remove the dependency to frequently update the credentials in the Bedrock connector. Since the AWS credentials profile can be setup with IAM assume Role, it doesn't have to depend on using non-secure static IAM User credentials

Originally created by @SHASHANKB on GitHub (Dec 17, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2864 ### What would you like to see? Currently Bedrock connector only supports long term IAM User credentials and temporary session credentials. long term IAM User credentials are insecure because they don't rotate automatically. Temporary session credentials need to be update frequently (e.g. every 12 hours) If you can add support for AWS Credentials profile when connecting with Bedrock, it'll remove the dependency to frequently update the credentials in the Bedrock connector. Since the AWS credentials profile can be setup with IAM assume Role, it doesn't have to depend on using non-secure static IAM User credentials
yindo added the enhancementfeature request labels 2026-02-22 18:26:40 -05:00
yindo closed this issue 2026-02-22 18:26:41 -05:00
Author
Owner

@varunvijamz commented on GitHub (Dec 31, 2024):

+1 to this feature request. Supporting credentials profiles would make anythingllm much more convenient to use. As an reference, the continue dev plugin for vscode lets you configure bedrock with a region and profile.

@varunvijamz commented on GitHub (Dec 31, 2024): +1 to this feature request. Supporting credentials profiles would make anythingllm much more convenient to use. As an reference, the continue dev plugin for vscode lets you configure bedrock with a region and profile.
Author
Owner

@heiwais25 commented on GitHub (Jan 8, 2025):

I also had the same ask while using with Bedrock.
To resolve the issue, I just created a new pull request to add the profile support.
Please let me know if you find anything I missed from PR.

@heiwais25 commented on GitHub (Jan 8, 2025): I also had the same ask while using with Bedrock. To resolve the issue, I just created a new pull request to add the profile support. Please let me know if you find anything I missed from PR.
Author
Owner

@Kornelos commented on GitHub (Apr 9, 2025):

+1 to this feature - blocks me from using anything-llm currently. @heiwais25 did you get any feedback from team?

@Kornelos commented on GitHub (Apr 9, 2025): +1 to this feature - blocks me from using anything-llm currently. @heiwais25 did you get any feedback from team?
Author
Owner

@timothycarambat commented on GitHub (Jul 23, 2025):

Close by #3986

@timothycarambat commented on GitHub (Jul 23, 2025): Close by #3986
yindo changed title from [FEAT]: Add support for AWS Credentials profile when connecting with Bedrock to avoid frequently updating temporary credentials to [GH-ISSUE #2864] [FEAT]: Add support for AWS Credentials profile when connecting with Bedrock to avoid frequently updating temporary credentials 2026-06-05 14:42:53 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1823