v0.3.0
Pre-release
Pre-release
Enhancements
- Deployments now default to
quay.io/3scale/authorino:latest
instead ofauthorino:local
, except formake local-*
(#123, #131)- With
make local-*
target, useSKIP_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
- With
Secret
-related events watched by theSecretReconciler
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 onesOIDC_TLS_CERT
andOIDC_TLS_CERT_KEY
(#136)- TLS for the external authorization service (gRPC) – file location in the file system set through
TLS_CERT
andTLS_CERT_KEY
env vars (#137)
Bug fixes
- Cert-manager admission webhook fails on local-setup (#126)