Skip to content

Commit a820af0

Browse files
Backport [VAULT-38600] Fix the name of the CE stub for mfaLoginEnterprisePaths into ce/main (#9021)
Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
1 parent 37bd994 commit a820af0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vault/identity_store_oss.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
"context"
1010

1111
"github.com/hashicorp/vault/helper/identity"
12+
"github.com/hashicorp/vault/sdk/framework"
1213
)
1314

1415
func (c *Core) SendGroupUpdate(context.Context, *identity.Group) error {
@@ -18,3 +19,7 @@ func (c *Core) SendGroupUpdate(context.Context, *identity.Group) error {
1819
func (c *Core) CreateEntity(ctx context.Context) (*identity.Entity, error) {
1920
return nil, nil
2021
}
22+
23+
func mfaLoginEnterprisePaths(i *IdentityStore) []*framework.Path {
24+
return []*framework.Path{}
25+
}

0 commit comments

Comments
 (0)