Skip to content

v0.2.0

Compare
Choose a tag to compare
@gardener-robot-ci-3 gardener-robot-ci-3 released this 19 Sep 10:37
· 12 commits to main since this release

[gardener/gardener-discovery-server]

✨ New Features

  • [OPERATOR] Gardener discovery server now can serve the OIDC discovery documents of the Gardener Workload Identity.
    • The openid configuration and jwks content is configured via the flags --workload-identity-openid-configuration-file and --workload-identity-jwks-file respectively, the documents are served on the paths /garden/workload-identity/issuer/.well-known/openid-configuration and /garden/workload-identity/issuer/jwks.
    • The feature is disabled when none of the flags is set. by @vpnachev [#60]
  • [USER] The "/.well-known/openid-configuration" and "jwks" endpoints of the discovery server now set the "Strict-Transport-Security" header. by @dimityrmirchev [#30]

Docker Images

  • gardener-discovery-server: europe-docker.pkg.dev/gardener-project/releases/gardener/gardener-discovery-server:v0.2.0