Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorder account ID lookup in
getOwnerAccountID
(#153)
This commit changes the order of operations in the `getOwnerAccountID` function to prioritize checking namespace annotations over resource status when determining the owner account ID. The new order of checks is: 1. Namespace annotations 2. Resource status (`status.ackResourceMetadata`) 3. Controller's default AWS account By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
- Loading branch information