Releases: giantswarm/dex-operator
Releases · giantswarm/dex-operator
v0.3.0
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
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
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
Changed
- Push to CAPI provider app collections
- Allow empty list of providers
- Raise memory usage limit to 500Mi
v0.1.2
Changed
- Push to kvm app collection.
- Push to aliyun
v0.1.1
Changed
- Improve
README.md
- Push to aws and azure app collections.
v0.1.0
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.