-
Notifications
You must be signed in to change notification settings - Fork 7
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
Docker vault setup gives error that vault cant connect to mongodb #10
Comments
Same error here |
1 similar comment
Same error here |
Can you provide some context? Docker compose? Stand-alone docker? |
Hi, i have the same error. |
@NikolaBoyko can you provide details of your setup? |
@cedricve yes |
my entrypoint.sh |
Hmm I just ran the current
But afterwards it recovers:
|
Provided a fix for: #10. It looks like Kerberos Vault was launched before MongoDB was properly setup. We have now added a `healthcheck`, and `depends_on` validation.
Hey all, I believe this error was caused due to some setup time for MongoDB. The Kerberos Vault was connecting to mongodb, before it was properly initialised. Please find the fix here: cfc02d1. I also disabled @NikolaBoyko can you verify if this helps for you as well? |
I try wait mongo with wait.sh it did not help. |
Hi! @cedricve your fix don't help, but problem was resolved in container version kerberos/vault:1.0.882646955. I think fix is identical to kerberos-io/agent#101 |
hmm indeed might be the case! Waiting for other people to confirm fix. |
Docker vault setup gives error that vault cant connect to mongodb
The text was updated successfully, but these errors were encountered: