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 SkipUserGroupsInToken ¶
func SkipUserGroupsInToken() bool
SkipUserGroupsInToken returns whether to skip encoding user groups in the access tokens.
Types ¶
type ClientOptions ¶ added in v2.11.0
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 ¶ added in v2.11.0
func GRPCClientOptions() ClientOptions
GRPCClientOptions returns the global grpc client options
Click to show internal directories.
Click to hide internal directories.