Skip to content

feat: add AWS profile-based authentication for Bedrock#269

Open
mehmetozturk4705 wants to merge 4 commits intoKeygraphHQ:mainfrom
mehmetozturk4705:feat/268-add-aws-profile-support
Open

feat: add AWS profile-based authentication for Bedrock#269
mehmetozturk4705 wants to merge 4 commits intoKeygraphHQ:mainfrom
mehmetozturk4705:feat/268-add-aws-profile-support

Conversation

@mehmetozturk4705
Copy link
Copy Markdown

Summary

  • Add AWS profile authentication for Bedrock — supports SSO, IAM keys, assumed roles, and any profile type as an alternative to bearer token auth. The CLI mounts ~/.aws/ read-only into the worker container for credential resolution
  • Extend setup wizard with auth method selection — Bedrock setup now prompts for token vs. profile auth, validates profile credentials at setup time, and surfaces actionable errors for expired SSO sessions
  • Update credential validation across CLI and worker — preflight checks, config resolver, and env forwarding all handle the new AWS_PROFILE path with mutual exclusivity against bearer token mode

Closes #268

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Add AWS Profile support for Bedrock client

1 participant