openfga @ v0.2.2
integrity
- size
- 544.3 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Fixed
- Reject direct writes if only indirect relationship allowed (#114). Thanks @dblclik!
- Log internal errors at the grpc layer (#222)
- Authorization model validation (#224)
- Bug in
migratecommand (#236) - Skip malformed tuples involving tuple to userset definitions (#234)
download
unix · zip
curl -fL -o v0.2.2.zip https://ratatoskr.space/pkg/openfga/v0.2.2.zip
printf '%s %s\n' '6d1b8f139f9492f874edd50ab1bca39955e58b7fafb5c5bf9799ea88c014f945' 'v0.2.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v0.2.2.zip"
$out = "v0.2.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6d1b8f139f9492f874edd50ab1bca39955e58b7fafb5c5bf9799ea88c014f945") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.2.2.tar.gz https://ratatoskr.space/pkg/openfga/v0.2.2.tar.gz
printf '%s %s\n' 'eb175b067f0e72b08c370ae88d1b8f5558befa4b878becd60d891352f53e00a6' 'v0.2.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v0.2.2.tar.gz"
$out = "v0.2.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eb175b067f0e72b08c370ae88d1b8f5558befa4b878becd60d891352f53e00a6") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.2.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.2.2.zip
printf '%s %s\n' '6d1b8f139f9492f874edd50ab1bca39955e58b7fafb5c5bf9799ea88c014f945' 'v0.2.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.2.2.zip"
$out = "v0.2.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6d1b8f139f9492f874edd50ab1bca39955e58b7fafb5c5bf9799ea88c014f945") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.2.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.2.2.tar.gz
printf '%s %s\n' 'eb175b067f0e72b08c370ae88d1b8f5558befa4b878becd60d891352f53e00a6' 'v0.2.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.2.2.tar.gz"
$out = "v0.2.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eb175b067f0e72b08c370ae88d1b8f5558befa4b878becd60d891352f53e00a6") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.2.2.zip | zip | 546.0 KiB |
blake3-24 20c746841c3b707d63b2682037d5837ac01a750938630f5a
sha256 6d1b8f139f9492f874edd50ab1bca39955e58b7fafb5c5bf9799ea88c014f945
sha1 692749f52788d76ec818d03872128f3c23ce7673
|
| v0.2.2.tar.gz | tar.gz | 481.6 KiB |
blake3-24 560184519631a01fea2026c993d8763627193f7fd2229f08
sha256 eb175b067f0e72b08c370ae88d1b8f5558befa4b878becd60d891352f53e00a6
sha1 f1d40d86ba4ce58b75160715e29fdd12cc51cb7b
|
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.2.zip | zip | 504.1 KiB |
blake3-24 036c6f65957acd2035e39ad996fa77094d893c218f43eb63
sha256 8efc02a60a5cda6f94c6bd91297005b9fb9e13d2ec4030d94548bdff4ca64007
sha1 c4fc2fd9623cd6c53db53b61ee927fc646c0add0
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v0.2.2.tar.gz"],
integrity = "sha256-6xdbBn8OcrCMNwrojRuPVVi++kuHi+zWDYkTUvU+AKY=",
strip_prefix = "openfga-v0.2.2",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v0.2.2.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v0.2.2
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.2.2.tar.gz"],
integrity = "sha256-6xdbBn8OcrCMNwrojRuPVVi++kuHi+zWDYkTUvU+AKY=",
strip_prefix = "openfga-v0.2.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.2.2.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v0.2.2