kubernetes-auth icon indicating copy to clipboard operation
kubernetes-auth copied to clipboard

Add possibility to use custom html template files

Open ernoaapa opened this issue 7 years ago • 0 comments

Sometimes you want to make some modifications to the HTML pages, like add logo, use a different command example, etc.. To make it possible to customize the templates without forking the project and building custom image, added two new parameters, --index-template-path and --token-template-path. By combining the custom template paths with ConfigMap, you can serve custom HTML pages.

ernoaapa avatar Nov 21 '18 14:11 ernoaapa