Files
incus-fga/provision-openfga-incus.sh
2024-10-28 15:01:27 +00:00

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