-
Notifications
You must be signed in to change notification settings - Fork 116
Certificate creation error only on certain project. #37
Comments
@FaisalDefry any chance you run openshift-acme for a while with staging an then switched to prod? if that's the case there is a secret (named |
Ah, okay. That explain the specific project that throw the error.
But for the “default” project and some other project who didnt get the request after i change the anotation, do you have any clue?
Either way, Thank you for pointing that out
…Sent from my iPhone
On 5 Oct 2017, at 18.26, Tomáš Nožička <[email protected]<mailto:[email protected]>> wrote:
@FaisalDefry<https://github.com/faisaldefry> any chance you run openshift-acme for a while with staging an then switched to prod? if that's the case there is a secret (named acme-account) that has a key to a different realm (staging) that is not compatible with prod - just delete the secret in that namespace
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#37 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AMeBpUX5SvMmvIvYGf3R_g2gNlcP9iN8ks5spLzUgaJpZM4PupM6>.
|
Which annotation? the one on the acme-account secret or on route? Also try running the controller in debug mode (OPENSHIFT_ACME_LOGLEVEL=9). |
Nevermind, i think i found the problem. It looks like if we already set the route to mode "passtrough" . the controller won't change it to "edge". Is it the expected behaviour?
|
Well, with passthrough generating certificates doesn't make sense but I am not sure if the controller should change it for you or report proper error. I'll keep it here as a reminder to enhance it. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
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/test-infra repository. |
/reopen |
@tnozicka: Reopened this issue. In response to this:
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/test-infra repository. |
Hi,
i got some weird behaviour when trying to use the acme controller on our openshift v 3.6.
we're using same deployment config & same service to expose on every project to test. And i think there shouldn't be any difference on all that project (except of the "default" project maybe ) as we don't do any special configuration for all the project we created.
Do you have any idea how do we begin to trace this different behaviour ?
Thank you in advance
The text was updated successfully, but these errors were encountered: