diff --git a/sdk/logical/system_view.go b/sdk/logical/system_view.go index 76404a7296..1cf2fa0f0a 100644 --- a/sdk/logical/system_view.go +++ b/sdk/logical/system_view.go @@ -146,6 +146,7 @@ type ExtendedSystemView interface { type PasswordGenerator func() (password string, err error) type StaticSystemView struct { + EntStaticSystemView DefaultLeaseTTLVal time.Duration MaxLeaseTTLVal time.Duration SudoPrivilegeVal bool diff --git a/sdk/logical/system_view_stubs_oss.go b/sdk/logical/system_view_stubs_oss.go new file mode 100644 index 0000000000..3e028ded7f --- /dev/null +++ b/sdk/logical/system_view_stubs_oss.go @@ -0,0 +1,8 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + +//go:build !enterprise + +package logical + +type EntStaticSystemView struct{}