Skip to content
Raw tags support

AKM used to use json.RawMessage for processing unstructured blueprint
sections. This caused some issues with !Find or other custom authentik
tags. This release adds support for arbitrary custom yaml tags like
!Find !Search etc. They will now remain unchanged through marshall and
umarshalling. This fixes one of the biggest issues AKM has had, go-yaml
is a complex and quite undocumented beast but is deeply nested in the
heart of k8s.