Skip to content

Add-on to allow Pomerium JWTs to be used to authenticate to OpenWrt's LuCi

License

Notifications You must be signed in to change notification settings

sonix-network/nginx-luci-jwt-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

ssh root@oob-lab-sw1.local.sonix.network 'mkdir -p /opt/jwt-auth/'
scp jwt-authd root@oob-lab-sw1.local.sonix.network:/etc/init.d/
scp -r app.py jwt/ root@oob-lab-sw1.local.sonix.network:/opt/jwt-auth/
scp jwt-auth.locations root@oob-lab-sw1.local.sonix.network:/etc/nginx/conf.d/
ssh root@oob-lab-sw1.local.sonix.network 'opkg install python3-flask'
ssh root@oob-lab-sw1.local.sonix.network 'opkg install python3-ubus'
ssh root@oob-lab-sw1.local.sonix.network 'opkg install python3-cryptography'
ssh root@oob-lab-sw1.local.sonix.network 'service jwt-authd enable'
ssh root@oob-lab-sw1.local.sonix.network 'service jwt-authd start'
ssh root@oob-lab-sw1.local.sonix.network 'service nginx restart'

About

Add-on to allow Pomerium JWTs to be used to authenticate to OpenWrt's LuCi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published