You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
bart-vmware
changed the title
AddCertificate only puts the files into IConfiguration, without setting up change tracking. I think that AddEurekaDiscoveryClient internally should call services.ConfigureCertificateOptions() (assuming that doesn't log errors or throw when the certificate path is not in configuration). And expect users to add the certificate paths to appsettings.json instead of calling this method, so that the paths can change at runtime.
Update Eureka documentation on how to use client certificate
Jun 11, 2024
Update the documentation at https://github.com/SteeltoeOSS/Documentation/blob/v4/api/v4/discovery/netflix-eureka.md#configuring-mutual-tls.
After merge of SteeltoeOSS/Steeltoe#1306, the new way is to just add entries in configuration (appsettings, config server, etc):
Follow-up from SteeltoeOSS/Steeltoe#1306 (comment)_
The text was updated successfully, but these errors were encountered: