Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reenabling CRD Schema Validator #192

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reenabling CRD Schema Validator
Signed-off-by: Mauricio Harley <mharley@redhat.com>
Mauricio Harley committed Dec 6, 2024
commit 9a7610accb911dcf10b1a316841861dfbfec7b35
2 changes: 1 addition & 1 deletion controllers/barbican_common.go
Original file line number Diff line number Diff line change
@@ -119,7 +119,7 @@ func GeneratePKCS11TemplateMap(

// Checking if a supported HSM type has been provided.
if !slices.Contains(barbicanv1beta1.HSMTypes, strings.ToLower(pkcs11.Type)) {
return nil, errors.New("no valid HSM type provided!map[string]interface{}")
return nil, errors.New("No valid HSM type provided!")
}

tempMap["P11Enabled"] = true