Hide
Before this update, HTTP repository credentials could not be edited from the ArgoCD UI because the interface only allowed editing of HTTPS repositories. Users were unable to click on HTTP repositories in the UI to modify their credentials, limiting the ability to manage HTTP-based repository configurations through the web interface. With this update, this issue is fixed by updating the UI validation logic to accept both HTTP and HTTPS URLs, changing the connection method label from "via HTTPS" to "via HTTP/HTTPS", and modifying the URL validation function to recognize HTTP protocols. Now, both HTTP and HTTPS repositories are clickable and editable in the ArgoCD UI, allowing users to manage credentials for repositories hosted on both HTTP and HTTPS protocols through the web interface.
Show
Before this update, HTTP repository credentials could not be edited from the ArgoCD UI because the interface only allowed editing of HTTPS repositories. Users were unable to click on HTTP repositories in the UI to modify their credentials, limiting the ability to manage HTTP-based repository configurations through the web interface. With this update, this issue is fixed by updating the UI validation logic to accept both HTTP and HTTPS URLs, changing the connection method label from "via HTTPS" to "via HTTP/HTTPS", and modifying the URL validation function to recognize HTTP protocols. Now, both HTTP and HTTPS repositories are clickable and editable in the ArgoCD UI, allowing users to manage credentials for repositories hosted on both HTTP and HTTPS protocols through the web interface.