Authz: Move extension proto up a layer (#96254)

* Authz: Move extension proto up a layer

* Lint
This commit is contained in:
Gabriel MABILLE
2024-11-12 10:19:12 +01:00
committed by GitHub
parent ab813cb601
commit cc9cdbe82d
18 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -416,7 +416,7 @@ protobuf: ## Compile protobuf definitions
buf generate pkg/plugins/backendplugin/pluginextensionv2 --template pkg/plugins/backendplugin/pluginextensionv2/buf.gen.yaml
buf generate pkg/plugins/backendplugin/secretsmanagerplugin --template pkg/plugins/backendplugin/secretsmanagerplugin/buf.gen.yaml
buf generate pkg/storage/unified/resource --template pkg/storage/unified/resource/buf.gen.yaml
buf generate pkg/services/authz/zanzana/proto/v1 --template pkg/services/authz/zanzana/proto/v1/buf.gen.yaml
buf generate pkg/services/authz/proto/v1 --template pkg/services/authz/proto/v1/buf.gen.yaml
.PHONY: clean
clean: ## Clean up intermediate build artifacts.