CCF
CCF copied to clipboard
Confidential Consortium Framework
Currently, to enable the Azure Active Directory as a JWT token issuer, we need to submit a proposal with two actions. - set_ca_cert_bundle - set_jwt_issuer Suggestion: Support the AAD as...
We have end-to-end tests that submit extremely large requests to a CCF node (`e2e_common_endpoints.py:test_large_messages`), in the body and headers and various configurations, and other end-to-end tests that produce extremely large...
As an application developer, I need to have control over the OpenApi document that is returned by the built-in endpoint (`/app/api`) to add document-level attributes like: - SecuritySchemes - Document...
Follow-up from #3342 These tasks are not strictly necessary for satisfying HTTP/2 support as required by the support for external executors, hence them being spun up in this separate issue....
Same as https://github.com/microsoft/CCF/issues/4325, but the other way around. The tricky part is that we cannot yield (i.e. it's blocking!) from the endpoint handler until more messages from the client are...
In order to deliver production quality support for SNP, we must have reliable and stable CI coverage of CCF on SNP. Issues required to deliver this: - [x] #4675 -...
CCF today returns responses as soon as they become available, before consensus has been achieved. It is then the responsibility of the user to [check that they do commit eventually](https://microsoft.github.io/CCF/main/use_apps/verify_tx.html)....
The main thing that needs conversion is the TPCC test, which needs to create a parquet file that the submitter can consume. - [ ] [**tests/infra/remote.py:454**](https://github.com/microsoft/CCF/blob/6b83123ee1480c92d1be4b4b4c2c3988398692d1/tests/infra/remote.py#L454) checks if the arguments...
Notes from today's experiments: 1. It's possible to add/remove members with share encryption keys in public recovery 2. That's because it is possible to re-key and re-share the recovery ledger...