My first contribution to the Kubernetes project got merged on Github! π
What did I do π€·ββοΈ?
I contributed to the Kubernetes Dashboard repo. The Kubernetes Dashboard is a web-based UI for managing Kubernetes applications running in Kubernetes clusters and troubleshooting them. As well as managing the cluster itself.
The web-based dashboard which is built with Angular and TypeScript still had external referencing HTTP links even for ingress host URLs in the ingress lists which is a bad security practice for web apps.
I converted the HTTP links to default HTTPS links making any referenced external link direct users to secure website URLs!
Felt great! π
Top comments (0)