You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by "henrysun007 (via GitHub)" <gi...@apache.org> on 2023/06/07 07:13:38 UTC

[GitHub] [incubator-teaclave] henrysun007 opened a new issue, #698: DCAP deployment improvement

henrysun007 opened a new issue, #698:
URL: https://github.com/apache/incubator-teaclave/issues/698

   <!--
     Thank you for suggesting an idea to make Teaclave better.
     Please fill in as much of the template below as you're able.
   -->
   
   ### Motivation & problem statement
   
   The deployment for DCAP attestation is not well supported. `runtime.config.toml` and `build.config.toml` have to be modified manually. There are three `runtime.config.toml`s in `config`, `docker` and `tests/fixtures` respectively.
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] henrysun007 commented on issue #698: DCAP deployment improvement

Posted by "henrysun007 (via GitHub)" <gi...@apache.org>.
henrysun007 commented on issue #698:
URL: https://github.com/apache/incubator-teaclave/issues/698#issuecomment-1590539476

   Besides, there are many issues about the DCAP attestation:
   #667


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] hiroki-chen commented on issue #698: DCAP deployment improvement

Posted by "hiroki-chen (via GitHub)" <gi...@apache.org>.
hiroki-chen commented on issue #698:
URL: https://github.com/apache/incubator-teaclave/issues/698#issuecomment-1633510398

   Hi @henrysun007, I noticed that the port for attestation is hardcoded as 443 in `attestation/src/service.rs`:
   
   ```rust
   let addrs = url.socket_addrs(|| match url.scheme() {
       "https" => Some(443), // Fixed port.
       _ => None,
   })?;
   ```
   
   Is it possible for us to change the binding port? Sometimes 443 on the local machine is already in use for other services so that we cannot deploy DCAP.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org