Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@guicassolato guicassolato released this 29 Jul 08:32
· 781 commits to main since this release
7612c49

Enhancements

  • Deployments now default to quay.io/3scale/authorino:latest instead of authorino:local, except for make local-* (#123, #131)
    • With make local-* target, use SKIP_LOCAL_BUILD=1 to avoid building Authorino image locally and use the default one instead
    • AUTHORINO_IMAGE continues to work to set a custom image on deploy
  • Secret-related events watched by the SecretReconciler now filtered using Operator SDK predicates to avoid overwhelming the reconciler with irrelevant events (#124, #133)
  • Upgrade controller-runtime version to latest (v0.9.2) (#130, #132)
  • Server TLS opt-out on deploy – AUTHORINO_DEPLOYMENT now accepts a -notls suffix to disable server TLS (#135)
  • OIDC_CA_PATH env var to set location of the TLS certificate and TLS private key in the file system for used by the Wristband OIDC server replaced with more explicit ones OIDC_TLS_CERT and OIDC_TLS_CERT_KEY (#136)
  • TLS for the external authorization service (gRPC) – file location in the file system set through TLS_CERT and TLS_CERT_KEY env vars (#137)

Bug fixes

  • Cert-manager admission webhook fails on local-setup (#126)