turbot / steampipe-plugin-aws

Use SQL to instantly query AWS resources across regions and accounts. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/aws
Apache License 2.0
189 stars 102 forks source link

Add table aws_iam_service_specific_credential #1340

Closed alberto-colombo closed 1 year ago

alberto-colombo commented 2 years ago

References https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListServiceSpecificCredentials.html

Use Case as of now is not possible to list if IAM users have "HTTPS Git credentials for AWS CodeCommit" enabled Should work similar to aws_iam_access_key

misraved commented 2 years ago

Thanks @alberto-colombo for raising the request 👍 .

If anyone would like to attempt to develop this table, the API mentioned by @alberto-colombo is an excellent place to start.

Please let us know in case there are questions 👍 .