-
Notifications
You must be signed in to change notification settings - Fork 445
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
FR: Allow startup with unreacheable provisioner
#589
Comments
Discussed during a triage meeting and, in short, we agree. Currently, Going into our backlog, but if anyone is looking for a way to contribute we'd happily accept a PR. Please reach out if you're interested. As a workaround for the original issue, you can remove the OIDC provisioner, wait for the keycloak server to get it's cert from the acme provisioner, then add the OIDC provisioner back. Not ideal, but it will get you unstuck. This will actually need to be fixed in short order when managed provisioners are mainstream because users will have no way to make changes to provisioners if the CA configuration cannot even startup. (Right now you can just update the json, but we're moving away from that). @LecrisUT thanks for bringing this to our attention. |
Description
If a provisioner cannot be accessed, e.g. OAuth server is down, allow
step-ca
to boot up with the remaining functioning provisioners. Probably this is already in the new management revamp but it's worth keeping an issue for this. @dopey could you confirm this?Use case
This is part of my recent hiccups when bootstrapping a fully integrated server after a long power outage.
The relevant setup for this issue is:
keycloak
uses certificates fromstep-ca
ACME withcaddy
automatically updating the certificates.step-ca
useskeycloak
'shttps
endpoints for its OAuth provisioner. Probably as a workaround we could link to the internal.well-known
withouthttps
, but this needs to be tested.keycloak
's certificate is expired, andstep-ca
will not boot up because it detects the OAuth has expired TLS. But reversely, the ACME endpoint is not accessible forcaddy
to update the certificate becausestep-ca
is not booting.The text was updated successfully, but these errors were encountered: