-
Notifications
You must be signed in to change notification settings - Fork 281
expired certificate during upgrade #434
Comments
Hi @lucamaf , thank you for reporting this issue. This is a warning , and in theory should not stop KC from starting. In order to investigate better the issue ... are you using the keycloak-metrics-spi extension ? you can check the Keycloak CR. Thank you. |
I am having the same warning, the service seems to start properly, but it never goes through the probe:
|
in my case the service is never starting but it is crash looping |
Hi @lucamaf |
that did the trick actually, now I have it running!
…On Wed, Dec 22, 2021 at 3:39 PM Jonathan Vila ***@***.***> wrote:
Hi @lucamaf <https://github.com/lucamaf>
Can you remove the extension and see if affects ? ( edit the Keycloak CR
and comment out the extension )
—
Reply to this email directly, view it on GitHub
<#434 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANFTI7DUG3EFTDXRRFTDWTUSHPLHANCNFSM5KR7E56Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
LUCA MATTIA FERRARI
EMEA SENIOR SOLUTION ARCHITECT, ITILV3
Red Hat Spain <https://www.redhat.com/>
travessera de Gracia, 11
08021, Barcelona
***@***.*** M: +34-653-225-181
<http://redhatemailsignature-marketing.itos.redhat.com/>
|
I have just removed my extention (a theme we have developed ) but it doesn't get any better, what did you do ? @lucamaf |
I just commented out the whole extension part in the yaml definition (I just had the metric extension) |
Hi Please can you point your extension to : Thank you |
Seems this issue is resolved, please feel free to re-open if that's not the case. |
Describe the bug
I have keycloak installed using the Operator on top of Openshift 4.9 and I upgraded recently from version 15 to version 16 and keycloak won't start with the following error in the logs:
�[0m�[33m18:10:01,755 WARN [org.wildfly.extension.elytron] (MSC service thread 1-2) WFLYELY00024: Certificate [dstrootcax3] in KeyStore is not valid: java.security.cert.CertificateExpiredException: NotAfter: Thu Sep 30 14:01:15 GMT 2021
I suspect it depends on a secret created with the first installation of keycloak operator (version 13)
Version
16
Expected behavior
complete the upgrade using the operator correctly and seeing the keycloak pod starting up correctly
Actual behavior
No response
How to Reproduce?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: