-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
BlueCat cleanup fails so no cert created #2229
Comments
BlueCat Address Manager is version 9.6.0. |
Hello,
This error is from Bluecat: lego is written in Go, so there is no Java runtime error inside lego. The problem seems to be in your Bluecat instance. |
The error is saying lego is trying to do the deployment while the other deployment is still in process, is there any way to put a wait in before the deployment is attempted to test whether this is what is happening? I have the zone set to automatic deployment and it was working in May and I haven't done any updates to the BAM since. I did set the zone to not automatically deploy and it didn't make a difference. It would be nice to have a flag to tell lego to not try to deploy for zones that are set to automatic deployment. |
Checking the transaction history in the BAM the records are getting added and removed. |
Sorry, I read my notes wrong, I upgraded the BAM from 9.5.1 to 9.6.0 in June, so this appears to be change in BlueCat that's causing the issue. |
No
The BlueCat API is "unfriendly", so it seems complex to automate that but we can try to add an env var. |
I read this message after posting my previous message. |
Yes. Still would be nice to skip deployment if not necessary. I need to learn enough Go to see what the lego code is doing, my BlueCat API work has all been in Python. |
I already open a PR, you just need to test it. |
To test the PR:
|
That worked. Thank you. I'm going to see if I can find out if there's a known issue with any of the APIs that are used in 9.6.0. |
Welcome
What did you expect to see?
Certificates created
What did you see instead?
How do you use lego?
Binary
Reproduction steps
I run the following command:
Version of lego
Logs
# paste output here
Go environment (if applicable)
The text was updated successfully, but these errors were encountered: