feat: Updated brand to be vantage
Server Deploy / deploy (push) Successful in 2m10s
Agent Release / build (push) Successful in 1m12s

This commit is contained in:
domrichardson
2026-06-24 15:48:13 +01:00
parent 9494199306
commit fab87c82c6
32 changed files with 555 additions and 195 deletions
@@ -1,10 +1,10 @@
syntax = "proto3";
package keymanager.v1;
package vantage.v1;
option go_package = "github.com/mrhid6/keymanager/server/internal/grpc/pb";
option go_package = "github.com/mrhid6/vantage/server/internal/grpc/pb";
service KeyManager {
service Vantage {
rpc Register(RegisterRequest) returns (RegisterResponse);
rpc SyncKeys(SyncRequest) returns (SyncResponse);
rpc UploadGeneratedKey(UploadKeyRequest) returns (UploadKeyResponse);