fix(aws): Add PKs To IAM Resources#6741
Merged
kodiakhq[bot] merged 2 commits intocloudquery:mainfrom Jan 11, 2023
Merged
Conversation
This PR has the following changes to source plugin(s) tables:
|
candiduslynx
approved these changes
Jan 11, 2023
| # Table: aws_iam_user_access_keys | ||
|
|
||
| The primary key for this table is **_cq_id**. | ||
| The composite primary key for this table is (**account_id**, **user_arn**, **access_key_id**). |
Contributor
There was a problem hiding this comment.
Can't it be just access key id?
Collaborator
Author
There was a problem hiding this comment.
I can't find anywhere that states the access_key_id is globally unique... If you can I am happy to change it to be just that
yevgenypats
approved these changes
Jan 11, 2023
kodiakhq bot
pushed a commit
that referenced
this pull request
Jan 12, 2023
🤖 I have created a release *beep* *boop* --- ## [11.0.0](plugins-source-aws-v10.1.0...plugins-source-aws-v11.0.0) (2023-01-12) ### ⚠ BREAKING CHANGES * introduce `aws_s3_bucket_grants` explicit primary key `(bucket_arn, grantee_id)`. If you've previously synced this table you'll need to drop it for the PK change (migration) to succeed. ### Features * **aws:** Add Org resource policies ([#6743](#6743)) ([80dcf8e](80dcf8e)) * **aws:** Add support for xray resource policy ([#4833](#4833)) ([b68dc35](b68dc35)) ### Bug Fixes * **aws:** Add PKs To IAM Resources ([#6741](#6741)) ([f7cdb07](f7cdb07)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.24.2 ([#6695](#6695)) ([694ab9f](694ab9f)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.25.0 ([#6745](#6745)) ([9c41854](9c41854)) * introduce `aws_s3_bucket_grants` explicit primary key `(bucket_arn, grantee_id)`. If you've previously synced this table you'll need to drop it for the PK change (migration) to succeed. ([cf35801](cf35801)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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.
Summary