You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ // name is the name of the KMSv2 plugin to be used.
146
-
+ Name string `json:"name"`
147
-
+ // endpoint is the gRPC server listening address, for example "unix:///var/run/kmsv2-provider.sock".
148
-
+ Endpoint string `json:"endpoint"`
149
-
+}
130
+
+ // apiversion of KeyManagementService
131
+
+ APIVersion string `json:"apiversion"`
150
132
```
151
133
152
134
Support key hierarchy in KMS plugin that generates local KEK and add v2alpha1 `KeyManagementService` proto service contract in Kubernetes to include `key_id`, `annotations`, and `status`.
@@ -225,7 +207,7 @@ The last byte represents the encoding style, with 0 meaning that the rest of the
0 commit comments