kubernetes-auth
kubernetes-auth copied to clipboard
Add possibility to use custom html template files
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.