openfga @ v1.0.0
integrity
- size
- 612.5 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Ready for Production with Postgres
OpenFGA with Postgres is now considered stable and ready for production usage.
Fixed
- MySQL migration script errors during downgrade (#664)
download
unix · zip
curl -fL -o v1.0.0.zip https://ratatoskr.space/pkg/openfga/v1.0.0.zip
printf '%s %s\n' '4b59b07f43e59103269991bd2a798f9950f4d99ef5372905a51e944e3a487f2f' 'v1.0.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.0.0.zip"
$out = "v1.0.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4b59b07f43e59103269991bd2a798f9950f4d99ef5372905a51e944e3a487f2f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.0.0.tar.gz https://ratatoskr.space/pkg/openfga/v1.0.0.tar.gz
printf '%s %s\n' '39ca404bbaa4a718869bef60720da72df4719b8cc17d2686b64eb26545acb79a' 'v1.0.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.0.0.tar.gz"
$out = "v1.0.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "39ca404bbaa4a718869bef60720da72df4719b8cc17d2686b64eb26545acb79a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.0.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.0.0.zip
printf '%s %s\n' '4b59b07f43e59103269991bd2a798f9950f4d99ef5372905a51e944e3a487f2f' 'v1.0.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.0.0.zip"
$out = "v1.0.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4b59b07f43e59103269991bd2a798f9950f4d99ef5372905a51e944e3a487f2f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.0.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.0.0.tar.gz
printf '%s %s\n' '39ca404bbaa4a718869bef60720da72df4719b8cc17d2686b64eb26545acb79a' 'v1.0.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.0.0.tar.gz"
$out = "v1.0.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "39ca404bbaa4a718869bef60720da72df4719b8cc17d2686b64eb26545acb79a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.0.0.zip | zip | 613.4 KiB |
blake3-24 6477a92a131406b8d457eec3ad78f67849790927d200954f
sha256 4b59b07f43e59103269991bd2a798f9950f4d99ef5372905a51e944e3a487f2f
sha1 5f5bd0088cbf01c1c53bde5b1388bf52a5ccb0be
|
| v1.0.0.tar.gz | tar.gz | 531.3 KiB |
blake3-24 2059330d9bcd18867c1a3784ab6817f238aef93b5fbae716
sha256 39ca404bbaa4a718869bef60720da72df4719b8cc17d2686b64eb26545acb79a
sha1 3ad153a66ef243da46d55874d8738327575109bd
|
go module archive
module zip with the module path rewritten to this mirror; fetched by go get through the
GOPROXY route
| artifact | format | size | hashes |
|---|---|---|---|
| v1.0.0.zip | zip | 579.3 KiB |
blake3-24 80e971c35bedc98a7e4a73ad01c33786ec1a2ce8ed07650d
sha256 c872a1d3d1189705e349061b0d4688e782e75ef33f4c216d37a9e7c0596135dd
sha1 3b8b43840c46630686ee507d752089c2f2323c75
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v1.0.0.tar.gz"],
integrity = "sha256-OcpAS7qkpxiGm+9gcg2nLfRxm4zBfSaGtk6yZUWst5o=",
strip_prefix = "openfga-v1.0.0",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.0.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.0.0
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.0.0.tar.gz"],
integrity = "sha256-OcpAS7qkpxiGm+9gcg2nLfRxm4zBfSaGtk6yZUWst5o=",
strip_prefix = "openfga-v1.0.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.0.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.0.0