# Functions
LoadConfig reads in config file and ENV variables if set.
NewConfig returns a Config struct with the default values.
No description provided by the author
RequestShutdown emulates a received event that is considered as shutdown signal (SIGTERM/SIGINT) This returns whether a handler was notified.
SetupSignalHandler registered for SIGTERM and SIGINT.
# Constants
RecommendedEnvPrefix defines the ENV prefix used by all bifrost service.
RecommendedHomeDir defines the default directory used to place all bifrost service configurations.
# Structs
CertKey contains configuration items related to certificate.
CompletedConfig is the completed configuration for GenericServer.
Config is a structure used to configure a GenericGRPCServer.
GenericGRPCServer contains state for a bifrost api server.
No description provided by the author
InsecureServingInfo holds configuration of the insecure grpc server.
RAInfo holds configuration of the Registration Authority server.
SecureServingInfo holds configuration of the TLS server.