diff --git a/vault/core_stubs_oss.go b/vault/core_stubs_oss.go index f923280241..5e8668da08 100644 --- a/vault/core_stubs_oss.go +++ b/vault/core_stubs_oss.go @@ -110,6 +110,10 @@ func (c *Core) GetCurrentWALHeader() string { return "" } +func (c *Core) IsReplicated(secondaryID, namespacePath, mountPathRelative string) bool { + return false +} + func (c *Core) SecretsSyncLicensedActivated() bool { return false } func (c *Core) IsMultisealEnabled() bool { return false }