Skip to content

Commit

Permalink
Regenerate OpenAPI spec with fixed Authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
vroldanbet committed Nov 11, 2024
1 parent e0a000f commit 4f9bfc1
Show file tree
Hide file tree
Showing 32 changed files with 794 additions and 2,321 deletions.
2 changes: 1 addition & 1 deletion magefiles/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (g Gen) All() error {
const (
ProtoPath = "proto/authzed/api"
BufRepository = "buf.build/authzed/api"
BufTag = "8a6892e674e78add466b64606dc3ccf5a75f8a97"
BufTag = "4042ec8f7b7e9b2c29d54bf9cc227604fe555a44"
)

// Proto runs proto codegen
Expand Down
8 changes: 7 additions & 1 deletion proto/apidocs.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3024,12 +3024,18 @@
}
},
"securityDefinitions": {
"ApiKeyAuth": {
"bearer": {
"type": "apiKey",
"description": "SpiceDB preshared-key, prefixed by Bearer: Bearer \u003cpreshared-key\u003e",
"name": "Authorization",
"in": "header"
}
},
"security": [
{
"bearer": []
}
],
"externalDocs": {
"description": "More about the Authzed API.",
"url": "https://docs.authzed.com/reference/api"
Expand Down
92 changes: 17 additions & 75 deletions proto/authzed/api/materialize/v0/watchpermissions.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion proto/authzed/api/materialize/v0/watchpermissions_vtproto.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4f9bfc1

Please sign in to comment.