dex

package
v0.0.0-...-3aed05d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_config_dex_config_request_proto protoreflect.FileDescriptor

Functions

func GlobalLogLevelToDexLevel

func GlobalLogLevelToDexLevel(level string) string

Convert the accepted GlobalLogLevels to a log level accepted by Dex.

Types

type ConfigRequest

type ConfigRequest struct {
	V1 *ConfigRequest_V1 `protobuf:"bytes,3,opt,name=v1,proto3" json:"v1,omitempty" toml:"v1,omitempty" mapstructure:"v1,omitempty"`
	// contains filtered or unexported fields
}

func DefaultConfigRequest

func DefaultConfigRequest() *ConfigRequest

DefaultConfigRequest returns a new ConfigRequest instance with default values.

func NewConfigRequest

func NewConfigRequest() *ConfigRequest

NewConfigRequest returns a new ConfigRequests instance with zero values.

func (*ConfigRequest) BindPort

func (m *ConfigRequest) BindPort(name string, value uint16) error

BindPort sets the port tagged with the given name

func (*ConfigRequest) Descriptor deprecated

func (*ConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest.ProtoReflect.Descriptor instead.

func (*ConfigRequest) GetPort

func (m *ConfigRequest) GetPort(name string) (uint16, error)

GetPort gets the port tagged with the given name. If the value is not set, it returns 0.

func (*ConfigRequest) GetSecret

func (m *ConfigRequest) GetSecret(name string) *wrappers.StringValue

GetSecret gets a secret by name. Returns nil if it is not set

func (*ConfigRequest) GetV1

func (x *ConfigRequest) GetV1() *ConfigRequest_V1

func (*ConfigRequest) ListPorts

func (m *ConfigRequest) ListPorts() []a2conf.PortInfo

ListPorts lists all the ports exposed by the config

func (*ConfigRequest) ListSecrets

func (m *ConfigRequest) ListSecrets() []a2conf.SecretInfo

ListSecrets lists all the secrets exposed by the config

func (*ConfigRequest) PrepareSystemConfig

func (c *ConfigRequest) PrepareSystemConfig(creds *shared.TLSCredentials) (shared.PreparedSystemConfig, error)

PrepareSystemConfig returns a system configuration that can be used to start the service.

func (*ConfigRequest) ProtoMessage

func (*ConfigRequest) ProtoMessage()

func (*ConfigRequest) ProtoReflect

func (x *ConfigRequest) ProtoReflect() protoreflect.Message

func (*ConfigRequest) Reset

func (x *ConfigRequest) Reset()

func (*ConfigRequest) ServiceName

func (m *ConfigRequest) ServiceName() string

ServiceName returns the name of the service this config belongs to

func (*ConfigRequest) SetGlobalConfig

func (c *ConfigRequest) SetGlobalConfig(g *shared.GlobalConfig)

SetGlobalConfig imports settings from the global configuration

func (*ConfigRequest) SetSecret

func (m *ConfigRequest) SetSecret(name string, value *wrappers.StringValue) error

SetSecret sets a secret by name. Returns ErrSecretNotFound if the secret does not exist

func (*ConfigRequest) String

func (x *ConfigRequest) String() string

func (*ConfigRequest) Validate

func (c *ConfigRequest) Validate() error

Validate validates that the config is sufficient to start the service and returns true.

type ConfigRequest_V1

type ConfigRequest_V1 struct {
	Sys *ConfigRequest_V1_System  `protobuf:"bytes,1,opt,name=sys,proto3" json:"sys,omitempty" toml:"sys,omitempty" mapstructure:"sys,omitempty"`
	Svc *ConfigRequest_V1_Service `protobuf:"bytes,2,opt,name=svc,proto3" json:"svc,omitempty" toml:"svc,omitempty" mapstructure:"svc,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1) Descriptor deprecated

func (*ConfigRequest_V1) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1) GetSvc

func (*ConfigRequest_V1) GetSys

func (*ConfigRequest_V1) ProtoMessage

func (*ConfigRequest_V1) ProtoMessage()

func (*ConfigRequest_V1) ProtoReflect

func (x *ConfigRequest_V1) ProtoReflect() protoreflect.Message

func (*ConfigRequest_V1) Reset

func (x *ConfigRequest_V1) Reset()

func (*ConfigRequest_V1) String

func (x *ConfigRequest_V1) String() string

type ConfigRequest_V1_Banner

type ConfigRequest_V1_Banner struct {
	Show            *wrapperspb.BoolValue   `protobuf:"bytes,1,opt,name=show,proto3" json:"show,omitempty" toml:"show,omitempty" mapstructure:"show,omitempty"`
	Message         *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty" toml:"message,omitempty" mapstructure:"message,omitempty"`
	BackgroundColor *wrapperspb.StringValue `` /* 182-byte string literal not displayed */
	TextColor       *wrapperspb.StringValue `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_Banner) Descriptor deprecated

func (*ConfigRequest_V1_Banner) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_Banner.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_Banner) GetBackgroundColor

func (x *ConfigRequest_V1_Banner) GetBackgroundColor() *wrapperspb.StringValue

func (*ConfigRequest_V1_Banner) GetMessage

func (*ConfigRequest_V1_Banner) GetShow

func (*ConfigRequest_V1_Banner) GetTextColor

func (x *ConfigRequest_V1_Banner) GetTextColor() *wrapperspb.StringValue

func (*ConfigRequest_V1_Banner) ProtoMessage

func (*ConfigRequest_V1_Banner) ProtoMessage()

func (*ConfigRequest_V1_Banner) ProtoReflect

func (x *ConfigRequest_V1_Banner) ProtoReflect() protoreflect.Message

func (*ConfigRequest_V1_Banner) Reset

func (x *ConfigRequest_V1_Banner) Reset()

func (*ConfigRequest_V1_Banner) String

func (x *ConfigRequest_V1_Banner) String() string

type ConfigRequest_V1_Bootstrap

type ConfigRequest_V1_Bootstrap struct {
	InsecureAdmin *wrapperspb.BoolValue `` /* 172-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_Bootstrap) Descriptor deprecated

func (*ConfigRequest_V1_Bootstrap) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_Bootstrap.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_Bootstrap) GetInsecureAdmin

func (x *ConfigRequest_V1_Bootstrap) GetInsecureAdmin() *wrapperspb.BoolValue

func (*ConfigRequest_V1_Bootstrap) ProtoMessage

func (*ConfigRequest_V1_Bootstrap) ProtoMessage()

func (*ConfigRequest_V1_Bootstrap) ProtoReflect

func (*ConfigRequest_V1_Bootstrap) Reset

func (x *ConfigRequest_V1_Bootstrap) Reset()

func (*ConfigRequest_V1_Bootstrap) String

func (x *ConfigRequest_V1_Bootstrap) String() string

type ConfigRequest_V1_Connectors

type ConfigRequest_V1_Connectors struct {
	Google            *ConfigRequest_V1_Google    `protobuf:"bytes,1,opt,name=google,proto3" json:"google,omitempty" toml:"google,omitempty" mapstructure:"google,omitempty"`
	Ldap              *ConfigRequest_V1_Ldap      `protobuf:"bytes,2,opt,name=ldap,proto3" json:"ldap,omitempty" toml:"ldap,omitempty" mapstructure:"ldap,omitempty"`
	Saml              *ConfigRequest_V1_Saml      `protobuf:"bytes,3,opt,name=saml,proto3" json:"saml,omitempty" toml:"saml,omitempty" mapstructure:"saml,omitempty"`
	MsadLdap          *ConfigRequest_V1_Msad_Ldap `` /* 147-byte string literal not displayed */
	DisableLocalUsers *wrapperspb.BoolValue       `` /* 196-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_Connectors) Descriptor deprecated

func (*ConfigRequest_V1_Connectors) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_Connectors.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_Connectors) GetDisableLocalUsers

func (x *ConfigRequest_V1_Connectors) GetDisableLocalUsers() *wrapperspb.BoolValue

func (*ConfigRequest_V1_Connectors) GetGoogle

func (*ConfigRequest_V1_Connectors) GetLdap

func (*ConfigRequest_V1_Connectors) GetMsadLdap

func (*ConfigRequest_V1_Connectors) GetSaml

func (*ConfigRequest_V1_Connectors) ProtoMessage

func (*ConfigRequest_V1_Connectors) ProtoMessage()

func (*ConfigRequest_V1_Connectors) ProtoReflect

func (*ConfigRequest_V1_Connectors) Reset

func (x *ConfigRequest_V1_Connectors) Reset()

func (*ConfigRequest_V1_Connectors) String

func (x *ConfigRequest_V1_Connectors) String() string

type ConfigRequest_V1_Disclosure

type ConfigRequest_V1_Disclosure struct {
	Show              *wrapperspb.BoolValue   `protobuf:"bytes,1,opt,name=show,proto3" json:"show,omitempty" toml:"show,omitempty" mapstructure:"show,omitempty"`
	DisclosureMessage *wrapperspb.StringValue `` /* 192-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_Disclosure) Descriptor deprecated

func (*ConfigRequest_V1_Disclosure) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_Disclosure.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_Disclosure) GetDisclosureMessage

func (x *ConfigRequest_V1_Disclosure) GetDisclosureMessage() *wrapperspb.StringValue

func (*ConfigRequest_V1_Disclosure) GetShow

func (*ConfigRequest_V1_Disclosure) ProtoMessage

func (*ConfigRequest_V1_Disclosure) ProtoMessage()

func (*ConfigRequest_V1_Disclosure) ProtoReflect

func (*ConfigRequest_V1_Disclosure) Reset

func (x *ConfigRequest_V1_Disclosure) Reset()

func (*ConfigRequest_V1_Disclosure) String

func (x *ConfigRequest_V1_Disclosure) String() string

type ConfigRequest_V1_Expiry

type ConfigRequest_V1_Expiry struct {
	SigningKeys *wrapperspb.StringValue `` /* 162-byte string literal not displayed */
	IdTokens    *wrapperspb.StringValue `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_Expiry) Descriptor deprecated

func (*ConfigRequest_V1_Expiry) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_Expiry.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_Expiry) GetIdTokens

func (*ConfigRequest_V1_Expiry) GetSigningKeys

func (x *ConfigRequest_V1_Expiry) GetSigningKeys() *wrapperspb.StringValue

func (*ConfigRequest_V1_Expiry) ProtoMessage

func (*ConfigRequest_V1_Expiry) ProtoMessage()

func (*ConfigRequest_V1_Expiry) ProtoReflect

func (x *ConfigRequest_V1_Expiry) ProtoReflect() protoreflect.Message

func (*ConfigRequest_V1_Expiry) Reset

func (x *ConfigRequest_V1_Expiry) Reset()

func (*ConfigRequest_V1_Expiry) String

func (x *ConfigRequest_V1_Expiry) String() string

type ConfigRequest_V1_Google

type ConfigRequest_V1_Google struct {
	ClientId     *wrapperspb.StringValue `` /* 147-byte string literal not displayed */
	ClientSecret *wrapperspb.StringValue `` /* 167-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_Google) Descriptor deprecated

func (*ConfigRequest_V1_Google) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_Google.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_Google) GetClientId

func (*ConfigRequest_V1_Google) GetClientSecret

func (x *ConfigRequest_V1_Google) GetClientSecret() *wrapperspb.StringValue

func (*ConfigRequest_V1_Google) ProtoMessage

func (*ConfigRequest_V1_Google) ProtoMessage()

func (*ConfigRequest_V1_Google) ProtoReflect

func (x *ConfigRequest_V1_Google) ProtoReflect() protoreflect.Message

func (*ConfigRequest_V1_Google) Reset

func (x *ConfigRequest_V1_Google) Reset()

func (*ConfigRequest_V1_Google) String

func (x *ConfigRequest_V1_Google) String() string

type ConfigRequest_V1_Grpc

type ConfigRequest_V1_Grpc struct {

	// Deprecated: Do not use.
	Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only)
	Port *wrapperspb.Int32Value  `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_Grpc) Descriptor deprecated

func (*ConfigRequest_V1_Grpc) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_Grpc.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_Grpc) GetHost deprecated

Deprecated: Do not use.

func (*ConfigRequest_V1_Grpc) GetPort

func (*ConfigRequest_V1_Grpc) ProtoMessage

func (*ConfigRequest_V1_Grpc) ProtoMessage()

func (*ConfigRequest_V1_Grpc) ProtoReflect

func (x *ConfigRequest_V1_Grpc) ProtoReflect() protoreflect.Message

func (*ConfigRequest_V1_Grpc) Reset

func (x *ConfigRequest_V1_Grpc) Reset()

func (*ConfigRequest_V1_Grpc) String

func (x *ConfigRequest_V1_Grpc) String() string

type ConfigRequest_V1_InvalidLoginAttempts

type ConfigRequest_V1_InvalidLoginAttempts struct {
	EnableInvalidLoginAttempts     *wrapperspb.BoolValue  `` /* 245-byte string literal not displayed */
	BlockedDurationInMinutes       *wrapperspb.Int32Value `` /* 235-byte string literal not displayed */
	MaxInvalidLoginAttemptsAllowed *wrapperspb.Int32Value `` /* 269-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_InvalidLoginAttempts) Descriptor deprecated

func (*ConfigRequest_V1_InvalidLoginAttempts) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_InvalidLoginAttempts.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_InvalidLoginAttempts) GetBlockedDurationInMinutes

func (x *ConfigRequest_V1_InvalidLoginAttempts) GetBlockedDurationInMinutes() *wrapperspb.Int32Value

func (*ConfigRequest_V1_InvalidLoginAttempts) GetEnableInvalidLoginAttempts

func (x *ConfigRequest_V1_InvalidLoginAttempts) GetEnableInvalidLoginAttempts() *wrapperspb.BoolValue

func (*ConfigRequest_V1_InvalidLoginAttempts) GetMaxInvalidLoginAttemptsAllowed

func (x *ConfigRequest_V1_InvalidLoginAttempts) GetMaxInvalidLoginAttemptsAllowed() *wrapperspb.Int32Value

func (*ConfigRequest_V1_InvalidLoginAttempts) ProtoMessage

func (*ConfigRequest_V1_InvalidLoginAttempts) ProtoMessage()

func (*ConfigRequest_V1_InvalidLoginAttempts) ProtoReflect

func (*ConfigRequest_V1_InvalidLoginAttempts) Reset

func (*ConfigRequest_V1_InvalidLoginAttempts) String

type ConfigRequest_V1_Ldap

type ConfigRequest_V1_Ldap struct {
	CaContents              *wrapperspb.StringValue `` /* 157-byte string literal not displayed */
	Host                    *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"`
	BindDn                  *wrapperspb.StringValue `` /* 137-byte string literal not displayed */
	BindPassword            *wrapperspb.StringValue `` /* 167-byte string literal not displayed */
	BaseUserSearchDn        *wrapperspb.StringValue `` /* 195-byte string literal not displayed */
	UserQueryFilter         *wrapperspb.StringValue `` /* 186-byte string literal not displayed */
	UsernameAttr            *wrapperspb.StringValue `` /* 167-byte string literal not displayed */
	UserIdAttr              *wrapperspb.StringValue `` /* 161-byte string literal not displayed */
	EmailAttr               *wrapperspb.StringValue `` /* 152-byte string literal not displayed */
	UserDisplayNameAttr     *wrapperspb.StringValue `` /* 211-byte string literal not displayed */
	BaseGroupSearchDn       *wrapperspb.StringValue `` /* 201-byte string literal not displayed */
	GroupQueryFilter        *wrapperspb.StringValue `` /* 192-byte string literal not displayed */
	FilterGroupsByUserAttr  *wrapperspb.StringValue `` /* 230-byte string literal not displayed */
	FilterGroupsByUserValue *wrapperspb.StringValue `` /* 235-byte string literal not displayed */
	GroupDisplayNameAttr    *wrapperspb.StringValue `` /* 216-byte string literal not displayed */
	InsecureNoSsl           *wrapperspb.BoolValue   `` /* 177-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_Ldap) Descriptor deprecated

func (*ConfigRequest_V1_Ldap) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_Ldap.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_Ldap) GetBaseGroupSearchDn

func (x *ConfigRequest_V1_Ldap) GetBaseGroupSearchDn() *wrapperspb.StringValue

func (*ConfigRequest_V1_Ldap) GetBaseUserSearchDn

func (x *ConfigRequest_V1_Ldap) GetBaseUserSearchDn() *wrapperspb.StringValue

func (*ConfigRequest_V1_Ldap) GetBindDn

func (*ConfigRequest_V1_Ldap) GetBindPassword

func (x *ConfigRequest_V1_Ldap) GetBindPassword() *wrapperspb.StringValue

func (*ConfigRequest_V1_Ldap) GetCaContents

func (x *ConfigRequest_V1_Ldap) GetCaContents() *wrapperspb.StringValue

func (*ConfigRequest_V1_Ldap) GetEmailAttr

func (x *ConfigRequest_V1_Ldap) GetEmailAttr() *wrapperspb.StringValue

func (*ConfigRequest_V1_Ldap) GetFilterGroupsByUserAttr

func (x *ConfigRequest_V1_Ldap) GetFilterGroupsByUserAttr() *wrapperspb.StringValue

func (*ConfigRequest_V1_Ldap) GetFilterGroupsByUserValue

func (x *ConfigRequest_V1_Ldap) GetFilterGroupsByUserValue() *wrapperspb.StringValue

func (*ConfigRequest_V1_Ldap) GetGroupDisplayNameAttr

func (x *ConfigRequest_V1_Ldap) GetGroupDisplayNameAttr() *wrapperspb.StringValue

func (*ConfigRequest_V1_Ldap) GetGroupQueryFilter

func (x *ConfigRequest_V1_Ldap) GetGroupQueryFilter() *wrapperspb.StringValue

func (*ConfigRequest_V1_Ldap) GetHost

func (*ConfigRequest_V1_Ldap) GetInsecureNoSsl

func (x *ConfigRequest_V1_Ldap) GetInsecureNoSsl() *wrapperspb.BoolValue

func (*ConfigRequest_V1_Ldap) GetUserDisplayNameAttr

func (x *ConfigRequest_V1_Ldap) GetUserDisplayNameAttr() *wrapperspb.StringValue

func (*ConfigRequest_V1_Ldap) GetUserIdAttr

func (x *ConfigRequest_V1_Ldap) GetUserIdAttr() *wrapperspb.StringValue

func (*ConfigRequest_V1_Ldap) GetUserQueryFilter

func (x *ConfigRequest_V1_Ldap) GetUserQueryFilter() *wrapperspb.StringValue

func (*ConfigRequest_V1_Ldap) GetUsernameAttr

func (x *ConfigRequest_V1_Ldap) GetUsernameAttr() *wrapperspb.StringValue

func (*ConfigRequest_V1_Ldap) ProtoMessage

func (*ConfigRequest_V1_Ldap) ProtoMessage()

func (*ConfigRequest_V1_Ldap) ProtoReflect

func (x *ConfigRequest_V1_Ldap) ProtoReflect() protoreflect.Message

func (*ConfigRequest_V1_Ldap) Reset

func (x *ConfigRequest_V1_Ldap) Reset()

func (*ConfigRequest_V1_Ldap) String

func (x *ConfigRequest_V1_Ldap) String() string

type ConfigRequest_V1_Log

type ConfigRequest_V1_Log struct {
	Level *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty" toml:"level,omitempty" mapstructure:"level,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_Log) Descriptor deprecated

func (*ConfigRequest_V1_Log) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_Log.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_Log) GetLevel

func (*ConfigRequest_V1_Log) ProtoMessage

func (*ConfigRequest_V1_Log) ProtoMessage()

func (*ConfigRequest_V1_Log) ProtoReflect

func (x *ConfigRequest_V1_Log) ProtoReflect() protoreflect.Message

func (*ConfigRequest_V1_Log) Reset

func (x *ConfigRequest_V1_Log) Reset()

func (*ConfigRequest_V1_Log) String

func (x *ConfigRequest_V1_Log) String() string

type ConfigRequest_V1_Msad_Ldap

type ConfigRequest_V1_Msad_Ldap struct {
	CaContents              *wrapperspb.StringValue `` /* 157-byte string literal not displayed */
	Host                    *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"`
	BindDn                  *wrapperspb.StringValue `` /* 137-byte string literal not displayed */
	BindPassword            *wrapperspb.StringValue `` /* 167-byte string literal not displayed */
	BaseUserSearchDn        *wrapperspb.StringValue `` /* 195-byte string literal not displayed */
	BaseGroupSearchDn       *wrapperspb.StringValue `` /* 200-byte string literal not displayed */
	UserQueryFilter         *wrapperspb.StringValue `` /* 186-byte string literal not displayed */
	GroupQueryFilter        *wrapperspb.StringValue `` /* 191-byte string literal not displayed */
	UsernameAttr            *wrapperspb.StringValue `` /* 167-byte string literal not displayed */
	UserIdAttr              *wrapperspb.StringValue `` /* 162-byte string literal not displayed */
	EmailAttr               *wrapperspb.StringValue `` /* 153-byte string literal not displayed */
	UserDisplayNameAttr     *wrapperspb.StringValue `` /* 211-byte string literal not displayed */
	FilterGroupsByUserAttr  *wrapperspb.StringValue `` /* 230-byte string literal not displayed */
	FilterGroupsByUserValue *wrapperspb.StringValue `` /* 235-byte string literal not displayed */
	GroupDisplayNameAttr    *wrapperspb.StringValue `` /* 216-byte string literal not displayed */
	InsecureNoSsl           *wrapperspb.BoolValue   `` /* 177-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_Msad_Ldap) Descriptor deprecated

func (*ConfigRequest_V1_Msad_Ldap) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_Msad_Ldap.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_Msad_Ldap) GetBaseGroupSearchDn

func (x *ConfigRequest_V1_Msad_Ldap) GetBaseGroupSearchDn() *wrapperspb.StringValue

func (*ConfigRequest_V1_Msad_Ldap) GetBaseUserSearchDn

func (x *ConfigRequest_V1_Msad_Ldap) GetBaseUserSearchDn() *wrapperspb.StringValue

func (*ConfigRequest_V1_Msad_Ldap) GetBindDn

func (*ConfigRequest_V1_Msad_Ldap) GetBindPassword

func (x *ConfigRequest_V1_Msad_Ldap) GetBindPassword() *wrapperspb.StringValue

func (*ConfigRequest_V1_Msad_Ldap) GetCaContents

func (*ConfigRequest_V1_Msad_Ldap) GetEmailAttr

func (*ConfigRequest_V1_Msad_Ldap) GetFilterGroupsByUserAttr

func (x *ConfigRequest_V1_Msad_Ldap) GetFilterGroupsByUserAttr() *wrapperspb.StringValue

func (*ConfigRequest_V1_Msad_Ldap) GetFilterGroupsByUserValue

func (x *ConfigRequest_V1_Msad_Ldap) GetFilterGroupsByUserValue() *wrapperspb.StringValue

func (*ConfigRequest_V1_Msad_Ldap) GetGroupDisplayNameAttr

func (x *ConfigRequest_V1_Msad_Ldap) GetGroupDisplayNameAttr() *wrapperspb.StringValue

func (*ConfigRequest_V1_Msad_Ldap) GetGroupQueryFilter

func (x *ConfigRequest_V1_Msad_Ldap) GetGroupQueryFilter() *wrapperspb.StringValue

func (*ConfigRequest_V1_Msad_Ldap) GetHost

func (*ConfigRequest_V1_Msad_Ldap) GetInsecureNoSsl

func (x *ConfigRequest_V1_Msad_Ldap) GetInsecureNoSsl() *wrapperspb.BoolValue

func (*ConfigRequest_V1_Msad_Ldap) GetUserDisplayNameAttr

func (x *ConfigRequest_V1_Msad_Ldap) GetUserDisplayNameAttr() *wrapperspb.StringValue

func (*ConfigRequest_V1_Msad_Ldap) GetUserIdAttr

func (*ConfigRequest_V1_Msad_Ldap) GetUserQueryFilter

func (x *ConfigRequest_V1_Msad_Ldap) GetUserQueryFilter() *wrapperspb.StringValue

func (*ConfigRequest_V1_Msad_Ldap) GetUsernameAttr

func (x *ConfigRequest_V1_Msad_Ldap) GetUsernameAttr() *wrapperspb.StringValue

func (*ConfigRequest_V1_Msad_Ldap) ProtoMessage

func (*ConfigRequest_V1_Msad_Ldap) ProtoMessage()

func (*ConfigRequest_V1_Msad_Ldap) ProtoReflect

func (*ConfigRequest_V1_Msad_Ldap) Reset

func (x *ConfigRequest_V1_Msad_Ldap) Reset()

func (*ConfigRequest_V1_Msad_Ldap) String

func (x *ConfigRequest_V1_Msad_Ldap) String() string

type ConfigRequest_V1_RedirectionURIs

type ConfigRequest_V1_RedirectionURIs struct {
	RedirectionUrl []string `` /* 177-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_RedirectionURIs) Descriptor deprecated

func (*ConfigRequest_V1_RedirectionURIs) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_RedirectionURIs.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_RedirectionURIs) GetRedirectionUrl

func (x *ConfigRequest_V1_RedirectionURIs) GetRedirectionUrl() []string

func (*ConfigRequest_V1_RedirectionURIs) ProtoMessage

func (*ConfigRequest_V1_RedirectionURIs) ProtoMessage()

func (*ConfigRequest_V1_RedirectionURIs) ProtoReflect

func (*ConfigRequest_V1_RedirectionURIs) Reset

func (*ConfigRequest_V1_RedirectionURIs) String

type ConfigRequest_V1_Saml

type ConfigRequest_V1_Saml struct {
	CaContents         *wrapperspb.StringValue `` /* 157-byte string literal not displayed */
	SsoUrl             *wrapperspb.StringValue `` /* 137-byte string literal not displayed */
	EmailAttr          *wrapperspb.StringValue `` /* 152-byte string literal not displayed */
	UsernameAttr       *wrapperspb.StringValue `` /* 167-byte string literal not displayed */
	GroupsAttr         *wrapperspb.StringValue `` /* 157-byte string literal not displayed */
	EntityIssuer       *wrapperspb.StringValue `` /* 167-byte string literal not displayed */
	NameIdPolicyFormat *wrapperspb.StringValue `` /* 205-byte string literal not displayed */
	AllowedGroups      []string                `` /* 172-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_Saml) Descriptor deprecated

func (*ConfigRequest_V1_Saml) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_Saml.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_Saml) GetAllowedGroups

func (x *ConfigRequest_V1_Saml) GetAllowedGroups() []string

func (*ConfigRequest_V1_Saml) GetCaContents

func (x *ConfigRequest_V1_Saml) GetCaContents() *wrapperspb.StringValue

func (*ConfigRequest_V1_Saml) GetEmailAttr

func (x *ConfigRequest_V1_Saml) GetEmailAttr() *wrapperspb.StringValue

func (*ConfigRequest_V1_Saml) GetEntityIssuer

func (x *ConfigRequest_V1_Saml) GetEntityIssuer() *wrapperspb.StringValue

func (*ConfigRequest_V1_Saml) GetGroupsAttr

func (x *ConfigRequest_V1_Saml) GetGroupsAttr() *wrapperspb.StringValue

func (*ConfigRequest_V1_Saml) GetNameIdPolicyFormat

func (x *ConfigRequest_V1_Saml) GetNameIdPolicyFormat() *wrapperspb.StringValue

func (*ConfigRequest_V1_Saml) GetSsoUrl

func (*ConfigRequest_V1_Saml) GetUsernameAttr

func (x *ConfigRequest_V1_Saml) GetUsernameAttr() *wrapperspb.StringValue

func (*ConfigRequest_V1_Saml) ProtoMessage

func (*ConfigRequest_V1_Saml) ProtoMessage()

func (*ConfigRequest_V1_Saml) ProtoReflect

func (x *ConfigRequest_V1_Saml) ProtoReflect() protoreflect.Message

func (*ConfigRequest_V1_Saml) Reset

func (x *ConfigRequest_V1_Saml) Reset()

func (*ConfigRequest_V1_Saml) String

func (x *ConfigRequest_V1_Saml) String() string

type ConfigRequest_V1_Service

type ConfigRequest_V1_Service struct {
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_Service) Descriptor deprecated

func (*ConfigRequest_V1_Service) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_Service.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_Service) ProtoMessage

func (*ConfigRequest_V1_Service) ProtoMessage()

func (*ConfigRequest_V1_Service) ProtoReflect

func (x *ConfigRequest_V1_Service) ProtoReflect() protoreflect.Message

func (*ConfigRequest_V1_Service) Reset

func (x *ConfigRequest_V1_Service) Reset()

func (*ConfigRequest_V1_Service) String

func (x *ConfigRequest_V1_Service) String() string

type ConfigRequest_V1_Storage

type ConfigRequest_V1_Storage struct {
	Database *wrapperspb.StringValue `` /* 129-byte string literal not displayed */
	User     *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty" toml:"user,omitempty" mapstructure:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_Storage) Descriptor deprecated

func (*ConfigRequest_V1_Storage) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_Storage.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_Storage) GetDatabase

func (*ConfigRequest_V1_Storage) GetUser

func (*ConfigRequest_V1_Storage) ProtoMessage

func (*ConfigRequest_V1_Storage) ProtoMessage()

func (*ConfigRequest_V1_Storage) ProtoReflect

func (x *ConfigRequest_V1_Storage) ProtoReflect() protoreflect.Message

func (*ConfigRequest_V1_Storage) Reset

func (x *ConfigRequest_V1_Storage) Reset()

func (*ConfigRequest_V1_Storage) String

func (x *ConfigRequest_V1_Storage) String() string

type ConfigRequest_V1_System

type ConfigRequest_V1_System struct {
	Mlsa                 *shared.Mlsa                           `protobuf:"bytes,1,opt,name=mlsa,proto3" json:"mlsa,omitempty" toml:"mlsa,omitempty" mapstructure:"mlsa,omitempty"`
	Log                  *ConfigRequest_V1_Log                  `protobuf:"bytes,2,opt,name=log,proto3" json:"log,omitempty" toml:"log,omitempty" mapstructure:"log,omitempty"`
	Service              *ConfigRequest_V1_System_Service       `protobuf:"bytes,3,opt,name=service,proto3" json:"service,omitempty" toml:"service,omitempty" mapstructure:"service,omitempty"`
	Grpc                 *ConfigRequest_V1_Grpc                 `protobuf:"bytes,4,opt,name=grpc,proto3" json:"grpc,omitempty" toml:"grpc,omitempty" mapstructure:"grpc,omitempty"`
	Storage              *ConfigRequest_V1_Storage              `protobuf:"bytes,5,opt,name=storage,proto3" json:"storage,omitempty" toml:"storage,omitempty" mapstructure:"storage,omitempty"`
	Expiry               *ConfigRequest_V1_Expiry               `protobuf:"bytes,6,opt,name=expiry,proto3" json:"expiry,omitempty" toml:"expiry,omitempty" mapstructure:"expiry,omitempty"`
	Bootstrap            *ConfigRequest_V1_Bootstrap            `` /* 133-byte string literal not displayed */
	Connectors           *ConfigRequest_V1_Connectors           `` /* 137-byte string literal not displayed */
	Tls                  *shared.TLSCredentials                 `protobuf:"bytes,9,opt,name=tls,proto3" json:"tls,omitempty" toml:"tls,omitempty" mapstructure:"tls,omitempty"`
	Disclosure           *ConfigRequest_V1_Disclosure           `` /* 138-byte string literal not displayed */
	Banner               *ConfigRequest_V1_Banner               `protobuf:"bytes,11,opt,name=banner,proto3" json:"banner,omitempty" toml:"banner,omitempty" mapstructure:"banner,omitempty"`
	InvalidLoginAttempts *ConfigRequest_V1_InvalidLoginAttempts `` /* 212-byte string literal not displayed */
	RedirectionUris      *ConfigRequest_V1_RedirectionURIs      `` /* 183-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_System) Descriptor deprecated

func (*ConfigRequest_V1_System) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_System.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_System) GetBanner

func (*ConfigRequest_V1_System) GetBootstrap

func (*ConfigRequest_V1_System) GetConnectors

func (*ConfigRequest_V1_System) GetDisclosure

func (*ConfigRequest_V1_System) GetExpiry

func (*ConfigRequest_V1_System) GetGrpc

func (*ConfigRequest_V1_System) GetInvalidLoginAttempts

func (x *ConfigRequest_V1_System) GetInvalidLoginAttempts() *ConfigRequest_V1_InvalidLoginAttempts

func (*ConfigRequest_V1_System) GetLog

func (*ConfigRequest_V1_System) GetMlsa

func (x *ConfigRequest_V1_System) GetMlsa() *shared.Mlsa

func (*ConfigRequest_V1_System) GetRedirectionUris

func (*ConfigRequest_V1_System) GetService

func (*ConfigRequest_V1_System) GetStorage

func (*ConfigRequest_V1_System) GetTls

func (*ConfigRequest_V1_System) ProtoMessage

func (*ConfigRequest_V1_System) ProtoMessage()

func (*ConfigRequest_V1_System) ProtoReflect

func (x *ConfigRequest_V1_System) ProtoReflect() protoreflect.Message

func (*ConfigRequest_V1_System) Reset

func (x *ConfigRequest_V1_System) Reset()

func (*ConfigRequest_V1_System) String

func (x *ConfigRequest_V1_System) String() string

type ConfigRequest_V1_System_Service

type ConfigRequest_V1_System_Service struct {

	// Deprecated: Do not use.
	Host         *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only)
	Port         *wrapperspb.Int32Value  `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"`
	ExternalFqdn *wrapperspb.StringValue `` /* 167-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_System_Service) Descriptor deprecated

func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_System_Service.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_System_Service) GetExternalFqdn

func (*ConfigRequest_V1_System_Service) GetHost deprecated

Deprecated: Do not use.

func (*ConfigRequest_V1_System_Service) GetPort

func (*ConfigRequest_V1_System_Service) ProtoMessage

func (*ConfigRequest_V1_System_Service) ProtoMessage()

func (*ConfigRequest_V1_System_Service) ProtoReflect

func (*ConfigRequest_V1_System_Service) Reset

func (*ConfigRequest_V1_System_Service) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL