openfga @ v1.5.2
integrity
- size
- 734.2 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Fixed
- Fix the count of datastore reads in the Check API (#1452)
- Fix the correct default used for dispatch throttling (#1479)
Security
- Bumped up the
grpc-health-probedependency in the published Docker image to the latest release which fixes some vulnerabilities (#1507)
Contributions
- Add homebrew release job by @chenrui333 (#780)
download
unix · zip
curl -fL -o v1.5.2.zip https://ratatoskr.space/pkg/openfga/v1.5.2.zip
printf '%s %s\n' '11311b95b46eefaac1c01d4eb377db711c32846e0bf077fb74f07fd0996a8714' 'v1.5.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.5.2.zip"
$out = "v1.5.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "11311b95b46eefaac1c01d4eb377db711c32846e0bf077fb74f07fd0996a8714") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.5.2.tar.gz https://ratatoskr.space/pkg/openfga/v1.5.2.tar.gz
printf '%s %s\n' '6501c2eeac9694995efca6877d05756981ef5fa19801e8c0d6bee813839b585a' 'v1.5.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.5.2.tar.gz"
$out = "v1.5.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6501c2eeac9694995efca6877d05756981ef5fa19801e8c0d6bee813839b585a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.5.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.5.2.zip
printf '%s %s\n' '11311b95b46eefaac1c01d4eb377db711c32846e0bf077fb74f07fd0996a8714' 'v1.5.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.5.2.zip"
$out = "v1.5.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "11311b95b46eefaac1c01d4eb377db711c32846e0bf077fb74f07fd0996a8714") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.5.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.5.2.tar.gz
printf '%s %s\n' '6501c2eeac9694995efca6877d05756981ef5fa19801e8c0d6bee813839b585a' 'v1.5.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.5.2.tar.gz"
$out = "v1.5.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6501c2eeac9694995efca6877d05756981ef5fa19801e8c0d6bee813839b585a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.5.2.zip | zip | 736.0 KiB |
blake3-24 a6594e1fecb4e360614184ef71fd4dbf7edc99fe83bf390f
sha256 11311b95b46eefaac1c01d4eb377db711c32846e0bf077fb74f07fd0996a8714
sha1 344a71197bc39a5af71e0c67e04ff1d1820b8c9c
|
| v1.5.2.tar.gz | tar.gz | 610.0 KiB |
blake3-24 267ff46ceaccf8efb8a3d8bb7e7aa4795075d380505a6bf4
sha256 6501c2eeac9694995efca6877d05756981ef5fa19801e8c0d6bee813839b585a
sha1 df4b610fd297cd105814f5d9900beb02a0ccea29
|
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.5.2.zip | zip | 742.8 KiB |
blake3-24 022d8b29bf0dcaf3bb44367a52652f18913cd42c0a03ca4b
sha256 56ebed7267f67df44a0215dee37f3dc3b3eda1131c477dd0f3399b2695207761
sha1 ebf40cc637d5b5a6ab09108ac2ae214573a544a8
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v1.5.2.tar.gz"],
integrity = "sha256-ZQHC7qyWlJle/KaHfQV1aYHvX6GYAejA1r7oE4ObWFo=",
strip_prefix = "openfga-v1.5.2",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.5.2.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.5.2
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.5.2.tar.gz"],
integrity = "sha256-ZQHC7qyWlJle/KaHfQV1aYHvX6GYAejA1r7oE4ObWFo=",
strip_prefix = "openfga-v1.5.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.5.2.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.5.2