feat: show active AWS credential type for Bedrock provider#20659
Open
3sztof wants to merge 2 commits intoanomalyco:devfrom
Open
feat: show active AWS credential type for Bedrock provider#206593sztof wants to merge 2 commits intoanomalyco:devfrom
3sztof wants to merge 2 commits intoanomalyco:devfrom
Conversation
Contributor
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found related PRs but no exact duplicates (excluding PR #20659, which is the current PR): Related PRs:
These are related to Bedrock credential management but appear to address different aspects (SSO refresh and IAM credentials connect flow vs. displaying the active credential type). They may be complementary features rather than duplicates. No duplicate PRs found |
Contributor
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
1 task
b3709ec to
42354a2
Compare
Author
|
Force push justification: amending /signing my original commit. |
e74a2f8 to
c28454d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue for this PR
Closes #20660
Type of change
What does this PR do?
When Bedrock is connected there's no way to tell which AWS credential is active without leaving the app. Confusing when switching between profiles or projects.
This surfaces the active credential type wherever the provider appears:
claude-sonnet-4 Amazon Bedrock · my-profileCredential types detected: named profile, API key (bearer token), IAM access key, web identity, container credentials.
Also keeps the TUI prompt bar on one line when the credential suffix makes it too long.
How did you verify your code works?
Tested locally with
AWS_PROFILE,AWS_BEARER_TOKEN_BEDROCK, andAWS_ACCESS_KEY_ID.Screenshots / recordings
Checklist