Skip to content

Commit

Permalink
FIXUP Use builtin/logical/kubernetes over hashicorp/vault-plugin-secr…
Browse files Browse the repository at this point in the history
…ets-kubernetes (f63514f)

Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
  • Loading branch information
cipherboy committed Jan 23, 2024
1 parent 34c0163 commit 93c9508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/logical/kubernetes/cmd/kubernetes/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"os"

"github.com/hashicorp/go-hclog"
kubesecrets "github.com/hashicorp/vault-plugin-secrets-kubernetes"
"github.com/openbao/openbao/api"
kubesecrets "github.com/openbao/openbao/builtin/logical/kubernetes"
"github.com/openbao/openbao/sdk/plugin"
)

Expand Down

0 comments on commit 93c9508

Please sign in to comment.