v2.10.0
Added
- Add support for OAuth compatible 3rd party auth services with password-based login. Set
auth.serviceURLto the token login endpoint and configureauth.usernamePassword.loginConf.clientID - Add
publicNetDNSModeoption. SupportsIP,Node, orPodvalues to determine what AIS uses for public network DNS.IPis the current default and matches existing deployments.Podcan be used with host networking to use pod DNS to resolve the host IP, allowing for more granular TLS certificates. - Add
HOST_IPSenv var to init containers with field refstatus.hostIPs. Used for future init containers to use to determine public host based on other options without an explicit variable from the operator.
Changed
- Deprecate
enableNodeNameHostadded in v2.9.1 in favor ofpublicNetDNSMode == Node
Full Changelog: v2.9.3...v2.10.0