Hi,
I am working on a snap for a juju plugin (juju-bmc - https://snapcraft.io/juju-bmc) that requires access to the juju settings as well as maas settings. Currently the snap is using devmode, but I am trying to be able to use strict confinement.
I see that there is an interface for juju access (juju-client-observe => $HOME/.local/share/juju, https://snapcraft.io/docs/juju-client-observe-interface), but didn’t see one for maas. Is it possible to access $HOME/.maascli.db as well with strict confinement?
Thanks,
JG