Skip to content

Alternative privateKeySecretRef name won't work #13

Description

@abrondijk

If I give the secret that holds the transip private key a name other than transip-secret, the created challenge will fail on line:

return nil, fmt.Errorf("failed to load secret '%s/%s'", ns, name)

Error presenting challenge: get credential error: failed to load secret `namespace/secret-name`

The challenge can also not be deleted, with the same error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions