ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
options Struct Referencefinal

All of the configuration options required by the service. More...

#include <options.hpp>

Collaboration diagram for options:
Collaboration graph

Public Attributes

std::optional< ores::logging::logging_optionslogging
 Configuration options related to logging, if any.
 
ores::nats::config::nats_options nats
 Configuration related to NATS transport.
 
ores::database::database_options database
 Configuration related to database operations.
 
std::string jwt_private_key
 RSA private key PEM for signing JWT tokens (RS256).
 

Detailed Description

All of the configuration options required by the service.

Member Data Documentation

◆ jwt_private_key

std::string jwt_private_key

RSA private key PEM for signing JWT tokens (RS256).

Read from ORES_IAM_SERVICE_JWT_PRIVATE_KEY environment variable or –jwt-private-key command-line option. Must be a valid RSA private key in PEM format.