mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
This commit is contained in:
parent
f39d49e2fb
commit
20ffc6729a
1 changed files with 4 additions and 0 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in a new issue