openfga @ v0.3.2
integrity
- size
- 587.0 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Added
-
OpenTelemetry metrics integration with an
otlpexporter (#360) - thanks @AlexandreBrg!To export OpenTelemetry metrics from an OpenFGA instance you can now provide the
otel-metricsexperimental flag along with the--otel-telemetry-endpointand--otel-telemetry-protocolflags. For example,./openfga run --experimentals=otel-metrics --otel-telemetry-endpoint=127.0.0.1:4317 --otel-telemetry-protocol=httpFor more information see the official documentation on Experimental Features and Telemetry.
-
Type-bound public access support in the optimized ListObjects implementation (when the
list-objects-optimizedexperimental feature is enabled) (#444)
Fixed
- Tuple validations for models with schema version 1.1 (#446, #457)
- Evaluate rewrites on nested usersets in the optimized ListObjects implementation (#432)
download
unix · zip
curl -fL -o v0.3.2.zip https://ratatoskr.space/pkg/openfga/v0.3.2.zip
printf '%s %s\n' '25db92c7d244e59e75a5c20a3440e98d64a5d31f88a1e77c333ad5bb4d1b866f' 'v0.3.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v0.3.2.zip"
$out = "v0.3.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "25db92c7d244e59e75a5c20a3440e98d64a5d31f88a1e77c333ad5bb4d1b866f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.3.2.tar.gz https://ratatoskr.space/pkg/openfga/v0.3.2.tar.gz
printf '%s %s\n' 'bde582ecdce29ee20a63aeeea60f83af8c8b257c6f6e977da557397285eb3ee8' 'v0.3.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v0.3.2.tar.gz"
$out = "v0.3.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bde582ecdce29ee20a63aeeea60f83af8c8b257c6f6e977da557397285eb3ee8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.3.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.3.2.zip
printf '%s %s\n' '25db92c7d244e59e75a5c20a3440e98d64a5d31f88a1e77c333ad5bb4d1b866f' 'v0.3.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.3.2.zip"
$out = "v0.3.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "25db92c7d244e59e75a5c20a3440e98d64a5d31f88a1e77c333ad5bb4d1b866f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.3.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.3.2.tar.gz
printf '%s %s\n' 'bde582ecdce29ee20a63aeeea60f83af8c8b257c6f6e977da557397285eb3ee8' 'v0.3.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.3.2.tar.gz"
$out = "v0.3.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bde582ecdce29ee20a63aeeea60f83af8c8b257c6f6e977da557397285eb3ee8") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.3.2.zip | zip | 589.3 KiB |
blake3-24 f9295903ee40cd2901cf1d0ad9de95454a85d42cb8bfb735
sha256 25db92c7d244e59e75a5c20a3440e98d64a5d31f88a1e77c333ad5bb4d1b866f
sha1 f5ea12d97c47d0d834836f2a2dc13bdf75205830
|
| v0.3.2.tar.gz | tar.gz | 517.7 KiB |
blake3-24 0b9d7b912103f94b1b0884690e5fb02fbf721cc69db4b320
sha256 bde582ecdce29ee20a63aeeea60f83af8c8b257c6f6e977da557397285eb3ee8
sha1 96eb2a63615cf6ec8878c68afe2705760dad7568
|
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.3.2.zip | zip | 547.1 KiB |
blake3-24 ed75c199da391722ebbace7ba2121c7b864a97e2b4644fbf
sha256 10a0614b43620e838e74fd86ba00c9e7dead6a5fbe9a279d05a763576ed4b293
sha1 d1c75700f3da5842a96b4c2ef013100d4b26a338
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v0.3.2.tar.gz"],
integrity = "sha256-veWC7NzinuIKY67upg+Dr4yLJXxvbpd9pVc5coXrPug=",
strip_prefix = "openfga-v0.3.2",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v0.3.2.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v0.3.2
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.3.2.tar.gz"],
integrity = "sha256-veWC7NzinuIKY67upg+Dr4yLJXxvbpd9pVc5coXrPug=",
strip_prefix = "openfga-v0.3.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.3.2.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v0.3.2