You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesatee.apache.org by GitBox <gi...@apache.org> on 2019/12/07 01:35:12 UTC

[GitHub] [incubator-mesatee] mssun opened a new issue #134: Refactoring build time configuration

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mesatee.apache.org
For additional commands, e-mail: dev-help@mesatee.apache.org