-
Notifications
You must be signed in to change notification settings - Fork 3k
Compose Dev Services MS SQL connection url fix #48335
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
Compose Dev Services MS SQL connection url fix #48335
Conversation
9c34b97
to
13ec08e
Compare
Status for workflow
|
🎊 PR Preview a0659db has been successfully built and deployed to https://quarkus-pr-main-48335-preview.surge.sh/version/main/guides/
|
Status for workflow
|
/cc @vsevel |
I am spending time on it to validate right now |
tested and OK with:
I was surprised to have to set
|
IIRC you can also add the parameter on the service definition side with a label |
@ozangunalp I think @vsevel 's point was more that this option is required when using Dev Services? Or am I mistaken? |
yes. I am surprised that the encrypt option would be on by default, specially for a dev service |
It should come from the image used and we cannot do anything about it. Compose services are just run as the given definition, we are just taking extra steps to make sure they are "ready", and to wire the application to use the exposed service. |
in testcontainers
apparently we skip this? |
I guess this is expected. in compose we get the options from the labels, not from testcontainers, and we configure them in:
needs to be adressed in #48324 |
This kind of configuration you need to do on the service definition. We enable that through labels. |
Tested with the following service definition: