Retrieving KV pairs from other namespaces​Retrieving ​K​V pairs from other namespaces

Available on: Enterprise Edition

Release: 0.20.0

Migrating usage of KV functions

Overview

The kv() Pebble function was missing a check for allowed namespace in case a namespace is passed to the function e.g. {{ kv('MY_KEY', 'differentNamespace') }}. This check has been added in 0.20 release. If you use the kv() function to get a KV from a different namespace in the Enterprise Edition, make sure to allow access to this namespace (this happens by default unless explicitly restricted).

Was this page helpful?