Skip to content

Allow CLI to handle "Connector Security Updates" #52

@MikeSchiessl

Description

@MikeSchiessl

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions