Vijay
Vijay
Fixes: #837 /claim #837 @tolgaOzen - Please find below the initial findings and approach, will update as i progress. ### Action Items [ ] - **Review the current implementation of...
Closes #16550 Hi @jkirschner-hashicorp / @huikang PFB proposed design and implementation 1. "MarkServiceStatusThreshold" - New configuration parameter is introduced inside UIConfig { } - Default value is set as 0.6...
### Description Add new cli cmd to be able to renew existing TLS Server Certificate - `consul tls cert renew` fixes #20594 The approach used to renew existing TLS certificate...
Fixes #20409 ### Testing & Reproduction steps Refer #20409 ### PR Checklist * [x] updated test coverage * [ ] external facing docs updated * [ ] appropriate backport labels...
Fixes #17595 Using WeakDecode instead of Decode while parsing HttpHandlerConfig alone. This ensures slice with single element is decoded to slice instead of just string (if it is required to...
### Description Fixes #20769 ### Testing & Reproduction steps Create config file with - ` "ui_config": { "enabled" :true, "label":{ "text": "Development", "background_color": "green", "text_color": "white" } } ` ###...
### Description fixes #20871 ### Testing & Reproduction steps ### Links ### PR Checklist * [x] updated test coverage * [x] external facing docs updated * [ ] appropriate backport...
### Description fixes #20930 Added 3 parameters CAFile, CertFile, KeyFile to ServiceDefinition -> Proxy -> Expose -> Path. In case of HTTPS path , these 3 parameters are used to...
### Description fixes #19358 ### Testing & Reproduction steps When the TLS Certificate or CA Root Certificate or Signing Certificate is about expire in 28Days, the app flash notification message...
### Description fixes #19572 ### Testing & Reproduction steps While registering service using cmd : consul services register -meta foo=bar svc.hcl svc.hcl : service = { name = "svc" id...