Hello,
I’ve recently started development on the vault code base but I’m not sure if I did things correctly or there is a way of doing things. I recently created a PR to add the support for additional templating variables but I’m having a bit of a conundrum at this point as the error that the buildserver gives is not something I can reproduce.
The error seems to be related to my added fields not being recognized by the GO compiler but they are exported and I can build and run it on my local machine.
The PR:
Kind regards!