-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request