Elie
|
61a84856e0
|
Merge branch 'main' into rework_s3_bucket_inventory_supplier
|
2021-06-30 17:06:42 +02:00 |
Elie
|
4cbf29fa5b
|
Add generic detail fetcher
|
2021-06-30 14:57:50 +02:00 |
Elie
|
7f7c269e42
|
Split s3_bucket_inventory_supplier
|
2021-06-29 14:29:48 +02:00 |
Elie
|
74fda032b9
|
Rename test file
|
2021-06-29 14:02:18 +02:00 |
William Beuil
|
47500b7771
|
Refacto AWS mocks for repositories and clients
|
2021-06-28 18:21:12 +02:00 |
Martin Guibert
|
54e5d17ee8
|
simpler test function to test against golden file
|
2021-06-28 15:16:56 +02:00 |
Elie
|
73200b1ae8
|
Add scanner test
|
2021-06-28 15:16:55 +02:00 |
William Beuil
|
24a295703f
|
Fix default security group rules from default security group
|
2021-06-28 11:16:24 +02:00 |
Elie
|
2f07640e0a
|
Merge pull request #619 from cloudskiff/deep_mode
Split suppliers to add deep mode
|
2021-06-23 11:20:08 +02:00 |
Elie
|
3dcfbd94a9
|
Fix golden files update
|
2021-06-23 10:52:50 +02:00 |
Elie
|
4f44039fb9
|
Split suppliers to add deep mode
|
2021-06-22 18:25:47 +02:00 |
Louis TOUSSAINT
|
43bc80eee6
|
Issue 555: Remove default value description for config-dir flag and rebase main
|
2021-06-17 14:34:50 +02:00 |
Louis TOUSSAINT
|
80783a6d41
|
Issue 555: Add config-dir flag to change .driftctl location
|
2021-06-17 14:34:50 +02:00 |
Elie
|
35b511ef43
|
Retrieve provider version and schema version
|
2021-06-14 11:02:10 +02:00 |
Elie
|
dfee5b441a
|
Merge branch 'main' into feat/cacheS3repository
|
2021-06-09 16:52:27 +02:00 |
Raphaël
|
5620ab898d
|
Merge branch 'main' into feat/cacheSNSrepo
|
2021-06-09 16:40:26 +02:00 |
Raphaël
|
0d8bf3e423
|
Merge branch 'main' into feat/cacheRoute53repo
|
2021-06-09 16:29:22 +02:00 |
Elie
|
955919d6e6
|
Merge pull request #585 from cloudskiff/feat/cacheGithubRepo
Implement cache in Github repository
|
2021-06-09 16:27:16 +02:00 |
Raphaël
|
7a12dd869f
|
Merge branch 'main' into feat/cacheLambdarepo
|
2021-06-09 16:15:39 +02:00 |
Raphaël
|
237eaba9ce
|
Merge branch 'main' into feat/cacheRDSrepo
|
2021-06-09 16:06:27 +02:00 |
Elie
|
bc96022b94
|
Merge branch 'main' into feat/cacheSQSrepo
|
2021-06-09 15:50:37 +02:00 |
Elie
|
667a66d6f7
|
Merge branch 'main' into feat/cacheGithubRepo
|
2021-06-09 15:49:14 +02:00 |
Raphaël
|
6473d8b807
|
Merge branch 'main' into feat/cacheCloudfrontRepo
|
2021-06-09 15:42:21 +02:00 |
Elie
|
b2d8d7e075
|
Merge branch 'main' into feat/cacheDynamoDBrepo
|
2021-06-09 15:40:49 +02:00 |
Raphaël
|
e9b0c1792e
|
Merge branch 'main' into feat/cacheECRrepo
|
2021-06-09 15:26:26 +02:00 |
sundowndev
|
8f527baf3b
|
feat: implement cache in github repository
|
2021-06-09 15:13:33 +02:00 |
sundowndev
|
e14552efed
|
feat: implement cache in cloudfront repository
|
2021-06-09 15:13:13 +02:00 |
sundowndev
|
5bbc905670
|
feat: implement cache in DynamoDB repository
|
2021-06-09 15:12:15 +02:00 |
sundowndev
|
89dcf9700e
|
feat: implement cache in SNS repository
|
2021-06-09 15:11:57 +02:00 |
sundowndev
|
de9d246f98
|
feat: implement cache in SQS repository
|
2021-06-09 15:11:40 +02:00 |
sundowndev
|
991e777364
|
feat: implement cache in RDS repository
|
2021-06-09 15:11:08 +02:00 |
sundowndev
|
6e3bfdca3a
|
feat: implement cache in lambda repository
|
2021-06-09 15:10:49 +02:00 |
sundowndev
|
351f9f6605
|
feat: implement cache in kms repository
|
2021-06-09 15:09:58 +02:00 |
sundowndev
|
2b91e69c73
|
feat: implement cache in route53 repository
|
2021-06-09 15:09:46 +02:00 |
sundowndev
|
3d97255858
|
feat: implement cache in s3 repository
|
2021-06-09 15:09:34 +02:00 |
sundowndev
|
aef2991445
|
feat: implement cache in ecr repository
|
2021-06-09 15:08:18 +02:00 |
Elie
|
f22734787e
|
Merge branch 'main' into feat/cacheIAMrepository
|
2021-06-09 14:56:02 +02:00 |
Martin Guibert
|
160f541767
|
remove old case to have only one alert/handler for wrong arn
|
2021-06-08 15:23:37 +02:00 |
Martin Guibert
|
465e6fd7f0
|
fix #601 by checking arn correctness and sending a different alert
|
2021-06-08 14:58:02 +02:00 |
sundowndev
|
ccbe73c368
|
feat: implement cache in IAM repository
|
2021-06-08 11:40:04 +02:00 |
Louis TOUSSAINT
|
86da6faf66
|
Issue 165: Add cache for ec2_repository and fix tests for iam_supplier
|
2021-06-07 16:59:54 +02:00 |
Louis TOUSSAINT
|
9f232ccb49
|
Issue 165: Fix typo and implement iamRepository in iam suppliers constructor
|
2021-06-07 15:02:12 +02:00 |
Louis TOUSSAINT
|
8b5b8bfb7f
|
Issue 165: Fix conflict from main rebase
|
2021-06-07 11:05:21 +02:00 |
Louis TOUSSAINT
|
4cf5130549
|
Issue 165: Merge main to branch and fix iam_repository_test conflict
|
2021-06-07 11:05:21 +02:00 |
Louis TOUSSAINT
|
b177dd804e
|
Issue 165: Change client typo to repo
|
2021-06-07 11:05:21 +02:00 |
Louis TOUSSAINT
|
0464c7cbb9
|
Issue 165: Add Test_IAMRepository_ListAllPolicies in iam_repository_test
|
2021-06-07 11:05:21 +02:00 |
Louis TOUSSAINT
|
d7bceb4d24
|
Issue 165: Add Test_IAMRepository_ListAllUsers in iam_repository_test
|
2021-06-07 11:05:21 +02:00 |
Louis TOUSSAINT
|
bf20120efc
|
Issue 165: Add Test_IAMRepository_ListAllRolePolicyAttachments in iam_repository_test
|
2021-06-07 11:05:21 +02:00 |
Louis TOUSSAINT
|
dbc179f0d8
|
Issue 165: Add Test_IAMRepository_ListAllRolePolicies in iam_repository_test
|
2021-06-07 11:05:21 +02:00 |
Louis TOUSSAINT
|
6c29aa04ff
|
Issue 165: Add Test_IAMRepository_ListAllRoles in iam_repository_test
|
2021-06-07 11:05:21 +02:00 |
Louis TOUSSAINT
|
09f3f82a97
|
Issue 165: Add Test_IAMRepository_ListAllUserPolicyAttachments in iam_repository_test
|
2021-06-07 11:05:21 +02:00 |
Louis TOUSSAINT
|
6e0a47ad67
|
Issue 165: Add Test_IAMRepository_ListAllUserPolicies in iam_repository_test
|
2021-06-07 11:05:21 +02:00 |
Louis TOUSSAINT
|
b4e04e0d77
|
Issue 165: Add Test_IAMRepository_ListAllAccessKeys in iam_repository_test
|
2021-06-07 11:05:21 +02:00 |
Louis TOUSSAINT
|
874756c259
|
Issue 165: Add mock_IAMRepository
|
2021-06-07 11:05:21 +02:00 |
Louis TOUSSAINT
|
ddac4d14b3
|
Issue 165: Delete hidden dependency for iam_role_policy_attachment_supplier
|
2021-06-07 11:05:21 +02:00 |
Louis TOUSSAINT
|
48289c35f7
|
Issue 165: Delete hidden dependency for iam_role_policy_supplier
|
2021-06-07 11:05:21 +02:00 |
Louis TOUSSAINT
|
551f958ea1
|
Issue 165: Delete hidden dependency for iam_role_supplier
|
2021-06-07 11:05:21 +02:00 |
Louis TOUSSAINT
|
b35eac7bc6
|
Issue 165: Delete hidden dependency for iam_user_policy_attachment_supplier
|
2021-06-07 11:05:21 +02:00 |
Louis TOUSSAINT
|
82ed1c2c71
|
Issue 165: Delete hidden dependency for iam_user_policy_supplier
|
2021-06-07 11:05:21 +02:00 |
Louis TOUSSAINT
|
832304c8f9
|
Issue 165: Delete hidden dependency for iam_user_supplier
|
2021-06-07 11:05:21 +02:00 |
Louis TOUSSAINT
|
414fecb9d1
|
Issue 165: Delete hidden dependency for iam_policy_supplier
|
2021-06-07 11:05:20 +02:00 |
Louis TOUSSAINT
|
f81cfb9eaf
|
Issue 165: Delete hidden dependency for iam_access_key_supplier
|
2021-06-07 11:05:20 +02:00 |
Louis TOUSSAINT
|
a0ecd28498
|
Issue 165: Add iam_repository
|
2021-06-07 11:05:20 +02:00 |
Louis TOUSSAINT
|
def99b065d
|
Issue 165: Add security_group/_rule tests to ec2_repository
|
2021-06-07 11:05:20 +02:00 |
Louis TOUSSAINT
|
2329c840d2
|
Issue 165: Add security_group_rule_supplier to ec2_repository
|
2021-06-07 11:05:20 +02:00 |
Louis TOUSSAINT
|
18e3a76d90
|
Issue 165: Add security_group_supplier to ec2_repository
|
2021-06-07 11:05:20 +02:00 |
Louis TOUSSAINT
|
b4a3458cc3
|
Issue 165: Add vpc_supplier to ec2_repository
|
2021-06-07 11:05:20 +02:00 |
Louis TOUSSAINT
|
b9fb4f9343
|
Issue 165: Add route_table_association_supplier to ec2_repository
|
2021-06-07 11:05:20 +02:00 |
Louis TOUSSAINT
|
1a45b6cdf2
|
Issue 165: Add route_table_supplier to ec2_repository
|
2021-06-07 11:05:20 +02:00 |
Louis TOUSSAINT
|
3f2fe6d90c
|
Issue 165: Add route_supplier to ec2_repository
|
2021-06-07 11:05:20 +02:00 |
Louis TOUSSAINT
|
86b7f52d60
|
Issue 165: Add nat_gateway_supplier to ec2_repository
|
2021-06-07 11:05:20 +02:00 |
Louis TOUSSAINT
|
6fc4478114
|
Issue 165: Add subnet_supplier to ec2_repository
|
2021-06-07 11:05:20 +02:00 |
Louis TOUSSAINT
|
9f89dac6f2
|
Issue 165: Revert goldenfiles for internet_gateway_multiple
|
2021-06-07 11:05:20 +02:00 |
Louis TOUSSAINT
|
abe938b0cd
|
Issue 165: Add internet_gateway_supplier to ec2_repository
|
2021-06-07 11:05:20 +02:00 |
Elie
|
fcb06cd782
|
Allow to specify a terraform provider version
|
2021-06-04 16:58:54 +02:00 |
sundowndev
|
26dcfd218e
|
refactor(cache): allow 0 capacity
|
2021-06-04 15:40:37 +02:00 |
sundowndev
|
dfda3df3c6
|
test: improve testing for ec2 repository
|
2021-06-04 12:25:32 +02:00 |
sundowndev
|
d737d9eb2a
|
chore: fix conflicts with main branch
|
2021-06-03 12:39:33 +02:00 |
sundowndev
|
e8d2b2bf70
|
refactor: build repositories once
|
2021-06-03 12:12:43 +02:00 |
sundowndev
|
f8914f1c82
|
test: LRU cache
|
2021-06-03 11:20:41 +02:00 |
sundowndev
|
4f151f35d2
|
refactor: aws cache capacity
|
2021-06-03 11:20:41 +02:00 |
sundowndev
|
44a6707523
|
refactor: use a global cache for all repositories
|
2021-06-03 11:20:41 +02:00 |
sundowndev
|
e9a021b95f
|
refactor: implement LRU cache
|
2021-06-03 11:00:59 +02:00 |
sundowndev
|
6b5766144c
|
refactor: cache interface
|
2021-06-03 11:00:59 +02:00 |
sundowndev
|
2bf75aaa29
|
feat: implement resources enumeration cache
|
2021-06-03 11:00:59 +02:00 |
Martin Guibert
|
3a544133e2
|
remove useless file. prevent getter in attribute from copiying slice and
map. remove useless exported function from resource
|
2021-06-02 12:02:36 +02:00 |
Elie
|
b5c48dbbfc
|
Finished refacto
|
2021-05-31 18:46:20 +02:00 |
sundowndev
|
42ffe46af0
|
fix: doc deep links for providers authentication
|
2021-05-12 11:31:00 +02:00 |
Elie
|
550f5e84ae
|
Refacto IAM resources and aws_key_pair
|
2021-05-11 16:04:59 +02:00 |
Elie
|
623ff3dc8e
|
Move all AWS mocks to test/aws
|
2021-05-10 15:02:42 +02:00 |
Elie
|
a2fa8a281a
|
Add missing schema metadatas in state reader tests
|
2021-05-07 17:57:31 +02:00 |
Martin Guibert
|
80687e5029
|
Add hybrid resource behavior
|
2021-04-23 17:07:35 +02:00 |
sundowndev
|
925decb2ba
|
Merge branch 'fix/filterS3' of github.com:cloudskiff/driftctl into fix/filterS3
|
2021-03-18 13:49:32 +01:00 |
sundowndev
|
9d09280ec7
|
test: cleanup mocks
|
2021-03-18 13:49:25 +01:00 |
sundowndev
|
8acdf14cd6
|
test: cleanup mocks
|
2021-03-18 12:37:27 +01:00 |
sundowndev
|
4736958777
|
test: cleanup mocks
|
2021-03-18 12:34:43 +01:00 |
sundowndev
|
58bd84c438
|
test: cleanup mocks
|
2021-03-18 12:28:50 +01:00 |
sundowndev
|
357005ed7b
|
test: cleanup mocks
|
2021-03-18 12:26:34 +01:00 |
Raphaël
|
93337c3280
|
Merge branch 'main' into fix/filterS3
|
2021-03-18 12:14:05 +01:00 |
sundowndev
|
ca3cabe7e8
|
fix(remote): aws s3 bucket notification supplier
Add filter on resources based on region
|
2021-03-18 12:12:34 +01:00 |
sundowndev
|
1bebec138d
|
fix(remote): aws s3 bucket analytic supplier
Add filter on resources based on region
|
2021-03-18 12:10:46 +01:00 |
sundowndev
|
038116e7bf
|
fix(remote): aws s3 bucket metrics supplier
Add filter on resources based on region
|
2021-03-18 12:08:21 +01:00 |
sundowndev
|
7e52ef5c76
|
fix(remote): aws s3 bucket inventory supplier
Add filter on resources based on region
|
2021-03-18 12:04:58 +01:00 |
sundowndev
|
95bc5220fb
|
fix(remote): aws s3 bucket policy supplier
Add filter on resources based on region
|
2021-03-18 11:59:52 +01:00 |
Elie
|
7928a4902d
|
Fix missing mock on golden file update
|
2021-03-18 11:20:14 +01:00 |
sundowndev
|
a113ab5032
|
Merge branch 'fix/filterS3' of github.com:cloudskiff/driftctl into fix/filterS3
|
2021-03-18 11:09:51 +01:00 |
sundowndev
|
2d469ca5d9
|
test: aws s3 bucket supplier
|
2021-03-18 11:09:36 +01:00 |
Raphaël
|
b4bd18fd5d
|
Merge branch 'main' into fix/filterS3
|
2021-03-17 19:53:50 +01:00 |
sundowndev
|
2c2a9281d9
|
test: update s3 bucket golden result
|
2021-03-17 19:52:04 +01:00 |
sundowndev
|
59118f5100
|
refactor: filter buckets before reading resource
|
2021-03-17 19:38:58 +01:00 |
sundowndev
|
23d739f75a
|
refactor: revert ordering imports
|
2021-03-17 18:18:34 +01:00 |
Martin Guibert
|
53103f667c
|
when sns subscitpion is pending prevent crash and show an alert
|
2021-03-17 17:59:02 +01:00 |
sundowndev
|
1b4d21d598
|
refactor: remove unused GetConfig method
|
2021-03-17 17:35:01 +01:00 |
sundowndev
|
460ac9f767
|
fix: filter out s3 buckets from different regions
|
2021-03-17 17:23:36 +01:00 |
Elie
|
2ed311e10d
|
Fix race conditions when using multiples runners in a single supplier
|
2021-03-17 16:55:34 +01:00 |
sundowndev
|
1155e7c89f
|
refactor: use structured logging
|
2021-03-17 14:31:19 +01:00 |
sundowndev
|
3d8740a921
|
fix: remove provider initialization message
Fixes #337 - Move the message to debug logs instead of standard logs since it's confusing for the user when scanning.
|
2021-03-17 14:15:14 +01:00 |
Martin Guibert
|
28d3a6df7e
|
Add progress service that display a spinner until stopped or timeouted
|
2021-03-16 16:35:20 +01:00 |
Martin Guibert
|
f31a8a8395
|
Use printer to not break output isolation
added pinter interface to print info
json output use void printer is the path output it stdout
|
2021-03-15 12:03:35 +01:00 |
Elie
|
2c1ae57cef
|
Fix typo in github enumeration error
|
2021-03-03 11:05:36 +01:00 |
Elie
|
cb986f573d
|
Merge branch 'main' into handle_github_listing_error
|
2021-03-03 10:32:29 +01:00 |
Elie
|
c70fb41f6b
|
Merge branch 'main' into issue_151_lotoussa
|
2021-03-02 15:58:38 +01:00 |
Elie
|
1c34d869ed
|
Merge branch 'main' into add_github_branch_protection
|
2021-03-02 15:47:18 +01:00 |
Elie
|
7d0a28c6e8
|
Add github_branch_protection
|
2021-03-02 15:45:21 +01:00 |
Louis TOUSSAINT
|
36ffed55c9
|
Issue 151: Rename ListAllRepositories
|
2021-03-02 15:25:03 +01:00 |
Louis TOUSSAINT
|
11437d03da
|
Issue 151: Add ecr_repository resource tests
|
2021-03-02 15:25:03 +01:00 |
Louis TOUSSAINT
|
cf634bfd54
|
Issue 151: Add ecr_repository resource
|
2021-03-02 15:25:01 +01:00 |
Martin Guibert
|
0933a6a642
|
add support for aws_lambda_source_event_mapping
|
2021-03-02 14:44:51 +01:00 |
Elie
|
350d8399a8
|
Handle enumeration error from multiples providers
|
2021-03-02 14:16:49 +01:00 |
William Beuil
|
0287ab12b2
|
Updates
|
2021-03-02 12:36:57 +01:00 |
William Beuil
|
59998620da
|
Add github_team_membership
|
2021-03-02 12:36:57 +01:00 |
Elie
|
ba8f950aad
|
Add github membership
|
2021-03-01 15:05:18 +01:00 |
William Beuil
|
839ae746e7
|
Add kms_alias
|
2021-02-25 14:19:49 +01:00 |
Elie
|
e76a8e432b
|
Merge branch 'main' into res/kms_key
|
2021-02-25 10:54:51 +01:00 |
Elie
|
c7155f2c5b
|
Add github_team
|
2021-02-25 10:49:46 +01:00 |
William Beuil
|
30a9d5cc2d
|
Add kms_key
|
2021-02-25 10:44:37 +01:00 |
Elie
|
a1d84e1f7d
|
Merge branch 'main' into fea/refacto_rds_repository
|
2021-02-25 10:34:07 +01:00 |
Martin Guibert
|
922626c77c
|
refacto rds supplier and test to use mock and repository
|
2021-02-24 17:29:57 +01:00 |
Martin Guibert
|
984b8feee7
|
refacto lambda supplier and test to use mock and repository
|
2021-02-24 16:31:23 +01:00 |
Martin Guibert
|
700879714a
|
refacto ec2 to use repository
|
2021-02-23 18:47:42 +01:00 |
Martin Guibert
|
c46096018e
|
refacto route53 to use repository everywhere
|
2021-02-22 14:14:47 +01:00 |
Elie
|
76d98ed8e7
|
Remove custom mock and add repository for S3
|
2021-02-18 17:56:48 +01:00 |
Elie
|
2f0cc304ae
|
Fix bucket location returns EU for buckets in eu-west-1
|
2021-02-18 17:29:31 +01:00 |
Martin
|
22d618f009
|
Merge branch 'main' into res/cloudfront
|
2021-02-18 13:31:29 +01:00 |
Louis TOUSSAINT
|
0aef6f3184
|
Issue 226: Update resource_enumeration_error_handler to implement Alert
interface
|
2021-02-18 11:23:56 +01:00 |
William Beuil
|
476c6c62db
|
Add cloudfront_distribution resource
|
2021-02-17 15:52:09 +01:00 |
Martin Guibert
|
f18ce79086
|
add support for route53 health check
|
2021-02-16 18:54:04 +01:00 |
Elie
|
2112ef7ada
|
Remove useless struct
|
2021-02-16 17:35:42 +01:00 |
Elie
|
56a60d9898
|
Better mocks
|
2021-02-16 17:35:41 +01:00 |
Elie
|
cf531bc0a6
|
Add support for github_repository
|
2021-02-16 10:56:30 +01:00 |