linux-system-roles / nbde_client

Ansible role for configuring Network Bound Disk Encryption clients (e.g. clevis)
https://linux-system-roles.github.io/nbde_client/
MIT License
14 stars 24 forks source link

use consistent tls/crypto parameter naming #11

Closed richm closed 4 years ago

richm commented 4 years ago

use encryption_key_src instead of key_file use encryption_password instead of passphrase use password_temporary instead of passphrase_temporary

richm commented 4 years ago

This is related to https://github.com/linux-system-roles/storage/pull/126

Note that I did not change all of the internal (i.e. not part of the public interface) usage of key_file and passphrase - just the public facing parts of the interface.

richm commented 4 years ago

@sergio-correia @pcahyna linter is finally happy - please review

richm commented 4 years ago

@sergio-correia @pcahyna please review