mirror of
https://github.com/zitadel/zitadel
synced 2024-11-21 16:30:53 +00:00
22 lines
437 B
YAML
22 lines
437 B
YAML
|
version: v1
|
||
|
plugins:
|
||
|
- plugin: go
|
||
|
out: .artifacts/grpc
|
||
|
- plugin: go-grpc
|
||
|
out: .artifacts/grpc
|
||
|
- plugin: grpc-gateway
|
||
|
out: .artifacts/grpc
|
||
|
opt:
|
||
|
- allow_delete_body=true
|
||
|
- plugin: openapiv2
|
||
|
out: .artifacts/grpc
|
||
|
opt:
|
||
|
- allow_delete_body=true
|
||
|
- plugin: validate
|
||
|
out: .artifacts/grpc
|
||
|
opt: lang=go
|
||
|
- plugin: authoption
|
||
|
out: .artifacts/grpc
|
||
|
- plugin: zitadel
|
||
|
out: .artifacts/grpc
|