Releases: microsoft/confidential-sidecar-containers
Releases · microsoft/confidential-sidecar-containers
v2.12
GetToken: do retry (#230) We occasionally get something like this: ERROR: Code: Unknown Message: SKR failed ERROR: Please refer to the documentation for more information on how to use this sidecar. ... : retrieving authentication token failed: pulling http get authentication token response failed: Received invalid token. Please try again. : http response status equal to 500 Internal Server Error "Received invalid token. Please try again." is an error from the ACI managed identity adapter. It's not clear why this happens but it does seems to be transient. Therefore we work around it by doing retry on token fetching.
v2.11
add combined attestation endpoint to grpc endpoints
v2.10
update readme to contain links to the demos repo examples
v2.9
update go dependencies
v2.8
Updating openssl version in requirements.txt
2.7
revert all containers to alpine
2.6
apk upgrade for openssl
2.4: read/write encrypted filesystem (#24)
* read/write encrypted filesystem