tarantool / nginx_upstream_module

Tarantool NginX upstream module (REST, JSON API, websockets, load balancing)
Other
174 stars 18 forks source link

tnt_auth #61

Closed monopolly closed 7 years ago

monopolly commented 8 years ago

maybe a one more directive for security reason? it will help to make a fast authorisation with nginx

tnt_auth = "somekey1"
tnt_auth = "somekey2"
tnt_auth = "somekey3"

and requests like this { "auth":"somekey1", "method": "echo", "params": [42, 23] }

dedok commented 7 years ago

Can you explain in details? What should tnt_auth do?

dedok commented 7 years ago

@monopollly ?

dedok commented 7 years ago

Closed till @monopollly will give me more details about this feature :)