From 00133872a221efd29437f7da6f1a8f1456e30c98 Mon Sep 17 00:00:00 2001 From: Vault Automation Date: Wed, 10 Dec 2025 12:04:35 -0500 Subject: [PATCH] Remove envelope encryption protos (#11041) (#11264) * remove envelope encryption protos * remove references from buf.yaml * add back accidental delete Co-authored-by: Rachel Culpepper <84159930+rculpepper@users.noreply.github.com> --- buf.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/buf.yaml b/buf.yaml index 8e99ba8e95..4b31f93fb9 100644 --- a/buf.yaml +++ b/buf.yaml @@ -42,7 +42,6 @@ lint: - sdk/database/dbplugin/database.proto - sdk/database/dbplugin/v5/proto/database.proto - sdk/database/dbplugin/v5/proto/database_ent.proto - - sdk/helper/envelopeencryption/envelope_encryption_ent.proto - sdk/helper/pluginutil/multiplexing.proto - sdk/logical/event.proto - sdk/logical/identity.proto @@ -77,7 +76,6 @@ lint: - helper/storagepacker/types.proto - physical/raft/types.proto - sdk/database/dbplugin/database.proto - - sdk/helper/envelopeencryption/envelope_encryption_ent.proto - sdk/helper/pluginutil/multiplexing.proto - sdk/logical/event.proto - sdk/logical/identity.proto