Store node metadata during bootstrap
@lbakerchef is already working on this.
Since Dec 15, 2021.
- Dominant language
- Erlang
- Stars
- 303
- Forks
- 211
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 5
Description
Node object should be able to store device metadata (serial/UID) as well during infra client bootstrap. Such a field should be read-only/immutable for that node/client role. This will allow consumers of chef server API to use this device metadata to interact with external services.
Motivation
As a desktop administrator, I want to use chef server API in my service to pull device/client metadata (serial) to interact with MDM vendor's API. For that to happen, the device metadata has to be populated at the time of validator based bootstrap.
Specification
-
Extend validator based bootstrap
-
Middleware service use case
Downstream Impact
TBD
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.