mirror of
https://github.com/zitadel/zitadel
synced 2024-11-21 16:30:53 +00:00
104034c628
Adds the initial proto definition for a new user service (v3) based on user schema and it's corresponding user schema service (v3)
12 lines
241 B
YAML
12 lines
241 B
YAML
# buf.gen.yaml
|
|
version: v1
|
|
managed:
|
|
enabled: true
|
|
plugins:
|
|
- plugin: buf.build/grpc-ecosystem/openapiv2
|
|
out: .artifacts/openapi
|
|
opt:
|
|
- allow_delete_body
|
|
- remove_internal_comments=true
|
|
- preserve_rpc_order=true
|