We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ccbae commit 2b4cba1Copy full SHA for 2b4cba1
pkg/capabilities/actions/vault/vault.go
@@ -2,7 +2,13 @@
2
package vault
3
4
const (
5
- CapabilityID = "[email protected]"
+ CapabilityID = "[email protected]"
6
// Deprecated - use the types in core instead.
7
MethodGetSecrets = "vault.secrets.get"
8
)
9
+
10
+type GetPublicKeyRequest struct{}
11
12
+type GetPublicKeyResponse struct {
13
+ PublicKey string `json:"publicKey"`
14
+}
0 commit comments