initial commit

This commit is contained in:
2024-10-28 15:01:27 +00:00
commit 52e7012b41
4 changed files with 223 additions and 0 deletions

8
provision-openfga-incus.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -euxo pipefail
# create the incus store.
fga store create \
--name Incus \
| jq \
> ./openfga-incus.json