Skip to content

Releases: giantswarm/dex-operator

v0.3.0

20 Mar 12:08
031804d
Compare
Choose a tag to compare

Added

  • Add credential creation, update and cleanup functionality to github provider
  • Add setup package with functionality to create dex-operator credentials
  • Add credential creation, update and cleanup functionality to azure provider
  • Add github provider

v0.2.0

27 Feb 12:25
f4add45
Compare
Choose a tag to compare

Added

  • Add use of runtime/default seccomp profile.

Changed

  • Rotate azure credentials 10 days before expiry
  • Added a new config parameter for issuer address
  • Adjusted creation of callback URL to prefer issuer address over base domain if possible
  • Allowed more volumes in the PSP to sync with restricted.

v0.1.4

21 Dec 16:12
cfc8bc2
Compare
Choose a tag to compare

Added

  • Add prometheus metrics about dex-app registrations on identity providers

Changed

  • Do not reconcile dex apps that have a user configmap specified and remove configuration in that case. This is to prevent a bug where connectors can be overwritten.
  • Omit empty lists of connectors from marshalled OIDC owner data

v0.1.3

07 Dec 11:03
217f8cf
Compare
Choose a tag to compare

Changed

  • Push to CAPI provider app collections
  • Allow empty list of providers
  • Raise memory usage limit to 500Mi

v0.1.2

06 Dec 12:08
9cbf896
Compare
Choose a tag to compare

Changed

  • Push to kvm app collection.
  • Push to aliyun

v0.1.1

06 Dec 08:07
165ea07
Compare
Choose a tag to compare

Changed

  • Improve README.md
  • Push to aws and azure app collections.

v0.1.0

05 Dec 08:44
cf7265a
Compare
Choose a tag to compare

Added

  • Added the script that was used to create dex-operator credentials.
  • Added update logic and key rotation for identity providers.
  • Added finalizer management for default dex config secret.
  • Added README.md.
  • Added azure active directory provider.
  • Added initial implementation of the dex operator.