Documentation ¶
Index ¶
Constants ¶
View Source
const (
CredentialsRootPath = `venafi/`
)
View Source
const (
HTTP_UNAUTHORIZED = 401
)
View Source
const SecretCertsType = "pki"
SecretCertsType is the name used to identify this type
Variables ¶
This section is empty.
Functions ¶
func Backend ¶
func Backend(conf *logical.BackendConfig) *backend
Backend returns a new Backend framework struct
func SameIpSlice ¶
func SameStringSlice ¶
Types ¶
type RunContext ¶
type RunContext struct { TPPurl string TPPuser string TPPPassword string TPPZone string CloudUrl string CloudAPIkey string CloudZone string TokenUrl string AccessToken string TPPTestingEnabled bool CloudTestingEnabled bool FakeTestingEnabled bool TokenTestingEnabled bool TPPIssuerCN string CloudIssuerCN string FakeIssuerCN string }
func GetContext ¶
func GetContext() *RunContext
Source Files ¶
Click to show internal directories.
Click to hide internal directories.