Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions buf.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Generated by buf. DO NOT EDIT.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this file and the one below to KeyManager directory?

version: v2
deps:
- name: buf.build/bufbuild/protovalidate
commit: 80ab13bee0bf4272b6161a72bf7034e0
digest: b5:1aa6a965be5d02d64e1d81954fa2e78ef9d1e33a0c30f92bc2626039006a94deb3a5b05f14ed8893f5c3ffce444ac008f7e968188ad225c4c29c813aa5f2daa1
5 changes: 5 additions & 0 deletions buf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: v2
modules:
- path: keymanager
deps:
- buf.build/bufbuild/protovalidate
6 changes: 6 additions & 0 deletions keymanager/buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: v2
plugins:
- local: protoc-gen-go
out: .
opt: paths=source_relative

6 changes: 6 additions & 0 deletions keymanager/gen_keymanager.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
# Re-generate the Go code for keymanager protos.

cd "$(dirname "$0")" || exit 1

go run github.com/bufbuild/buf/cmd/buf@latest generate . --template buf.gen.yaml
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this using the buf from the latest version? Should we pin it?

96 changes: 48 additions & 48 deletions keymanager/km_common/proto/algorithms.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading