confidential-containers / cloud-api-adaptor

Ability to create Kata pods using cloud provider APIs aka the peer-pods approach
Apache License 2.0
44 stars 71 forks source link

forwarder: remove aa_kbc_params from daemon.jsom #1884

Closed mkulke closed 5 days ago

mkulke commented 5 days ago

This field is not used by the forwarder component or anywhere else, aa-kbc-params is managed as part of AA and CDH, having this field duplicated in daemon.json could produce confusion.

huoqifeng commented 5 days ago

Looks an error in:

Error: vet: pkg/userdata/provision_test.go:380:12: config.AAKBCParams undefined (type *forwarder.Config has no field or method AAKBCParams)
bpradipt commented 5 days ago

nit: s/daemon.jsom/daemon.json in the commit message