All notable changes to this project will be documented in this file.
-
Documentation on
web_path_prefix
-
Helm charts now add a checksum annotation on the configmap to roll-deployments when configuration changes
-
Added IDPCaPem option to support displaying of idp-ca inline
-
Bump dex version to
v2.13.0
and pull from new repo at quay.io/dexidp/dex -
Documentation improvements
- Fixes to some css to use relative paths
-
New tabbed layout with clipboard copy options. Key driver for this is to enable Windows specific instructions.
-
Added envar substitutions. Can now generate a config based on values in the environment (useful for the
client_secret
). -
Added
nodePort
support to Helm charts. -
Added
kubectl_version
option in config. Used to construct a download link tokubectl
which may be useful. -
Added
web_path_prefix
config option to set url-prefix for serving requests and assets. -
Added
trusted_root_ca
config option to specifiy 1 more root CA's. -
Added
k8s_ca_pem
config option to provide abililty to specify the Kubernetes CA inline.
-
Use
ClusterName
in preference toClientID
when generating k8s context commands -
Bump dex version to
v2.10.0
-
Bump base image to
alpine 3.8
-
Documentation updates.
-
Helm chart for dex-k8s-authenticator would fail when caCerts were specified due to breaking naming conventions on and Secret and Volume resources. Introduce a required
filename
option which lets us separate out the filename of the cert and the name of the k8s resource created. -
Slim down final docker container size.
update-ca-certificates
only accepts *.crt (only attempt to copy these)
- Abililty to provide K8s cert file content in configuration via k8s_ca_pem cluster option.
- Explicitly define the CA certificate path using ${HOME}
- Allow self-signed certs to be used
- Bump to golang:1.9.4-alpine3.7
- Fixed helm-chart ingress servicePort
- Helm chart serviceAccountName
- Documentation improvements
- Helm chart RBAC (renamed some vars).
- Initial release