auth request in nginx gateway level request in docker environment in less than 10 mins



auth request in nginx gateway level request in docker environment in less than 10 mins

auth request in nginx gateway level request in docker environment in less than 10 mins

Make gateway level requests and respond accordingly to client request
using auth_request module in nginx
in other words as mentioned in nginx docs: client authorization and authentication based on the result of a subrequest
all as a docker container

00:00 Intro
00:57 Description of api gateway level authentication / authorization in an overview
04:55 Docker compose file to spin up an nginx server
05:45 Nginx config file for enabling auth_request module
07:21 Nodejs express basic authentication server with custom logic
07:58 Start the nginx server running as a docker container
08:52 Start up the nodejs server acting as the authentication service
09:09 Test all components and api gateway level authentication / authorization
11:16 Header management between client, api gateway and authentication service
13:33 Outro

nginx auth_request module: http://nginx.org/en/docs/http/ngx_http_auth_request_module.html
nginx docker hub: https://hub.docker.com/_/nginx
echo server docker hub: https://hub.docker.com/r/ealen/echo-server

#docker
#nginx
#authentication
#authorization
#access
#allow
#deny
#container
#dockercompose
#server
#mongo
#database
#explanation
#web
#api
#gateway
#linux
#devops
#automation

USEFUL********
my repo link: https://github.com/sinawic/4yt/tree/master/nginx/bot-detection

PLAYLISTS*******
– dockerization: https://www.youtube.com/watch?v=NlcWBmbQPKY&list=PLBm4OGt1_S7atOA9nwBpRv2tj_ZzkYwF5
– kong api gateway: https://www.youtube.com/watch?v=VZPsH7dquFg&list=PLBm4OGt1_S7aKTFWL2nKbyLcu6H2pRi2Q
– linux: https://www.youtube.com/watch?v=27_N_ombJ8w&list=PLBm4OGt1_S7al_2UbMpGFFIO5sT5VtQpJ
– load balancing: https://www.youtube.com/watch?v=kuzh96KB-7I&list=PLBm4OGt1_S7Z-bAb6BY6HbCgG5L5F02GF
– nginx: https://www.youtube.com/watch?v=g1nM-l2ijIU&list=PLBm4OGt1_S7Ys5tmKX3eNvK1uSFwaxWOr

let’s talk a bit :-*
LINKS********
https://www.instagram.com/sina.wic/
https://www.linkedin.com/in/sinawic

Comments are closed.