v1
latestSwagger 2.02026-07-1792120.1 KBmanifest
Set a manifest.
Before deploying the application to the cluster the manifest needs to be set once by the provider. On success, an array containing key-value mapping for encrypted secrets to be used for recovering the Coordinator in case of disaster recovery. The key matches each supplied key from RecoveryKeys in the Manifest.
Example for setting the manifest with curl:
curl --cacert marblerun.crt --data-binary @manifest.json "https://$MARBLERUN/manifest"
post/manifest
Request body
Response
Example response
{
"Status": "success"
}