mudler/yip

MachineID is confidential and should not be exposed on the network

Aberta

#86 aberto em 17 de abr. de 2023

 (1 comentário) (1 reação) (0 responsável)Go (32 forks)github user discovery
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (110 estrelas)
Métricas de merge de PR
 (Mesclagem média 5d 9h) (10 fundiu PRs em 30d)

Description

The Hostname Plugin allows using MachineID in a template to generate hostname.

Per the manual page and the machine id library used by this project, machine-id is confidential and shouldn't be disclosed in whole or part.

How do we feel about adding "SecuredMachineID" as an available template variable in the hostname plugin to generate a machine-id derived ID using machine.id.ProtectedID("yipCloudInitHostnameConfiguration"), then later deprecating "MachineID" with a warning when its used?

Guia do colaborador