openfga @ v0.2.1
integrity
- size
- 537.4 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Added
- Support Check API calls on userset types of users (#146)
- Add backoff when connecting to Postgres (#188)
Fixed
- Improve logging of internal server errors (#193)
- Use Postgres in the sample Docker Compose file (#195)
- Emit authorization errors (#144)
- Telemetry in Check and ListObjects APIs (#177)
- ListObjects API: respect the value of ListObjectsMaxResults (#181)
download
unix · zip
curl -fL -o v0.2.1.zip https://ratatoskr.space/pkg/openfga/v0.2.1.zip
printf '%s %s\n' 'c9b10ecb5ad40bfdc37f473bac770cd2f232e121ca58c4fd87bf2e3cee0274de' 'v0.2.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v0.2.1.zip"
$out = "v0.2.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c9b10ecb5ad40bfdc37f473bac770cd2f232e121ca58c4fd87bf2e3cee0274de") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.2.1.tar.gz https://ratatoskr.space/pkg/openfga/v0.2.1.tar.gz
printf '%s %s\n' '91392b04aaf7259536da739e55785185429ed6a1cee3aef4d0439b59a7fc14ed' 'v0.2.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v0.2.1.tar.gz"
$out = "v0.2.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "91392b04aaf7259536da739e55785185429ed6a1cee3aef4d0439b59a7fc14ed") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.2.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.2.1.zip
printf '%s %s\n' 'c9b10ecb5ad40bfdc37f473bac770cd2f232e121ca58c4fd87bf2e3cee0274de' 'v0.2.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.2.1.zip"
$out = "v0.2.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c9b10ecb5ad40bfdc37f473bac770cd2f232e121ca58c4fd87bf2e3cee0274de") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.2.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.2.1.tar.gz
printf '%s %s\n' '91392b04aaf7259536da739e55785185429ed6a1cee3aef4d0439b59a7fc14ed' 'v0.2.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.2.1.tar.gz"
$out = "v0.2.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "91392b04aaf7259536da739e55785185429ed6a1cee3aef4d0439b59a7fc14ed") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.2.1.zip | zip | 539.0 KiB |
blake3-24 613879c30864a8d57bff3e936c8e79b24906b4301753cfa1
sha256 c9b10ecb5ad40bfdc37f473bac770cd2f232e121ca58c4fd87bf2e3cee0274de
sha1 a473c19887c9ea6b395d14b534b2356fc27222aa
|
| v0.2.1.tar.gz | tar.gz | 474.3 KiB |
blake3-24 0f8350876fcd399f8bf954f45917e925342a058dd4e65385
sha256 91392b04aaf7259536da739e55785185429ed6a1cee3aef4d0439b59a7fc14ed
sha1 262d50998e13b5f1f42d25177213f9bc60c11a05
|
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.1.zip | zip | 497.0 KiB |
blake3-24 0095e69567398a7ab9226c418912e5f97f5fb9820619f4a9
sha256 cba4293463dcf12f71a41219f8a8a83202aaf99e4fdb7bc99d575ce6c77dba91
sha1 e984b923d4e4e30d456e2d26f80b66e5526f97a8
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v0.2.1.tar.gz"],
integrity = "sha256-kTkrBKr3JZU22nOeVXhRhUKe1qHO46700EObWaf8FO0=",
strip_prefix = "openfga-v0.2.1",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v0.2.1.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v0.2.1
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.2.1.tar.gz"],
integrity = "sha256-kTkrBKr3JZU22nOeVXhRhUKe1qHO46700EObWaf8FO0=",
strip_prefix = "openfga-v0.2.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.2.1.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v0.2.1