openfga @ v0.2.4
integrity
- size
- 565.4 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Security
- Patches CVE-2022-39340, CVE-2022-39341, and CVE-2022-39342
Fixed
- TLS certificate config path mappings (#285)
- Error message when a
userfield is invalid (#278) - host:port mapping with unspecified host (#275)
- Wait for connection to postgres before starting (#270)
Added
- Update Go to 1.19
download
unix · zip
curl -fL -o v0.2.4.zip https://ratatoskr.space/pkg/openfga/v0.2.4.zip
printf '%s %s\n' '119d0d81bda7ddc06e97e3b470fe5abe9a4fda1e9b0a8cf4f3fc4956873c950f' 'v0.2.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v0.2.4.zip"
$out = "v0.2.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "119d0d81bda7ddc06e97e3b470fe5abe9a4fda1e9b0a8cf4f3fc4956873c950f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.2.4.tar.gz https://ratatoskr.space/pkg/openfga/v0.2.4.tar.gz
printf '%s %s\n' '41196695bc6023747f6f8f29938ae353e8ff716efbacf2323fb147af2c5a30f8' 'v0.2.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v0.2.4.tar.gz"
$out = "v0.2.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "41196695bc6023747f6f8f29938ae353e8ff716efbacf2323fb147af2c5a30f8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.2.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.2.4.zip
printf '%s %s\n' '119d0d81bda7ddc06e97e3b470fe5abe9a4fda1e9b0a8cf4f3fc4956873c950f' 'v0.2.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.2.4.zip"
$out = "v0.2.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "119d0d81bda7ddc06e97e3b470fe5abe9a4fda1e9b0a8cf4f3fc4956873c950f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.2.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.2.4.tar.gz
printf '%s %s\n' '41196695bc6023747f6f8f29938ae353e8ff716efbacf2323fb147af2c5a30f8' 'v0.2.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.2.4.tar.gz"
$out = "v0.2.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "41196695bc6023747f6f8f29938ae353e8ff716efbacf2323fb147af2c5a30f8") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.2.4.zip | zip | 567.2 KiB |
blake3-24 221a58e1f00d1d54e9c9a55e9574db6c9720f9571ee548af
sha256 119d0d81bda7ddc06e97e3b470fe5abe9a4fda1e9b0a8cf4f3fc4956873c950f
sha1 585647108377f3e0a2d92702cba3414f6a540909
|
| v0.2.4.tar.gz | tar.gz | 496.4 KiB |
blake3-24 d18a522d1a1030bb9340d7f238084077ad2bf6b47eb9a520
sha256 41196695bc6023747f6f8f29938ae353e8ff716efbacf2323fb147af2c5a30f8
sha1 58b60a9f1d3046874b86f0b2fe0732b9c911063b
|
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 |
|---|---|---|---|
| v0.2.4.zip | zip | 525.6 KiB |
blake3-24 1ac6d11d8b697b0c00c1c2f1f48b34f0e0178bd46e76bc4a
sha256 c5da1c32dcde91e80dcba206f83f1aa4952fd88ae6cce3e8c30ea7e2150b5812
sha1 0ebd8f6899701843bbb3a6da8edd158c0fae9e28
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v0.2.4.tar.gz"],
integrity = "sha256-QRlmlbxgI3R/b48pk4rjU+j/cW77rPIyP7FHryxaMPg=",
strip_prefix = "openfga-v0.2.4",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v0.2.4.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v0.2.4
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.2.4.tar.gz"],
integrity = "sha256-QRlmlbxgI3R/b48pk4rjU+j/cW77rPIyP7FHryxaMPg=",
strip_prefix = "openfga-v0.2.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.2.4.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v0.2.4