Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing "CreateTime" from AWS ec2 key pair table #2196

Closed
ghost opened this issue May 22, 2024 · 1 comment
Closed

Missing "CreateTime" from AWS ec2 key pair table #2196

ghost opened this issue May 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented May 22, 2024

Describe the bug
The aws_ec2_kay_pair table is missing the CreateTime field.

Steampipe version (steampipe -v)
Steampipe v0.23.2

Plugin version (steampipe plugin list)
hub.steampipe.io/plugins/turbot/aws@latest | 0.138.0

To reproduce

> .inspect aws_ec2_key_pair
+--------------------+-------+-------------------------------------------------+
| column             | type  | description                                     |
+--------------------+-------+-------------------------------------------------+
| _ctx               | jsonb | Steampipe context in JSON form.                 |
| account_id         | text  | The AWS Account ID in which the resource is loc |
|                    |       | ated.                                           |
| akas               | jsonb | Array of globally unique identifier strings (al |
|                    |       | so known as) for the resource.                  |
| key_fingerprint    | text  | If key pair was created using CreateKeyPair, th |
|                    |       | is is the SHA-1 digest of the DER encoded priva |
|                    |       | te key. If key pair was created using ImportKey |
|                    |       | Pair to provide AWS the public key, this is the |
|                    |       |  MD5 public key fingerprint as specified in sec |
|                    |       | tion 4 of RFC4716                               |
| key_name           | text  | The name of the key pair                        |
| key_pair_id        | text  | The ID of the key pair                          |
| partition          | text  | The AWS partition in which the resource is loca |
|                    |       | ted (aws, aws-cn, or aws-us-gov).               |
| region             | text  | The AWS Region in which the resource is located |
|                    |       | .                                               |
| sp_connection_name | text  | Steampipe connection name.                      |
| sp_ctx             | jsonb | Steampipe context in JSON form.                 |
| tags               | jsonb | A map of tags for the resource.                 |
| tags_src           | jsonb | A list of tags assigned to the key pair         |
| title              | text  | Title of the resource.                          |
+--------------------+-------+-------------------------------------------------+

Expected behavior
Have the table include the values of the CreateTime field of the ec2 keypair objects.

Additional context
Discussed on Slack here: https://turbot-community.slack.com/archives/C01UECB59A7/p1716362091083279

@ghost ghost added the bug Something isn't working label May 22, 2024
@misraved
Copy link
Contributor

Addressed in #2197

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant