Merge remote-tracking branch 'remotes/from/ce/main'

This commit is contained in:
hc-github-team-secure-vault-core 2025-08-29 14:02:15 +00:00
commit ca42c3ec37

View File

@ -9,6 +9,7 @@ import (
"context"
"github.com/hashicorp/vault/helper/identity"
"github.com/hashicorp/vault/sdk/framework"
)
func (c *Core) SendGroupUpdate(context.Context, *identity.Group) error {
@ -18,3 +19,7 @@ func (c *Core) SendGroupUpdate(context.Context, *identity.Group) error {
func (c *Core) CreateEntity(ctx context.Context) (*identity.Entity, error) {
return nil, nil
}
func mfaLoginEnterprisePaths(i *IdentityStore) []*framework.Path {
return []*framework.Path{}
}