k8s_ros_sample icon indicating copy to clipboard operation
k8s_ros_sample copied to clipboard

Support SROS2 security enclaves via ConfigMap

Open fujitatomoya opened this issue 1 year ago • 0 comments

After generating enclaves, sharing enclaves for each distributed node is the burden for developers. To address this issue, i believe we can take advantage of ConfigMap to load the corresponding enclaves as developer likes. expecting procedure would be the following.

  • Generate security enclaves via SROS2.
  • Load the enclaves as ConfigMap of Kuberentes.
  • Bind appropriate ConfigMap to the application container.

image

fujitatomoya avatar Mar 07 '23 07:03 fujitatomoya