hashicorp/faas-nomad

View on GitHub
types/vault_config.go

Summary

Maintainability
A
0 mins
Test Coverage
package types

type VaultConfig struct {
    Addr             string `json:"Addr"`
    Enabled          bool   `json:"Enabled"`
    TLSSkipVerify    bool
    DefaultPolicy    string
    SecretPathPrefix string
    AppRoleID        string
    AppSecretID      string
}