I want to use templated policy based on namespace and described via terraform.
Like this:
test-policy = {
paths("{{identity.entity.aliases.accessor.metadata…)
}
Where i can find this accessor in tf to put it to the template?
Or how to access to first element of aliases in template?