mirror of https://github.com/status-im/consul.git
682 lines
23 KiB
Go
682 lines
23 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// source: proto/pbconfig/config.proto
|
|
|
|
package pbconfig
|
|
|
|
import (
|
|
fmt "fmt"
|
|
proto "github.com/golang/protobuf/proto"
|
|
math "math"
|
|
)
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ = proto.Marshal
|
|
var _ = fmt.Errorf
|
|
var _ = math.Inf
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// is compatible with the proto package it is being compiled against.
|
|
// A compilation error at this line likely means your copy of the
|
|
// proto package needs to be updated.
|
|
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
|
|
|
|
type Config struct {
|
|
Datacenter string `protobuf:"bytes,1,opt,name=Datacenter,proto3" json:"Datacenter,omitempty"`
|
|
PrimaryDatacenter string `protobuf:"bytes,2,opt,name=PrimaryDatacenter,proto3" json:"PrimaryDatacenter,omitempty"`
|
|
NodeName string `protobuf:"bytes,3,opt,name=NodeName,proto3" json:"NodeName,omitempty"`
|
|
SegmentName string `protobuf:"bytes,4,opt,name=SegmentName,proto3" json:"SegmentName,omitempty"`
|
|
Partition string `protobuf:"bytes,9,opt,name=Partition,proto3" json:"Partition,omitempty"`
|
|
ACL *ACL `protobuf:"bytes,5,opt,name=ACL,proto3" json:"ACL,omitempty"`
|
|
AutoEncrypt *AutoEncrypt `protobuf:"bytes,6,opt,name=AutoEncrypt,proto3" json:"AutoEncrypt,omitempty"`
|
|
Gossip *Gossip `protobuf:"bytes,7,opt,name=Gossip,proto3" json:"Gossip,omitempty"`
|
|
TLS *TLS `protobuf:"bytes,8,opt,name=TLS,proto3" json:"TLS,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Config) Reset() { *m = Config{} }
|
|
func (m *Config) String() string { return proto.CompactTextString(m) }
|
|
func (*Config) ProtoMessage() {}
|
|
func (*Config) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_aefa824db7b74d77, []int{0}
|
|
}
|
|
|
|
func (m *Config) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Config.Unmarshal(m, b)
|
|
}
|
|
func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Config.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Config) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Config.Merge(m, src)
|
|
}
|
|
func (m *Config) XXX_Size() int {
|
|
return xxx_messageInfo_Config.Size(m)
|
|
}
|
|
func (m *Config) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Config.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Config proto.InternalMessageInfo
|
|
|
|
func (m *Config) GetDatacenter() string {
|
|
if m != nil {
|
|
return m.Datacenter
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Config) GetPrimaryDatacenter() string {
|
|
if m != nil {
|
|
return m.PrimaryDatacenter
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Config) GetNodeName() string {
|
|
if m != nil {
|
|
return m.NodeName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Config) GetSegmentName() string {
|
|
if m != nil {
|
|
return m.SegmentName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Config) GetPartition() string {
|
|
if m != nil {
|
|
return m.Partition
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Config) GetACL() *ACL {
|
|
if m != nil {
|
|
return m.ACL
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Config) GetAutoEncrypt() *AutoEncrypt {
|
|
if m != nil {
|
|
return m.AutoEncrypt
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Config) GetGossip() *Gossip {
|
|
if m != nil {
|
|
return m.Gossip
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Config) GetTLS() *TLS {
|
|
if m != nil {
|
|
return m.TLS
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Gossip struct {
|
|
Encryption *GossipEncryption `protobuf:"bytes,1,opt,name=Encryption,proto3" json:"Encryption,omitempty"`
|
|
RetryJoinLAN []string `protobuf:"bytes,2,rep,name=RetryJoinLAN,proto3" json:"RetryJoinLAN,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Gossip) Reset() { *m = Gossip{} }
|
|
func (m *Gossip) String() string { return proto.CompactTextString(m) }
|
|
func (*Gossip) ProtoMessage() {}
|
|
func (*Gossip) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_aefa824db7b74d77, []int{1}
|
|
}
|
|
|
|
func (m *Gossip) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Gossip.Unmarshal(m, b)
|
|
}
|
|
func (m *Gossip) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Gossip.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Gossip) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Gossip.Merge(m, src)
|
|
}
|
|
func (m *Gossip) XXX_Size() int {
|
|
return xxx_messageInfo_Gossip.Size(m)
|
|
}
|
|
func (m *Gossip) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Gossip.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Gossip proto.InternalMessageInfo
|
|
|
|
func (m *Gossip) GetEncryption() *GossipEncryption {
|
|
if m != nil {
|
|
return m.Encryption
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Gossip) GetRetryJoinLAN() []string {
|
|
if m != nil {
|
|
return m.RetryJoinLAN
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GossipEncryption struct {
|
|
Key string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"`
|
|
VerifyIncoming bool `protobuf:"varint,2,opt,name=VerifyIncoming,proto3" json:"VerifyIncoming,omitempty"`
|
|
VerifyOutgoing bool `protobuf:"varint,3,opt,name=VerifyOutgoing,proto3" json:"VerifyOutgoing,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *GossipEncryption) Reset() { *m = GossipEncryption{} }
|
|
func (m *GossipEncryption) String() string { return proto.CompactTextString(m) }
|
|
func (*GossipEncryption) ProtoMessage() {}
|
|
func (*GossipEncryption) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_aefa824db7b74d77, []int{2}
|
|
}
|
|
|
|
func (m *GossipEncryption) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_GossipEncryption.Unmarshal(m, b)
|
|
}
|
|
func (m *GossipEncryption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_GossipEncryption.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *GossipEncryption) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_GossipEncryption.Merge(m, src)
|
|
}
|
|
func (m *GossipEncryption) XXX_Size() int {
|
|
return xxx_messageInfo_GossipEncryption.Size(m)
|
|
}
|
|
func (m *GossipEncryption) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_GossipEncryption.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_GossipEncryption proto.InternalMessageInfo
|
|
|
|
func (m *GossipEncryption) GetKey() string {
|
|
if m != nil {
|
|
return m.Key
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *GossipEncryption) GetVerifyIncoming() bool {
|
|
if m != nil {
|
|
return m.VerifyIncoming
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *GossipEncryption) GetVerifyOutgoing() bool {
|
|
if m != nil {
|
|
return m.VerifyOutgoing
|
|
}
|
|
return false
|
|
}
|
|
|
|
type TLS struct {
|
|
VerifyOutgoing bool `protobuf:"varint,1,opt,name=VerifyOutgoing,proto3" json:"VerifyOutgoing,omitempty"`
|
|
VerifyServerHostname bool `protobuf:"varint,2,opt,name=VerifyServerHostname,proto3" json:"VerifyServerHostname,omitempty"`
|
|
CipherSuites string `protobuf:"bytes,3,opt,name=CipherSuites,proto3" json:"CipherSuites,omitempty"`
|
|
MinVersion string `protobuf:"bytes,4,opt,name=MinVersion,proto3" json:"MinVersion,omitempty"`
|
|
// Deprecated_PreferServerCipherSuites is deprecated. It is no longer
|
|
// populated and should be ignored by clients.
|
|
Deprecated_PreferServerCipherSuites bool `protobuf:"varint,5,opt,name=Deprecated_PreferServerCipherSuites,json=DeprecatedPreferServerCipherSuites,proto3" json:"Deprecated_PreferServerCipherSuites,omitempty"` // Deprecated: Do not use.
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *TLS) Reset() { *m = TLS{} }
|
|
func (m *TLS) String() string { return proto.CompactTextString(m) }
|
|
func (*TLS) ProtoMessage() {}
|
|
func (*TLS) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_aefa824db7b74d77, []int{3}
|
|
}
|
|
|
|
func (m *TLS) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_TLS.Unmarshal(m, b)
|
|
}
|
|
func (m *TLS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_TLS.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *TLS) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_TLS.Merge(m, src)
|
|
}
|
|
func (m *TLS) XXX_Size() int {
|
|
return xxx_messageInfo_TLS.Size(m)
|
|
}
|
|
func (m *TLS) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_TLS.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_TLS proto.InternalMessageInfo
|
|
|
|
func (m *TLS) GetVerifyOutgoing() bool {
|
|
if m != nil {
|
|
return m.VerifyOutgoing
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *TLS) GetVerifyServerHostname() bool {
|
|
if m != nil {
|
|
return m.VerifyServerHostname
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *TLS) GetCipherSuites() string {
|
|
if m != nil {
|
|
return m.CipherSuites
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *TLS) GetMinVersion() string {
|
|
if m != nil {
|
|
return m.MinVersion
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (m *TLS) GetDeprecated_PreferServerCipherSuites() bool {
|
|
if m != nil {
|
|
return m.Deprecated_PreferServerCipherSuites
|
|
}
|
|
return false
|
|
}
|
|
|
|
type ACL struct {
|
|
Enabled bool `protobuf:"varint,1,opt,name=Enabled,proto3" json:"Enabled,omitempty"`
|
|
PolicyTTL string `protobuf:"bytes,2,opt,name=PolicyTTL,proto3" json:"PolicyTTL,omitempty"`
|
|
RoleTTL string `protobuf:"bytes,3,opt,name=RoleTTL,proto3" json:"RoleTTL,omitempty"`
|
|
TokenTTL string `protobuf:"bytes,4,opt,name=TokenTTL,proto3" json:"TokenTTL,omitempty"`
|
|
DownPolicy string `protobuf:"bytes,5,opt,name=DownPolicy,proto3" json:"DownPolicy,omitempty"`
|
|
DefaultPolicy string `protobuf:"bytes,6,opt,name=DefaultPolicy,proto3" json:"DefaultPolicy,omitempty"`
|
|
EnableKeyListPolicy bool `protobuf:"varint,7,opt,name=EnableKeyListPolicy,proto3" json:"EnableKeyListPolicy,omitempty"`
|
|
Tokens *ACLTokens `protobuf:"bytes,8,opt,name=Tokens,proto3" json:"Tokens,omitempty"`
|
|
// Deprecated_DisabledTTL is deprecated. It is no longer populated and should
|
|
// be ignored by clients.
|
|
Deprecated_DisabledTTL string `protobuf:"bytes,9,opt,name=Deprecated_DisabledTTL,json=DeprecatedDisabledTTL,proto3" json:"Deprecated_DisabledTTL,omitempty"` // Deprecated: Do not use.
|
|
EnableTokenPersistence bool `protobuf:"varint,10,opt,name=EnableTokenPersistence,proto3" json:"EnableTokenPersistence,omitempty"`
|
|
MSPDisableBootstrap bool `protobuf:"varint,11,opt,name=MSPDisableBootstrap,proto3" json:"MSPDisableBootstrap,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ACL) Reset() { *m = ACL{} }
|
|
func (m *ACL) String() string { return proto.CompactTextString(m) }
|
|
func (*ACL) ProtoMessage() {}
|
|
func (*ACL) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_aefa824db7b74d77, []int{4}
|
|
}
|
|
|
|
func (m *ACL) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ACL.Unmarshal(m, b)
|
|
}
|
|
func (m *ACL) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ACL.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *ACL) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ACL.Merge(m, src)
|
|
}
|
|
func (m *ACL) XXX_Size() int {
|
|
return xxx_messageInfo_ACL.Size(m)
|
|
}
|
|
func (m *ACL) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ACL.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ACL proto.InternalMessageInfo
|
|
|
|
func (m *ACL) GetEnabled() bool {
|
|
if m != nil {
|
|
return m.Enabled
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *ACL) GetPolicyTTL() string {
|
|
if m != nil {
|
|
return m.PolicyTTL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *ACL) GetRoleTTL() string {
|
|
if m != nil {
|
|
return m.RoleTTL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *ACL) GetTokenTTL() string {
|
|
if m != nil {
|
|
return m.TokenTTL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *ACL) GetDownPolicy() string {
|
|
if m != nil {
|
|
return m.DownPolicy
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *ACL) GetDefaultPolicy() string {
|
|
if m != nil {
|
|
return m.DefaultPolicy
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *ACL) GetEnableKeyListPolicy() bool {
|
|
if m != nil {
|
|
return m.EnableKeyListPolicy
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *ACL) GetTokens() *ACLTokens {
|
|
if m != nil {
|
|
return m.Tokens
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (m *ACL) GetDeprecated_DisabledTTL() string {
|
|
if m != nil {
|
|
return m.Deprecated_DisabledTTL
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *ACL) GetEnableTokenPersistence() bool {
|
|
if m != nil {
|
|
return m.EnableTokenPersistence
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *ACL) GetMSPDisableBootstrap() bool {
|
|
if m != nil {
|
|
return m.MSPDisableBootstrap
|
|
}
|
|
return false
|
|
}
|
|
|
|
type ACLTokens struct {
|
|
InitialManagement string `protobuf:"bytes,1,opt,name=InitialManagement,proto3" json:"InitialManagement,omitempty"`
|
|
Replication string `protobuf:"bytes,2,opt,name=Replication,proto3" json:"Replication,omitempty"`
|
|
AgentRecovery string `protobuf:"bytes,3,opt,name=AgentRecovery,proto3" json:"AgentRecovery,omitempty"`
|
|
Default string `protobuf:"bytes,4,opt,name=Default,proto3" json:"Default,omitempty"`
|
|
Agent string `protobuf:"bytes,5,opt,name=Agent,proto3" json:"Agent,omitempty"`
|
|
ManagedServiceProvider []*ACLServiceProviderToken `protobuf:"bytes,6,rep,name=ManagedServiceProvider,proto3" json:"ManagedServiceProvider,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ACLTokens) Reset() { *m = ACLTokens{} }
|
|
func (m *ACLTokens) String() string { return proto.CompactTextString(m) }
|
|
func (*ACLTokens) ProtoMessage() {}
|
|
func (*ACLTokens) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_aefa824db7b74d77, []int{5}
|
|
}
|
|
|
|
func (m *ACLTokens) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ACLTokens.Unmarshal(m, b)
|
|
}
|
|
func (m *ACLTokens) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ACLTokens.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *ACLTokens) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ACLTokens.Merge(m, src)
|
|
}
|
|
func (m *ACLTokens) XXX_Size() int {
|
|
return xxx_messageInfo_ACLTokens.Size(m)
|
|
}
|
|
func (m *ACLTokens) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ACLTokens.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ACLTokens proto.InternalMessageInfo
|
|
|
|
func (m *ACLTokens) GetInitialManagement() string {
|
|
if m != nil {
|
|
return m.InitialManagement
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *ACLTokens) GetReplication() string {
|
|
if m != nil {
|
|
return m.Replication
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *ACLTokens) GetAgentRecovery() string {
|
|
if m != nil {
|
|
return m.AgentRecovery
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *ACLTokens) GetDefault() string {
|
|
if m != nil {
|
|
return m.Default
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *ACLTokens) GetAgent() string {
|
|
if m != nil {
|
|
return m.Agent
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *ACLTokens) GetManagedServiceProvider() []*ACLServiceProviderToken {
|
|
if m != nil {
|
|
return m.ManagedServiceProvider
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ACLServiceProviderToken struct {
|
|
AccessorID string `protobuf:"bytes,1,opt,name=AccessorID,proto3" json:"AccessorID,omitempty"`
|
|
SecretID string `protobuf:"bytes,2,opt,name=SecretID,proto3" json:"SecretID,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ACLServiceProviderToken) Reset() { *m = ACLServiceProviderToken{} }
|
|
func (m *ACLServiceProviderToken) String() string { return proto.CompactTextString(m) }
|
|
func (*ACLServiceProviderToken) ProtoMessage() {}
|
|
func (*ACLServiceProviderToken) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_aefa824db7b74d77, []int{6}
|
|
}
|
|
|
|
func (m *ACLServiceProviderToken) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ACLServiceProviderToken.Unmarshal(m, b)
|
|
}
|
|
func (m *ACLServiceProviderToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ACLServiceProviderToken.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *ACLServiceProviderToken) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ACLServiceProviderToken.Merge(m, src)
|
|
}
|
|
func (m *ACLServiceProviderToken) XXX_Size() int {
|
|
return xxx_messageInfo_ACLServiceProviderToken.Size(m)
|
|
}
|
|
func (m *ACLServiceProviderToken) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ACLServiceProviderToken.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ACLServiceProviderToken proto.InternalMessageInfo
|
|
|
|
func (m *ACLServiceProviderToken) GetAccessorID() string {
|
|
if m != nil {
|
|
return m.AccessorID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *ACLServiceProviderToken) GetSecretID() string {
|
|
if m != nil {
|
|
return m.SecretID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type AutoEncrypt struct {
|
|
TLS bool `protobuf:"varint,1,opt,name=TLS,proto3" json:"TLS,omitempty"`
|
|
DNSSAN []string `protobuf:"bytes,2,rep,name=DNSSAN,proto3" json:"DNSSAN,omitempty"`
|
|
IPSAN []string `protobuf:"bytes,3,rep,name=IPSAN,proto3" json:"IPSAN,omitempty"`
|
|
AllowTLS bool `protobuf:"varint,4,opt,name=AllowTLS,proto3" json:"AllowTLS,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *AutoEncrypt) Reset() { *m = AutoEncrypt{} }
|
|
func (m *AutoEncrypt) String() string { return proto.CompactTextString(m) }
|
|
func (*AutoEncrypt) ProtoMessage() {}
|
|
func (*AutoEncrypt) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_aefa824db7b74d77, []int{7}
|
|
}
|
|
|
|
func (m *AutoEncrypt) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_AutoEncrypt.Unmarshal(m, b)
|
|
}
|
|
func (m *AutoEncrypt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_AutoEncrypt.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *AutoEncrypt) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_AutoEncrypt.Merge(m, src)
|
|
}
|
|
func (m *AutoEncrypt) XXX_Size() int {
|
|
return xxx_messageInfo_AutoEncrypt.Size(m)
|
|
}
|
|
func (m *AutoEncrypt) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_AutoEncrypt.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_AutoEncrypt proto.InternalMessageInfo
|
|
|
|
func (m *AutoEncrypt) GetTLS() bool {
|
|
if m != nil {
|
|
return m.TLS
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *AutoEncrypt) GetDNSSAN() []string {
|
|
if m != nil {
|
|
return m.DNSSAN
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *AutoEncrypt) GetIPSAN() []string {
|
|
if m != nil {
|
|
return m.IPSAN
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *AutoEncrypt) GetAllowTLS() bool {
|
|
if m != nil {
|
|
return m.AllowTLS
|
|
}
|
|
return false
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterType((*Config)(nil), "config.Config")
|
|
proto.RegisterType((*Gossip)(nil), "config.Gossip")
|
|
proto.RegisterType((*GossipEncryption)(nil), "config.GossipEncryption")
|
|
proto.RegisterType((*TLS)(nil), "config.TLS")
|
|
proto.RegisterType((*ACL)(nil), "config.ACL")
|
|
proto.RegisterType((*ACLTokens)(nil), "config.ACLTokens")
|
|
proto.RegisterType((*ACLServiceProviderToken)(nil), "config.ACLServiceProviderToken")
|
|
proto.RegisterType((*AutoEncrypt)(nil), "config.AutoEncrypt")
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterFile("proto/pbconfig/config.proto", fileDescriptor_aefa824db7b74d77)
|
|
}
|
|
|
|
var fileDescriptor_aefa824db7b74d77 = []byte{
|
|
// 805 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x55, 0xdd, 0x8e, 0x22, 0x45,
|
|
0x14, 0x0e, 0xf4, 0x6e, 0x0f, 0x14, 0xba, 0xd9, 0xad, 0x5d, 0xb1, 0xe3, 0x2f, 0x69, 0xcd, 0x06,
|
|
0xcd, 0x66, 0x30, 0x63, 0x34, 0x7a, 0xc9, 0xc0, 0x46, 0x71, 0x19, 0x24, 0xdd, 0x38, 0x26, 0xde,
|
|
0x98, 0xa6, 0x39, 0x40, 0xc5, 0xa6, 0xaa, 0x53, 0x5d, 0xcc, 0xa4, 0x5f, 0xc1, 0x57, 0xf2, 0x21,
|
|
0x7c, 0x1f, 0xaf, 0xcc, 0xa9, 0xaa, 0xfe, 0x9b, 0x81, 0x2b, 0x38, 0xdf, 0xf7, 0xd5, 0xa9, 0x73,
|
|
0xea, 0xfc, 0x34, 0xf9, 0x38, 0x95, 0x42, 0x89, 0x51, 0xba, 0x8e, 0x05, 0xdf, 0xb2, 0xdd, 0xc8,
|
|
0xfc, 0x5c, 0x6a, 0x94, 0xba, 0xc6, 0xf2, 0xff, 0x6d, 0x13, 0x77, 0xa2, 0xff, 0xd2, 0xcf, 0x08,
|
|
0x99, 0x46, 0x2a, 0x8a, 0x81, 0x2b, 0x90, 0x5e, 0x6b, 0xd0, 0x1a, 0x76, 0x83, 0x1a, 0x42, 0xdf,
|
|
0x90, 0x17, 0x4b, 0xc9, 0x0e, 0x91, 0xcc, 0x6b, 0xb2, 0xb6, 0x96, 0x3d, 0x26, 0xe8, 0x47, 0xa4,
|
|
0xb3, 0x10, 0x1b, 0x58, 0x44, 0x07, 0xf0, 0x1c, 0x2d, 0x2a, 0x6d, 0x3a, 0x20, 0xbd, 0x10, 0x76,
|
|
0x07, 0xe0, 0x4a, 0xd3, 0x4f, 0x34, 0x5d, 0x87, 0xe8, 0x27, 0xa4, 0xbb, 0x8c, 0xa4, 0x62, 0x8a,
|
|
0x09, 0xee, 0x75, 0x35, 0x5f, 0x01, 0xf4, 0x53, 0xe2, 0x8c, 0x27, 0x73, 0xef, 0xe9, 0xa0, 0x35,
|
|
0xec, 0x5d, 0xf5, 0x2e, 0x6d, 0x62, 0xe3, 0xc9, 0x3c, 0x40, 0x9c, 0x7e, 0x47, 0x7a, 0xe3, 0xa3,
|
|
0x12, 0x6f, 0x79, 0x2c, 0xf3, 0x54, 0x79, 0xae, 0x96, 0xbd, 0x2c, 0x65, 0x15, 0x15, 0xd4, 0x75,
|
|
0xf4, 0x35, 0x71, 0x7f, 0x12, 0x59, 0xc6, 0x52, 0xef, 0x42, 0x9f, 0x78, 0x56, 0x9c, 0x30, 0x68,
|
|
0x60, 0x59, 0xbc, 0x7d, 0x35, 0x0f, 0xbd, 0x4e, 0xf3, 0xf6, 0xd5, 0x3c, 0x0c, 0x10, 0xf7, 0xb7,
|
|
0x85, 0x1b, 0xfa, 0x03, 0x21, 0xd6, 0x37, 0x66, 0xd1, 0xd2, 0x7a, 0xaf, 0xe9, 0xb4, 0xe2, 0x83,
|
|
0x9a, 0x96, 0xfa, 0xe4, 0xbd, 0x00, 0x94, 0xcc, 0x7f, 0x11, 0x8c, 0xcf, 0xc7, 0x0b, 0xaf, 0x3d,
|
|
0x70, 0x86, 0xdd, 0xa0, 0x81, 0xf9, 0x8a, 0x3c, 0x7f, 0xe8, 0x83, 0x3e, 0x27, 0xce, 0x3b, 0xc8,
|
|
0x6d, 0xed, 0xf0, 0x2f, 0x7d, 0x4d, 0x9e, 0xdd, 0x82, 0x64, 0xdb, 0x7c, 0xc6, 0x63, 0x71, 0x60,
|
|
0x7c, 0xa7, 0x2b, 0xd6, 0x09, 0x1e, 0xa0, 0x95, 0xee, 0xd7, 0xa3, 0xda, 0x09, 0xd4, 0x39, 0x75,
|
|
0x5d, 0x81, 0xfa, 0xff, 0xb5, 0x74, 0xf6, 0x27, 0xf4, 0xad, 0x53, 0x7a, 0x7a, 0x45, 0x5e, 0x19,
|
|
0x24, 0x04, 0x79, 0x07, 0xf2, 0x67, 0x91, 0x29, 0x8e, 0x35, 0x37, 0x51, 0x9c, 0xe4, 0x30, 0xfb,
|
|
0x09, 0x4b, 0xf7, 0x20, 0xc3, 0x23, 0x53, 0x90, 0xd9, 0xf6, 0x69, 0x60, 0xd8, 0xac, 0x37, 0x8c,
|
|
0xdf, 0x82, 0xcc, 0xf0, 0x6d, 0x4d, 0x07, 0xd5, 0x10, 0x1a, 0x92, 0x2f, 0xa6, 0x90, 0x4a, 0x88,
|
|
0x23, 0x05, 0x9b, 0x3f, 0x97, 0x12, 0xb6, 0x20, 0xcd, 0x35, 0x0d, 0xd7, 0xd8, 0x42, 0x9d, 0xeb,
|
|
0xb6, 0xd7, 0x0a, 0xfc, 0x4a, 0x7e, 0x4e, 0xed, 0xff, 0xe3, 0xe8, 0xc6, 0xa3, 0x1e, 0xb9, 0x78,
|
|
0xcb, 0xa3, 0x75, 0x02, 0x1b, 0x9b, 0x75, 0x61, 0xea, 0xbe, 0x15, 0x09, 0x8b, 0xf3, 0xd5, 0x6a,
|
|
0x6e, 0x67, 0xa3, 0x02, 0xf0, 0x5c, 0x20, 0x12, 0x40, 0xce, 0xe4, 0x54, 0x98, 0x38, 0x2d, 0x2b,
|
|
0xf1, 0x17, 0x70, 0xa4, 0x4c, 0x32, 0xa5, 0xad, 0xe7, 0x52, 0xdc, 0x73, 0xe3, 0x46, 0x47, 0x8c,
|
|
0x73, 0x59, 0x22, 0xf4, 0x4b, 0xf2, 0xfe, 0x14, 0xb6, 0xd1, 0x31, 0x51, 0x56, 0xe2, 0x6a, 0x49,
|
|
0x13, 0xa4, 0xdf, 0x90, 0x97, 0x26, 0xc8, 0x77, 0x90, 0xcf, 0x59, 0x56, 0x68, 0x2f, 0x74, 0xfc,
|
|
0xa7, 0x28, 0xfa, 0x15, 0x71, 0x75, 0x0c, 0x99, 0x6d, 0xf5, 0x17, 0xb5, 0x41, 0x33, 0x44, 0x60,
|
|
0x05, 0xf4, 0x47, 0xd2, 0xaf, 0xbd, 0xf6, 0x94, 0x65, 0xfa, 0x35, 0x30, 0x19, 0x3d, 0xbb, 0xfa,
|
|
0x81, 0x3f, 0xa8, 0x14, 0x35, 0x01, 0xfd, 0x9e, 0xf4, 0xcd, 0xe5, 0xda, 0xd5, 0x12, 0xcb, 0x97,
|
|
0x29, 0xe0, 0x31, 0x78, 0x44, 0x87, 0x76, 0x86, 0xc5, 0x7c, 0x6e, 0xc2, 0xa5, 0xf5, 0x74, 0x2d,
|
|
0x84, 0xca, 0x94, 0x8c, 0x52, 0xaf, 0x67, 0xf2, 0x39, 0x41, 0xf9, 0x7f, 0xb7, 0x49, 0xb7, 0x0c,
|
|
0x1d, 0xb7, 0xd9, 0x8c, 0x33, 0xc5, 0xa2, 0xe4, 0x26, 0xe2, 0xd1, 0x0e, 0x70, 0xf5, 0xd8, 0xc1,
|
|
0x79, 0x4c, 0xe0, 0xc6, 0x0a, 0x20, 0x4d, 0x58, 0x1c, 0xe9, 0x59, 0x36, 0x95, 0xad, 0x43, 0x58,
|
|
0x85, 0xf1, 0x0e, 0xb8, 0x0a, 0x20, 0x16, 0x77, 0x20, 0x73, 0x5b, 0xe1, 0x26, 0x88, 0x1d, 0x60,
|
|
0xcb, 0x62, 0xcb, 0x5c, 0x98, 0xf4, 0x15, 0x79, 0xaa, 0xa5, 0xb6, 0xc0, 0xc6, 0xa0, 0xbf, 0x93,
|
|
0xbe, 0x89, 0x62, 0x83, 0xed, 0xc8, 0x62, 0x58, 0x4a, 0x71, 0xc7, 0x36, 0x20, 0x3d, 0x77, 0xe0,
|
|
0x0c, 0x7b, 0x57, 0x9f, 0xd7, 0x6a, 0xf2, 0x40, 0xa1, 0xf3, 0x0c, 0xce, 0x1c, 0xf7, 0x7f, 0x23,
|
|
0x1f, 0x9e, 0x39, 0x82, 0xfd, 0x36, 0x8e, 0x63, 0xc8, 0x32, 0x21, 0x67, 0xd3, 0xe2, 0x3b, 0x50,
|
|
0x21, 0xd8, 0xab, 0x21, 0xc4, 0x12, 0xd4, 0x6c, 0x6a, 0x1f, 0xa2, 0xb4, 0x7d, 0xd6, 0x58, 0xbd,
|
|
0xb8, 0x8f, 0x70, 0x55, 0x9a, 0x21, 0xd1, 0x7b, 0xa3, 0x4f, 0xdc, 0xe9, 0x22, 0x0c, 0xcb, 0x9d,
|
|
0x66, 0x2d, 0x4c, 0x7f, 0xb6, 0x44, 0xd8, 0xd1, 0xb0, 0x31, 0xf0, 0xaa, 0x71, 0x92, 0x88, 0x7b,
|
|
0x74, 0xf2, 0x44, 0x3b, 0x29, 0xed, 0xeb, 0x37, 0x7f, 0x7c, 0xbd, 0x63, 0x6a, 0x7f, 0x5c, 0x5f,
|
|
0xc6, 0xe2, 0x30, 0xda, 0x47, 0xd9, 0x9e, 0xc5, 0x42, 0xa6, 0xf8, 0x99, 0xcb, 0x8e, 0xc9, 0xa8,
|
|
0xf9, 0xf1, 0x5b, 0xbb, 0xda, 0xfe, 0xf6, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa0, 0x97, 0xb9,
|
|
0xb8, 0x15, 0x07, 0x00, 0x00,
|
|
}
|