Files
grafana/apps/secret/decrypt/v1beta1/buf.gen.yaml
T
Matheus Macabu c9b2126c4a Secrets: Add v1beta1 schema with CUE + grafana-app-sdk (#107972)
* Secrets: Add v1beta1 API using CUE

* Secrets: Generate spec with app-sdk

* Secrets: Generate decrypt proto

* Secrets: Add manual files to help transition
2025-07-11 13:42:46 +02:00

13 lines
253 B
YAML

version: v1
plugins:
- plugin: go
out: apps/secret/decrypt/v1beta1
opt:
- paths=source_relative
- plugin: go-grpc
out: apps/secret/decrypt/v1beta1
opt:
- paths=source_relative
- require_unimplemented_servers=false