From 516475d47acec5a6c657f620f0c6a01fdb9fbe0c Mon Sep 17 00:00:00 2001 From: Brandon Kalinowski Date: Mon, 28 Oct 2024 15:08:57 +0000 Subject: [PATCH] update openfga --- .gitignore | 4 ++++ provision-openfga-cli.sh | 2 +- provision-openfga.sh | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..221aca7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +* +!.gitignore +!*.sh + diff --git a/provision-openfga-cli.sh b/provision-openfga-cli.sh index 741595c..e3436cc 100755 --- a/provision-openfga-cli.sh +++ b/provision-openfga-cli.sh @@ -5,7 +5,7 @@ OPENFGA_FQDN="localhost" # see https://github.com/openfga/cli/releases # renovate: datasource=github-releases depName=openfga/cli -openfga_cli_version='0.3.0' +openfga_cli_version='0.6.1' # download and install the fga cli. # see https://github.com/openfga/cli/releases diff --git a/provision-openfga.sh b/provision-openfga.sh index c00b2c2..fe1ed5d 100755 --- a/provision-openfga.sh +++ b/provision-openfga.sh @@ -7,7 +7,7 @@ OPENFGA_FQDN="localhost" # see https://github.com/openfga/openfga/releases # renovate: datasource=github-releases depName=openfga/openfga -openfga_version='1.5.3' +openfga_version='1.6.2' # create the openfga system user. groupadd --system openfga || true