incus-fga/provision-openfga-incus.sh

9 lines
128 B
Bash
Executable File

#!/bin/bash
set -euxo pipefail
# create the incus store.
fga store create \
--name Incus \
| jq \
> ./openfga-incus.json