mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
add EntStaticSystemView to StaticSystemView and its ce stubs (#29516)
This commit is contained in:
parent
496314638f
commit
5dc9dea8ed
@ -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
|
||||
|
||||
8
sdk/logical/system_view_stubs_oss.go
Normal file
8
sdk/logical/system_view_stubs_oss.go
Normal file
@ -0,0 +1,8 @@
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
//go:build !enterprise
|
||||
|
||||
package logical
|
||||
|
||||
type EntStaticSystemView struct{}
|
||||
Loading…
x
Reference in New Issue
Block a user