mssun opened a new issue #134: Refactoring build time configuration URL: https://github.com/apache/incubator-mesatee/issues/134 The current configuration mixes build time and runtime config. To separate them, here is what I can come up for build time configuration: ``` # Certificate to verify SGX enclaves mr_signer_path = "cert/mr_signer" # Service provider's root CA certificate to verify clients sp_root_ca_cert_path = "cert/ca.crt" # Intel Attestation Service root CA certificate to verify attestation report ias_root_ca_cert_path = "cert/AttestationReportSigningCACert.pem" # Auditors' public keys to verify their endorsement signatures auditors_public_key_path = [ "auditors/godzilla/godzilla.public.der", "auditors/optimus_prime/optimus_prime.public.der", "auditors/albus_dumbledore/albus_dumbledore.public.der" ] # RPC max message size rpc_max_message_size = 409600 ``` This is also related to #131.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
