Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(addon): Add support for PodIdentityAssociations #120

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 16, 2024

  1. feat(addon): Add support for PodIdentityAssociations

    This commit introduces support for `PodIdentityAssociations` in Addons CRD,
    enhancing the controller's capabilities to manage PIAs directly through the
    Addon resources.
    
    Key changes:
    - Bump the sdk to v1.54.1 to bring the latest API schema changes
    - Introduce `PodIdentityAssociations` to the addons spec
    - Add custom logic for 1/ extracting ServiceAccounts/RoleARNs from a given PIA
      association ID 2/ properly comparing two arrays of PIAs
    - Enhanced Addon status checks and requeue logic to ensure proper synchronization
    - Add some unit tests and e2e tests for Addon.PIAs
    a-hilaly committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    804a2d5 View commit details
    Browse the repository at this point in the history