[WIP] Add Amazon Q Developer plugin support in CLI#150
Draft
Conversation
4 tasks
Add support for Amazon Q Developer as a DevOps tool plugin with AWS credential authentication and S3-based scope configuration. - Add QDevS3Slice type for S3 time-sliced scope entries - Extend ConnectionParams, ConnectionCreateRequest, and ConnectionTestRequest with AWS-specific fields (AccessKeyID, SecretAccessKey, Region, Bucket, IdentityStoreID, IdentityStoreRegion) - Add ConnectionDef for q_dev plugin with AwsCredentials auth method - Implement scopeQDevHandler for interactive S3 scope selection (account-based or prefix-based) - Add comprehensive tests for q_dev connection and AWS credential handling - Support both account-based scopes (recommended) and legacy explicit prefix scopes Agent-Logs-Url: https://github.com/DevExpGbb/gh-devlake/sessions/cce9936b-4e70-4bbc-93b6-c92b8c407c20 Co-authored-by: ewega <26189114+ewega@users.noreply.github.com>
| func scopeQDevHandler(client *devlake.Client, connID int, org, enterprise string, opts *ScopeOpts) (*devlake.BlueprintConnection, error) { | ||
| // Interactive mode: prompt for scope parameters | ||
| if opts == nil { | ||
| opts = &ScopeOpts{} |
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.
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.