You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
AWS
Updates
Inventory - Inventory's rows are now dynamic. It will only show you rows if at least one of that resource type exists. Also added a bunch of new resources to inventory!
Caching - Continued to transfer more functions to cached versions.
Azure
Updates
Global - Updated the -t tentant and -s subscription to accept common names for subscription ID and tentant ID in addition to the ID's themselves. Should make for a much better user experience.
Global -Completely reworked the logging directory structure to use the common names for subscription and ID, and to nest subscriptions within their tentants.
vms - Renamed the instances command to vms command to be more inline with azure terminology
vms - Added user-data extraction to the vms command
Commits
471da59: Updated ecs-tasks and eni to use cached functions (sethsec-bf) #46
602332a: Updated ecs-tasks and eni to use cached functions (sethsec-bf) #46
06a7e7e: Updated sdk package to do the gob initializations in self contained init functions (sethsec-bf) #46
659b2e7: Completed inventory migration to use sdk, also finally removed need for second global table (sethsec-bf) #46
fc52e01: updated tests, added new sdk functions, added started the migration of keeping all mocks in _mocks.go files (sethsec-bf) #46
e88cb77: updated inventory to include more ec2, ecs, and ecr resources (sethsec-bf) #46
cef1aa3: updated inventory to include more ec2, ecs, and ecr resources (sethsec-bf) #46
60daff3: updated inventory to include more redshift, route53, updated route53 to use new cached functions and to include CNAME records in loot (sethsec-bf) #46
00ed8a7: Added many new resources to inventory. Made inventory rows dynamic. Only non-empty rows will print (sethsec-bf) #46