Dex K8s Authenticator Versions Save

A Kubernetes Dex Client Authenticator

v1.4.0

3 years ago

[v1.4.0]

Changed

  • Bump dex version to v2.27.0 (security release)
  • Switch to dexidp/dex container image registry

v1.3.0

3 years ago

[v1.3.0]

Added

  • Pass optional connector_id to cluster context (#146)
  • Added trusted_root_ca to dex-k8s-authenticator helm chart (#143)
  • Added k8s_ca_pem_file option (#136)
  • Allow OIDC scopes per cluster (#129)
  • Added namespace field to cluster-config (#124)
  • Added HTTP Proxy support (#109)
  • Added CircleCI tests

Fixed

  • Fix indentation for nodeSelector and tolerations in dex-k8s-authenticator helm chart (#137)
  • Propgate SIGTERM for graceful shutdown (#110)

v1.2.0

4 years ago

[v1.2.0]

Image: mintel/dex-k8s-authenticator:1.2.0

Added

  • Additional tab to display only the id-token
  • Service Loadbalancer IP override capability in Helm chart
  • Service annotations capability in Helm chart
  • Options to specify idp_ca_pem_file and trusted_root_ca_file
  • Support for fixed context name (instead of auto-generated)

Changed

  • Bump to dex version to v2.17.0
  • Bump to golang:1.12-alpine3.10
  • Switch to Go Modules
  • Minor update (skip cluster selection if only 1 cluster defined)

Fixed

  • Fixed Affinity indentation in Helm chart