mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-03 18:04:16 +00:00
initdata: delete coco_as token section in initdata
The new version of AA allows the config not having a coco_as token config. If not provided, it will mark as None. Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
This commit is contained in:
@@ -98,10 +98,6 @@ algorithm = "sha256"
|
|||||||
[data]
|
[data]
|
||||||
"aa.toml" = '''
|
"aa.toml" = '''
|
||||||
[token_configs]
|
[token_configs]
|
||||||
[token_configs.coco_as]
|
|
||||||
# TODO: we should fix this on AA side to set this a default value if not set.
|
|
||||||
url = "${CC_KBS_ADDRESS}"
|
|
||||||
|
|
||||||
[token_configs.kbs]
|
[token_configs.kbs]
|
||||||
url = "${CC_KBS_ADDRESS}"
|
url = "${CC_KBS_ADDRESS}"
|
||||||
'''
|
'''
|
||||||
|
Reference in New Issue
Block a user