-
Notifications
You must be signed in to change notification settings - Fork 26
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
Make the pkcs11 config more generic #199
base: main
Are you sure you want to change the base?
Make the pkcs11 config more generic #199
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vakwetu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d035b77
to
6f7cd13
Compare
Name: P11ClientDataVolume, | ||
VolumeSource: corev1.VolumeSource{ | ||
Secret: &corev1.SecretVolumeSource{ | ||
DefaultMode: &config0644AccessMode, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be 0640 or 0440 since it can have private keys?
4f21104
to
f3e693b
Compare
0e3b919
to
4cc913e
Compare
4cc913e
to
03e16f4
Compare
Modify the PKCS11 support to make it more generic and hopefully make it easier to then support different HSM configuration.
03e16f4
to
a1fe6b5
Compare
@vakwetu: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Made the pkcs11 more generic so that hopefully we will be able to support many HSMs and configurations without
too many changes.
Jira: https://issues.redhat.com/browse/OSPRH-12972