Otoroshi v1.3.0 is out

Mathieu ANCELIN
OSS by MAIF
Published in
1 min readDec 18, 2018

It’s official, Otoroshi v1.3.0 is out. It’s been quite a long release as big internal rework of the security layer happened. As usual the release is available on github, bintray and docker hub. If you encounter any issue, you can create issues on github or chat with us on gitter.

Otoroshi, the guardian of the shrine

This new version of includes some nice new features like

  • Elastic support for internal events storage and querying (documentation)
  • CORS support for any service. Very handy to avoid managing CORS requests in the target service (documentation)
  • Read only services or api keys where only GET, HEAD, OPTIONS http requests are allowed
  • Initial data import can included in the Otoroshi config. file to avoid managing two files
  • Authentication modules for private web applications including OAuth2 module, LDAP module and basic in memory module (documentation)

You can find every issue close during this release on github and also the diff between v1.3.0 and previous version.

--

--