Skip to content

Commit ae4dbfd

Browse files
committed
upd buf & add doc gen
1 parent 117cd0f commit ae4dbfd

File tree

8 files changed

+2701
-8
lines changed

8 files changed

+2701
-8
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
pull-requests: write
2020

2121
env:
22-
BUF_VERSION: "1.61.0"
22+
BUF_VERSION: "1.64.0"
2323

2424
jobs:
2525
build:

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
# pb-authorizer
22

3-
Protobuf definitions of Authorizer Service
3+
Authorizer Service protobuf & gRPC definitions
4+
5+
## API Documentation:
6+
7+
* [Authorizer API](./docs/api.md)
8+
9+
## Publication:
410

511
Buf image is published to [https://buf.build/aserto-dev/authorizer](https://buf.build/aserto-dev/authorizer)
612

7-
Go generated package [https://github.com/aserto-dev/go-authorizer](https://github.com/aserto-dev/go-authorizer)
13+
## Implementations:
14+
15+
|Language | v2 |GitHub Repo|
16+
|----------|----|-----------|
17+
|Go | X |[https://github.com/aserto-dev/go-authorizer](https://github.com/aserto-dev/go-authorizer)|
18+
|Java | X |[https://github.com/aserto-dev/java-authorizer](https://github.com/aserto-dev/java-authorizer)|
19+
|Python | X |[https://github.com/aserto-dev/python-authorizer](https://github.com/aserto-dev/python-authorizer)|
20+
|DotNet | X |[https://github.com/aserto-dev/dotnet-authorizer](https://github.com/aserto-dev/dotnet-authorizer)|
21+
|Ruby | X |[https://github.com/aserto-dev/ruby-authorizer](https://github.com/aserto-dev/ruby-authorizer)|
22+
|NodeJS | X |[https://github.com/aserto-dev/node-authorizer](https://github.com/aserto-dev/node-authorizer)|
23+
|TypeScript| X |[https://github.com/aserto-dev/ts-authorizer](https://github.com/aserto-dev/ts-authorizer)|

buf.gen.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
version: v2
3+
4+
clean: false
5+
6+
plugins:
7+
- remote: buf.build/community/pseudomuto-doc:v1.5.1
8+
out: ./docs
9+
opt:
10+
- markdown,api.md
11+
12+
- remote: buf.build/community/pseudomuto-doc:v1.5.1
13+
out: ./html
14+
opt:
15+
- html,index.html

buf.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
version: v2
33
deps:
44
- name: buf.build/googleapis/googleapis
5-
commit: 61b203b9a9164be9a834f58c37be6f62
6-
digest: b5:7811a98b35bd2e4ae5c3ac73c8b3d9ae429f3a790da15de188dc98fc2b77d6bb10e45711f14903af9553fa9821dff256054f2e4b7795789265bc476bec2f088c
5+
commit: 004180b77378443887d3b55cabc00384
6+
digest: b5:e8f475fe3330f31f5fd86ac689093bcd274e19611a09db91f41d637cb9197881ce89882b94d13a58738e53c91c6e4bae7dc1feba85f590164c975a89e25115dc
77
- name: buf.build/grpc-ecosystem/grpc-gateway
8-
commit: 4c5ba75caaf84e928b7137ae5c18c26a
9-
digest: b5:c113e62fb3b29289af785866cae062b55ec8ae19ab3f08f3004098928fbca657730a06810b2012951294326b95669547194fa84476b9e9b688d4f8bf77a0691d
8+
commit: 6467306b4f624747aaf6266762ee7a1c
9+
digest: b5:c2caa61467d992749812c909f93c07e9a667da33c758a7c1973d63136c23b3cafcc079985b12cdf54a10049ed3297418f1eda42cdffdcf34113792dcc3a990af

buf.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ version: v2
22
modules:
33
- path: proto
44
name: buf.build/aserto-dev/authorizer
5+
56
deps:
67
- buf.build/googleapis/googleapis
78
- buf.build/grpc-ecosystem/grpc-gateway
9+
810
lint:
911
use:
1012
- STANDARD
@@ -16,6 +18,7 @@ lint:
1618
- SERVICE_SUFFIX
1719
enum_zero_value_suffix: _UNKNOWN
1820
disallow_comment_ignores: true
21+
1922
breaking:
2023
use:
2124
- FILE

0 commit comments

Comments
 (0)