Skip to content

Instantly share code, notes, and snippets.

View shaan2212's full-sized avatar
💭
I may be slow to respond.

Shantanu Mukherjee shaan2212

💭
I may be slow to respond.
View GitHub Profile
@shaan2212
shaan2212 / auth_request.conf
Created May 1, 2020 09:32 — forked from nginx-gists/auth_request.conf
Validating OAuth 2.0 Access Tokens with NGINX and NGINX Plus
server {
listen 80;
location / {
auth_request /_oauth2_token_introspection;
proxy_pass http://my_backend;
}
location = /_oauth2_token_introspection {
internal;
@shaan2212
shaan2212 / ansible-summary.md
Created December 11, 2019 14:49 — forked from andreicristianpetcu/ansible-summary.md
This is an ANSIBLE Cheat Sheet from Jon Warbrick

An Ansible summary

Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)

Configuration file

intro_configuration.html

First one found from of