CDH | Support passport mode KBS#466
Conversation
Signed-off-by: Jiale Zhang <zhangjiale@linux.alibaba.com>
|
Hi @jialez0 it seems that this PR aims to
Before this PR, we have the following calling stack
So the difference is step 1. Current code to handle step 1 is
So to my understanding, if we want to implement this, we just need to change the defination of TOKEN_TYPE in the runtime. For example, it would default be To achieve this, I recommand that we can set the The advantage is we can avoid using a compilation-time-determined version of CDH to leverage CoCoAS token or KBS token, instead runtime. This helps us to decrease complexity of rootfs-es. How do you like? I might have ignoreg some important details. |
This PR is rely on #465 .