Export policy bundle with signature
Export endpoint must prepare a bundle ZIP file containing policy metadata, source code and static data.
The bundle then must be signed by using the signer service and returned to the client.
The signer service will need to know the namespace and key it must use for signing. This will be provided with per-policy configuration kept in export.json
file:
{
"namespace":"transit",
"key":"key1"
}
Edited by Lyuben Penkovski