Skip to content

Releases: microsoft/confidential-sidecar-containers

v2.12

25 Aug 14:37
4814b44
Compare
Choose a tag to compare
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

14 Jul 13:05
Compare
Choose a tag to compare
add combined attestation endpoint to grpc endpoints

v2.10

05 May 14:27
Compare
Choose a tag to compare
update readme to contain links to the demos repo examples

v2.9

18 Mar 15:19
Compare
Choose a tag to compare
update go dependencies

v2.8

24 Feb 16:59
Compare
Choose a tag to compare
Updating openssl version in requirements.txt

2.7

13 Nov 18:29
Compare
Choose a tag to compare
2.7
revert all containers to alpine

2.6

06 Nov 16:54
Compare
Choose a tag to compare
2.6
apk upgrade for openssl

2.4: read/write encrypted filesystem (#24)

21 Sep 18:38
ad3230d
Compare
Choose a tag to compare
* read/write encrypted filesystem