mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-01 12:01:10 +02:00
Merge remote-tracking branch 'remotes/from/ce/main'
This commit is contained in:
commit
ca42c3ec37
@ -9,6 +9,7 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
|
|
||||||
"github.com/hashicorp/vault/helper/identity"
|
"github.com/hashicorp/vault/helper/identity"
|
||||||
|
"github.com/hashicorp/vault/sdk/framework"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (c *Core) SendGroupUpdate(context.Context, *identity.Group) error {
|
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) {
|
func (c *Core) CreateEntity(ctx context.Context) (*identity.Entity, error) {
|
||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func mfaLoginEnterprisePaths(i *IdentityStore) []*framework.Path {
|
||||||
|
return []*framework.Path{}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user