Add OSS stub for core.IsReplicated() (#11456) (#11486)

Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
This commit is contained in:
Vault Automation 2025-12-18 10:50:01 -07:00 committed by GitHub
parent f39d49e2fb
commit 20ffc6729a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }