Skip to content

Altair - Alpha Version 0.1.0

Latest
Compare
Choose a tag to compare
@insomnius insomnius released this 27 Dec 17:34
· 73 commits to master since this release

There are some improvement in this alpha version which include:

Docker image support for Altair.

Altair now have a docker repository, you could use Altair with docker now!!

Adding track id and request id inside of request and pass them via header to upstream services

Track ID and Request ID make could help clustering logging per request via different services

Oauth application authentication

Now you could authenticate request via client_uid and client_secret in your body json request.

name: users
auth: oauth
prefix: /
host: {{ env "USERS_HOST" }}
path:
  /login:
    scope: "users"
    auth: "oauth_application"

Other small improvement

  1. Logging via stdout
  2. Metric via prometheus

Bug fix

There are also bug fix improvement for Altair which include:

  1. Always return 200 from upstream server instead of returning upstream server status code
  2. Fix multiple auth option
  3. Bug fix wildcard in routes config

Hope you like this release!! We will keep you updated.

Download

OS Download Link
Linux [Here]
Windows [Here]
Mac [Here]