Skip to content

Commit

Permalink
chore: revert unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thyton committed Apr 3, 2023
1 parent 8193cfd commit e67dfff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion vault/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ func (c *Core) enableCredentialInternal(ctx context.Context, entry *MountEntry,
entry.RunningVersion = versions.GetBuiltinVersion(consts.PluginTypeCredential, entry.Type)
}
}

addPathCheckers(c, entry, backend, viewPath)

// If the mount is filtered or we are on a DR secondary we don't want to
Expand Down
1 change: 0 additions & 1 deletion vault/external_tests/plugin/external_plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ func TestExternalPlugin_RollbackAndReload(t *testing.T) {
}

func testRegisterAndEnable(t *testing.T, client *api.Client, plugin pluginhelpers.TestPlugin) {
fmt.Println("thy", plugin.Version)
t.Helper()
if err := client.Sys().RegisterPlugin(&api.RegisterPluginInput{
Name: plugin.Name,
Expand Down

0 comments on commit e67dfff

Please sign in to comment.