Skip to content

Policy export bundle configuration

Create a policy export configuration JSON file which is stored/managed in Git repo next to the policy source code.

It should specify additional information like key/namespace used for signing.

Example:

{
  "key":"key1",
  "namespace":"transit"
}