-
Notifications
You must be signed in to change notification settings - Fork 2k
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
CKR_SESSION_READ_ONLY in FIPS enabled environment #3621
Comments
The current client does not use the FIPS compliant version of bouncy castle, this was fixed recently: But is not in any release. If you can rebuild this client at HEAD you can see if that fixes things for you. |
is there any chance this going to be released any time soon? I don't see any releases for August or September. Is the suggestion here to fork and release our own artifacts for the time being? |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Describe the bug
Unable to connect to kubernetes in a fips enabled environment.
Seems very similar to this: fabric8io/kubernetes-client#3867
So I dug around a bit and it seems ApiClient is using the default keystore, instead of initializing it from the system one (as the fix was made here
Client Version
20.0.0
Kubernetes Version
1.28
Java Version
Java 17
To Reproduce
io.kubernetes.client.util.Config.fromCluster().getBasePath();
Expected behavior
A clear and concise description of what you expected to happen.
Server (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: