Ensure Namespace Access Permissions When Retrieving KV Pairs
Retrieving KV pairs from other namespaces
Migrating usage of KV functions
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, ensure access to that namespace is allowed (this happens by default unless explicitly restricted).
Was this page helpful?