This repository was archived by the owner on Mar 31, 2025. It is now read-only.
Releases: intel/ACON
Releases · intel/ACON
v0.2.0
Major changes from v0.1.0:
- The gRPC interface of
acondhas been replaced with a new Restful API interface. - Traffics between
acondand any clients (includingaconcli) are encrypted using TLS. - OpenID authentication support has been added.
acondaccepts an OpenID user ID (e.g., an email address) passed via a kernel command line parameter at startup.aconclitakes the client ID through an environment variable, and offers a newlogincommand to allow the user to authenticate toacond.- Currently, only Google sign-in is supported. More authentication providers may be added in future.
- OpenID authentication is optional, and can be disabled simply by not specifying a user ID when starting
acond.
Note: This is a non-production release.
ACON (Attested Containers) Release 0.1.0
Initial release.
Non-production ready.