Adds Windows Powershell instructions, cleans up templates and bakes in the required css and js assets, allowing Gangway to function without an internet connection. Shows cluster name on homepage. Mostly based on PR vmware-archive#137
Fixes:
Adds an idp-certificate-authority-data
to the kubectl config to allow it to renew tokens
when the IDP uses a self-signed CA. Merged from vmware-archive#94
Adds the customAssetsDir
config option to override the contents of /assets/ for use in
custom templates.
Adds the sessionSalt
config option to override the hard-coded salt. Min. length is 8 characters.
Fixes vmware-archive#71
...
- Update to Go 1.18
- Update dependencies
- Replace esc with go:embed
- Root path check (vmware-archive#143)
- Fix URL encoding (vmware-archive#179)
- BREAKING - corrected ENV variable name of
customHTMLTemplatesDir
toCUSTOM_HTML_TEMPLATES_DIR
, this was (incorrectly)CUSTOM_HTTP_TEMPLATES_DIR
- Config option
showClaims
to show/hide received claims - Validate JWT signatures
All the stuff it did before, see https://github.com/vmware-archive/gangway