Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDataGateway ¶
GetDataGateway returns the package level data gateway endpoint if not overwritten.
func GetGatewaySVC ¶
GetGatewaySVC returns the package level configured gateway service if not overwritten.
func GetJWTSecret ¶
GetJWTSecret returns the package level configured jwt secret if not overwritten.
func MultiTenantEnabled ¶ added in v2.39.0
func MultiTenantEnabled() bool
MultiTenantEnabled returns whether this is a mulit-tenant enabled configuratio
func SkipUserGroupsInToken ¶
func SkipUserGroupsInToken() bool
SkipUserGroupsInToken returns whether to skip encoding user groups in the access tokens.
Types ¶
type ClientOptions ¶
type ClientOptions struct {
TLSMode string `mapstructure:"tls_mode"`
CACertFile string `mapstructure:"cacert"`
}
ClientOptions represent additional options (e.g. tls settings) for the grpc clients
func GRPCClientOptions ¶
func GRPCClientOptions() ClientOptions
GRPCClientOptions returns the global grpc client options
Click to show internal directories.
Click to hide internal directories.