open-vault/vault/identity_store_oidc_util.go

12 lines
202 B
Go

// +build !enterprise
package vault
import (
"github.com/hashicorp/vault/helper/namespace"
)
func (i *IdentityStore) listNamespacePaths() []string {
return []string{namespace.RootNamespace.Path}
}