Add helper for encoding/decoding root tokens and OTP generation in SDK module (#10504) (#10505)

This commit is contained in:
Pavlos Tzianos
2021-12-01 13:05:49 +00:00
committed by GitHub
parent 662541804a
commit 14aded6956
18 changed files with 239 additions and 90 deletions

View File

@@ -11,7 +11,7 @@ import (
"strings"
"testing"
"github.com/hashicorp/vault/helper/xor"
"github.com/hashicorp/vault/sdk/helper/xor"
"github.com/hashicorp/vault/vault"
"github.com/mitchellh/cli"
)