feat: Update inventory scripts with RAM shares functionality#105
Closed
paulbayer wants to merge 41 commits intocloud-foundations-on-aws:mainfrom
Closed
feat: Update inventory scripts with RAM shares functionality#105paulbayer wants to merge 41 commits intocloud-foundations-on-aws:mainfrom
paulbayer wants to merge 41 commits intocloud-foundations-on-aws:mainfrom
Conversation
… Now it's a field within the object.
…ty groups attached
…to feature/find_security_groups
# Conflicts: # inventory-scripts/find_security_groups.py
Feat: Feature updating Security Group finding/ verifying code
Merge latest
git-subtree-dir: inventory-scripts git-subtree-split: 14d5610f6414518210d059b1c25da25a5975e4d4
Updating with latest
Updated the RDS script
eaf0432 Updated RDS script c0435ab Updated gitignore file c1d2b36 Updated to only check for enabled policy types. Should make this significantly faster. 0f2838d Merge remote-tracking branch 'origin/combined' into combined f3cb5a0 Updated small changes - mostly to version numbers edec2c6 Edit Discovery.md 3aea3d6 Updated files to sync public and private repos git-subtree-dir: inventory-scripts git-subtree-split: eaf04325b08f3241feba24183a0459dfde455106
Updated scripts for when there's no profile, and updated phzs to not need regions
15d25f3d Renamed the profile when we can't find one, from "-default-" to "None" e745d92b Updated phzs script to remove regionality 6990f1d4 Updated orgs script for version 23434747 Updated orgs script to be able to run without a profile, using environment variables d7637b57 New files git-subtree-dir: inventory-scripts git-subtree-split: 15d25f3dfd6e51d4eba18ae5bf5d4f7080f27d51
Updated to better accommodate credentials via environment variables, instead of only with profiles
3e4d66be Updated the account_class.py library to better support the use of environment variables for credentials, instead of profiles git-subtree-dir: inventory-scripts git-subtree-split: 3e4d66be90d9b863b78c7e11e070e2fa3ade5ebb
Updated tgw for env vars, instead of profiles
a2de0ab3 Updated tgw script to accommodate env vars as credentials, instead of a profile git-subtree-dir: inventory-scripts git-subtree-split: a2de0ab32c28e228363a5ec6a304385e68ad4d0f
Updated tgw code
d7173c46 Enabled the output to include the connected TGW for all resources. 39802ee8 Updating .gitignore with ignored suffixes 51c18421 Fixed imports f74a44e0 Updated with encoding for opened files 4d6ba49c Merge branch 'feature/find_global_accelerators' into development Added the .gitallowed file 09869a7b Merge branch 'test/development' into development Adding more test cases from a test/dev branch d9978000 Added gitallowed file for example secrets (account numbers) bb20c5c6 Updated the version of the account_class.py library 62a2ecca Updated the account_class.py library to better support the use of environment variables for credentials, instead of profiles e615c538 Updated gitignore file 3f78e6d7 More test cases git-subtree-dir: inventory-scripts git-subtree-split: d7173c4665b2d654a86a46c9c2e76ff2c74df12b
…nventory-scripts-20251028
14e06dd7 Updated for fqdn typo 55f1ce19 Version updates a16974ee Added / Updated policy listing 56059efa Added ability to resolve FQDNs to the ENI script ad7e718c Fixed error when short-form was used 9a477c58 Merge branch 'refs/heads/fix/mod_my_cfnstacksets' into development cfcd860d Added pytest to the requirements.txt 80d1ab30 Fixed problem for when profile is embedded in the Environment Variables 393c96c0 Made significant changes to all_my_orgs, and associated account classes, and supporting libraries 7ae901e7 Small comment changes 294132f9 Added new script (created by Q) for network visibility... 08be53f6 Updated 683a5276 Updated all_my_functions.py to fix errors when no functions were found 83fe2304 Updated for the case where the profile specified doesn't exist or work properly 95620a8d Fixed the tgw diagram naming issue git-subtree-dir: inventory-scripts git-subtree-split: 14e06dd70eebc9edde45aeeff24e305a08cd0df4
2650a7fc Updated to fix the SkipAccounts parameter d20765f7 Merge branch 'feature/all_my_ram_shares' of ssh.gitlab.aws.dev:paulbaye/Inventory_Scripts into feature/all_my_ram_shares 80472a06 remove table output a6ddfbb9 change log level 5227d679 Merge branch 'feature/all_my_ram_shares' of ssh.gitlab.aws.dev:paulbaye/Inventory_Scripts into feature/all_my_ram_shares Updated for changes 8cc60aa5 address comments on undeclared vars and verbose output 097eda00 Merge branch 'feature/all_my_ram_shares' of ssh.gitlab.aws.dev:paulbaye/Inventory_Scripts into feature/all_my_ram_shares 4e1c5c57 remove unused files ae475af1 update outputs 2ba69ebe Add get ram shares script git-subtree-dir: inventory-scripts git-subtree-split: 2650a7fced55fafc66f41fd222e9367296758c25
…nventory-scripts-20251028
Contributor
Author
|
Don't merge this one yet - I think there is another change coming... This PR was created with Q CLI as a test. |
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.
This PR updates the inventory-scripts subtree with the latest changes from the feature/all_my_ram_shares branch, including new RAM shares inventory functionality.