Skip to content

Configs with a boot_device.luks.device set but no method (tpm2, tang, etc.) set should fail validation #560

@travier

Description

@travier

This config currently passes validation but should fail:

$ cat config.by
variant: fcos
version: 1.6.0-experimental
boot_device:
  luks:
    device: /dev/sda
$ butane --strict --pretty < config.bu
{
  "ignition": {
    "version": "3.5.0-experimental"
  }
}

Related to: #536

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions