File tree Expand file tree Collapse file tree 3 files changed +51
-4
lines changed
proto/aserto/authorizer/v2 Expand file tree Collapse file tree 3 files changed +51
-4
lines changed Original file line number Diff line number Diff line change 359359 }
360360 }
361361 },
362+ "externalDocs" : {
363+ "description" : " Authorizer API Reference." ,
364+ "url" : " https://github.com/aserto-dev/pb-authorizer/blob/main/html/index.html"
365+ },
362366 "info" : {
363- "title" : " aserto/authorizer/v2/authorizer.proto" ,
364- "version" : " version not set"
367+ "contact" : {
368+ "email" : " support@aserto.com" ,
369+ "name" : " Aserto, Inc." ,
370+ "url" : " https://github.com/aserto-dev/pb-authorizer"
371+ },
372+ "license" : {
373+ "name" : " Apache 2.0 License" ,
374+ "url" : " https://github.com/aserto-dev/pb-authorizer/blob/main/LICENSE"
375+ },
376+ "title" : " Authorizer Service" ,
377+ "version" : " 2.1"
365378 },
366379 "openapi" : " 3.1.1" ,
367380 "paths" : {
Original file line number Diff line number Diff line change 359359 }
360360 }
361361 },
362+ "externalDocs" : {
363+ "description" : " Authorizer API Reference." ,
364+ "url" : " https://github.com/aserto-dev/pb-authorizer/blob/main/html/index.html"
365+ },
362366 "info" : {
363- "title" : " aserto/authorizer/v2/authorizer.proto" ,
364- "version" : " version not set"
367+ "contact" : {
368+ "email" : " support@aserto.com" ,
369+ "name" : " Aserto, Inc." ,
370+ "url" : " https://github.com/aserto-dev/pb-authorizer"
371+ },
372+ "license" : {
373+ "name" : " Apache 2.0 License" ,
374+ "url" : " https://github.com/aserto-dev/pb-authorizer/blob/main/LICENSE"
375+ },
376+ "title" : " Authorizer Service" ,
377+ "version" : " 2.1"
365378 },
366379 "openapi" : " 3.1.1" ,
367380 "paths" : {
Original file line number Diff line number Diff line change @@ -13,9 +13,30 @@ import "protoc-gen-openapiv2/options/annotations.proto";
1313option csharp_namespace = "Aserto.Authorizer.V2" ;
1414option go_package = "github.com/aserto-dev/go-authorizer/aserto/authorizer/v2;authorizer" ;
1515option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger ) = {
16+ info : {
17+ title : "Authorizer Service"
18+ version : "2.1"
19+ contact : {
20+ name : "Aserto, Inc."
21+ url : "https://github.com/aserto-dev/pb-authorizer"
22+ email : "support@aserto.com"
23+ }
24+ license : {
25+ name : "Apache 2.0 License"
26+ url : "https://github.com/aserto-dev/pb-authorizer/blob/main/LICENSE"
27+ }
28+ }
29+
30+ external_docs : {
31+ url : "https://github.com/aserto-dev/pb-authorizer/blob/main/html/index.html"
32+ description : "Authorizer API Reference."
33+ }
34+
35+ schemes : HTTP
1636 schemes : HTTPS
1737 consumes : "application/json"
1838 produces : "application/json"
39+
1940 security_definitions : {
2041 security : {
2142 key : "AuthorizerAPIKey"
You can’t perform that action at this time.
0 commit comments