api icon indicating copy to clipboard operation
api copied to clipboard

Protocol Buffers used by OpenFGA

Results 28 api issues
Sort by recently updated
recently updated
newest added

_Originally posted by @jon-whit in https://github.com/openfga/openfga/pull/880#discussion_r1282085854_

We don't have a good way to distinguish between different user types (`user:x`, `group:x#member`, and `user:*`) in a strongly typed way and so in ListObjects we are forced to do...

_Originally posted by @jon-whit in https://github.com/openfga/api/pull/83#discussion_r1258460799_ Currently the documentations are OpenAPI based, we should consider moving/adding it to protobufs

Today the Write API looks like: ``` message WriteRequest { string store_id = 1; TupleKeys writes = 2; TupleKeys deletes = 3; string authorization_model_id = 4; } message TupleKeys {...

enhancement
breaking-change

Today a `TypeDefinition` has the following protobuf definition: ```protobuf message TypeDefinition { string type = 1; map relations = 2; Metadata metadata = 3; } ``` https://github.com/openfga/api/blob/main/openfga/v1/authzmodel.proto#L26 A more canonical...

enhancement
breaking-change

Bumps the dependencies group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action). Updates `actions/checkout` from 4.1.3 to 4.1.6 Release notes Sourced from actions/checkout's releases. v4.1.6 What's Changed Check...

dependencies
github_actions

## Description Restrict character limit of condition down to 50 characters. Left the patterns as they were. ## References https://github.com/openfga/language/issues/319 ## Review Checklist - [ ] I have clicked on...

## Description Sets the `UNSPECIFIED` consistency preference to `INTERNAL`, which prevents it from being exported as a valid enum value in the swagger. SDKs can then be generated without requiring...

Bumps the dependencies group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [char0n/swagger-editor-validate](https://github.com/char0n/swagger-editor-validate). Updates `actions/checkout` from 4.1.3 to 4.1.7 Release notes Sourced from actions/checkout's releases. v4.1.7 What's Changed Bump...

dependencies
github_actions