-
Notifications
You must be signed in to change notification settings - Fork 60
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
Configure cfenv.service.<serviceName>.enabled=false in application.yaml #231
Comments
I just noticed that it is possible to configure it in application.yaml as well by putting it in the first line and change the = to a :
Maybe it's enough to add a hint to the documentation. |
Hello!
Just to be sure, it was happening with a
Yes, that makes sense |
* so that username and password are properly transmitted to the drive * provide same behavior as Spring SAR/ SCS connector: spring-cloud/spring-cloud-connectors@a8eef2b
Hi Anthony, cf-env does a url encoding and the db2 driver cannot deal with that. So cf-env is currently not usable for db2 connections unless you use |
@anthonydahanne |
today! https://github.com/pivotal-cf/java-cfenv/releases/tag/v3.1.3 |
Is your feature request related to a problem? Please describe.
We noticed that java-cfenv changes special characters in the password of our jdbc connectionString. Thats why we would like to disable cfenv for that service.
We found the parameter
cfenv.service.<serviceName>.enabled=false
that is documented here but it is not possible to configure at in a yaml file. Only application.properties works.Describe the solution you'd like
I would like to have the possibility to disable java-cfenv for a service by using both configuration methods (application.yaml and application.properties)
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: