# Functions
No description provided by the author
Get is a singleton to get the global loaded configuration.
No description provided by the author
NewTopicTranslationWithClowder Build a topic map based into the clowder configuration.
NewDefaultTopicMap Build a default topic map that map all the allowed topics to itselfs Return A TopicMap initialized as default values.
No description provided by the author
# Constants
DefaultAcceptXRHFakeIdentity is disabled.
DefaultAppName is used to compose the route paths.
DefaultDatabaseMaxOpenConn is the default for max open database connections.
DefaultEnableRBAC is true.
No description provided by the author
HostconfJWKs expire after 90 days and get renewed when the last token expires in less than 30 days.
DefaultIdleTimeout 5 mins by default.
API URL path prefix.
DefaultReadTimeout 3 seconds by default.
DefaultExpirationTime is used for the default token expiration period expressed in seconds.
DefaultValidateAPI is true.
DefaultWebPort is the default port where the public API is listening.
DefaultWriteTimeout 3 seconds by default.
EnvSSLCertDirectory environment variable that provides the paths for the CA certificates.
PaginationDefaultLimit is the default limit for the pagination.
PaginationMaxLimit is the default max limit for the pagination.
# Variables
DefaultSizeLimitRequestBody in bytes.
DefaultSizeLimitRequestHeader in bytes.
It store the mapping between the internal topic managed by the service and the real topic managed by kafka.
# Structs
Application hold specific application settings.
Clients gather all the configuration to properly setup the third party services that idmsvc need to interact with.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TopicMap is used to map between real and internal topics, this is it could be that the name we indicate for the topics into the clowderapp resource be different from the real created in kafka, so this type allow to preproce the mappings, and use them when needed to translate them into the producer and consumer functions.
No description provided by the author