diff --git a/deckformat/entitypointers.go b/deckformat/entitypointers.go index 8f8a98b..4746b32 100644 --- a/deckformat/entitypointers.go +++ b/deckformat/entitypointers.go @@ -11,6 +11,7 @@ var EntityPointers = map[string][]string{ // list created from the deck source code, looking at: deck/types/*.go "acls": { "$.acls[*]", + "$.consumers[*].acls[*]", // decK specific format for handling many-2-many relationships (consumers <-> groups ) }, "basicauth_credentials": { "$.basicauth_credentials[*]",