Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement host registration #10

Closed
fabriziopandini opened this issue Jan 26, 2021 · 0 comments · Fixed by #17
Closed

Implement host registration #10

fabriziopandini opened this issue Jan 26, 2021 · 0 comments · Fixed by #17

Comments

@fabriziopandini
Copy link
Member

The host agent will be responsible for the host registration process (more responsibilities will be added in future).

In the first iteration of this component:

  • The host agent will be a CLI program, to be run as a daemon or as a foreground process for demo purposes
  • Host agent requires basic logging capabilities (log to file, log to stdout/stderr).
  • We are targeting only linux/amd64, Ubuntu, without any special devices.
  • We are not implementing support for auto discovery of host feature sets; host features will be manually passed to the host agent via a --label flag mapping the list of labels defined in Create the BYOHost API type #9
  • host registration will only take care of creating the corresponding BYOHost object, without addressing any further requirement WRT to secure attestation.
  • In order to create the corresponding BYOHost object a KubeConfig file should be provided to the host agent via the --kubeconfig flag; management/lifecycle of the identity used in the above kubeconfig is out of scope of this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant