- [MSE Home] Bug with scaffold command (https://github.com/Cosmian/mse-cli/commit/32c8ee8fb6b4dd52871da2e2f2a8a860546c6662)
- [MSE Home] Bug with SAN as host on Azure (https://github.com/Cosmian/mse-cli/commit/80406e49cc2244f97ade957bb154a2fb7a83d7c5)
- [MSE Home] Bump
intel-sgx-ra
to fix Azure remote attestation (Cosmian/intel-sgx-ra#13) - [MSE Home] Bump major version of
docker
python package with bugfixes
- [MSE Home] Commands encrypt and unseal
- [MSE Home] Homogenization of commands encrypt/decrypt and seal/unseal
- [Documentation] Reflecting the renaming of MSE to Cosmian Enclave
- [MSE Cloud] Some tests are disabled due to cloud infrastructure shutdown
- Use .io instead of .app
- Describe how to use RATLS certificate in the web browser
- The RATLS certificate is now generated in
ratls.pem
instead ofcert.conf.pem
- [MSE Home] Support of Microsoft Azure attestation
- [MSE Home] Fix hardcoded localhost occurences
- [MSE Home] Fix explicit usage of host, subject and subject alternative name
- Fix obsolete subcommands in the documentation
- Add a timeout option when using
deploy
subcommand (default is 1440 minutes) - New args for localtest:
--no-tests
- New command
mse home
to run a microservice on your localhost SGX - New subcommand
mse test
&mse localtest
to run test for cloud environment - Add a
Dockerfile
to usemse
through a docker
- Context and application configuration files have changed (breaking changed)
- Support MSE backend 0.5.2: changing user api
- Display application metrics using
mse status
- New option
--color
to enable/disable color for stdout/stderr
- Field
resouce
has been renamed intohardware
- Complete documentation about hardware booked/bought
mse list
does not required the project name. It's optional.- Use
get_server_certificate
fromintel-sgx-ra
- Support refresh token expiration
- Take the default configuration values from the backend
- Doc: fixing several typos and misleading information
- Scaffold: Return "Ok" to be more user-friendly
- Update documentation using new dockers
- Doc: Add a paragraph concerning memory size limitations
- Doc: Add a paragraph concerning opened port for
test
andlogin
- Allow stopping several apps at once (
mse stop
)
- Support gramine 1.4 when parsing stdout to get mr_enclave
- Various stdout formatting
- Error when local image contains '/'
- Return
1
if an error occurs for every subcommands. Remove error stacktrace
- Add a spinner when computing the code fingerprint
- Add timeout when waiting for backend status
- Add a
.mseignore
to enable the app owner to not send some files in the enclave
- Support mse-backend 0.4.1:
- Pagination for listing apps and projects
- Bump
mse-lib-crypto
to 1.0 andintel-sgx-ra
to 1.0
- Some bad urls in the
README.md
and the documentation
- First release on pypi