10000 clevis-luks-edit cannot update slots with key · Issue #492 · latchset/clevis · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
clevis-luks-edit cannot update slots with key #492
Open
@EnricoMontecaggi

Description

@EnricoMontecaggi

clevis-luks-edit uses clevis_luks_do_bind fuction

if ! clevis_luks_do_bind "${DEV}" "${SLT}" "" "${pin}" "${new_cfg}" \
"-y" "overwrite"; then
for updating the bindings but, as you can see, KEY, KEYFILE, EXISTING_TOKEN_ID parameters are missing from this function call
clevis_luks_do_bind() {
local DEV="${1}"
local SLT="${2}"
local TKN_ID="${3}"
local PIN="${4}"
local CFG="${5}"
local YES="${6:-}"
local OVERWRITE="${7:-}"
local KEY="${8:-}"
local KEYFILE="${9:-}"
local EXISTING_TOKEN_ID="${10:-}"
so you cannot update slots with key.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0