View on GitHub

uropa

Declarative configuration for Opa

Backup and restore of Opa’s configuration

You can use uropa to backup and restore the entire or only a subset of Opa’s configuration.

To back up Opa’s configuration, use the dump command:

$ uropa dump
# this generates a Opa.yaml file with the entire configuration of Opa

And then restore this file back to Opa using sync command:

$ uropa diff # a dry-run where uropa shows the changes it will perform
$ uropa sync # actually re-creates the entities in Opa