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(aws): Implement the account API for AWS accounts #6209

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 15, 2024

  1. feat(aws): Implement the account API for aws accounts

    This change allows clouddriver AWS accounts to use the account
    management API. Specifically, it allows clouddriver to load
    AWS accounts from the AccountDefinitionRepository used by
    the account API.
    Daniel Zheng committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5093402 View commit details
    Browse the repository at this point in the history
  2. fix(account): Provide defaults to avoid NPEs

    An account without requiredGroupMembership or permissions is a
    valid account. However, certain areas of the code assume that these
    values are not null and therefore encounter NullPointerExceptions.
    To avoid this, initialize these fields to a reasonable default value.
    Daniel Zheng committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1d665f3 View commit details
    Browse the repository at this point in the history