I was just wondering if we could find a way to:
- list all connectors with outstanding/open "security" updates
- approve all (or a subset) of those connectors to apply the security patches
This would save a lot of "energy" clicking through the UI.
The Idea
# List all connectors requiring a security update
python3.13 bin/akamai-eaa connector security
# Patch *ALL* connectors
python3.13 bin/akamai-eaa connector security --update_all
# Only patch a single connector
python3.13 bin/akamai-eaa connector security --update <connector_id>
This feature would help keeping EAA Installations secure (as security patches for ALL CONNECTORS could be easily automated)
I was just wondering if we could find a way to:
This would save a lot of "energy" clicking through the UI.
The Idea
This feature would help keeping EAA Installations secure (as security patches for ALL CONNECTORS could be easily automated)