Motivation
Currently, when using this module the process removes any fields not found in the Claim struct. This worked for a while but we don't want to have to update the struct each time a change is made to the claim structure and with more Go experience under our belt it should be possible to allow arbitrary claim structures to be passed and updated, so long as they have a features section.
vars sections mustn't be removed
secrets section mustn't be removed
Team acceptance