https://github.com/frosenberg/iap
GCP IAP-like authentication proxy. Helps protect internal services and centralise auth/RBAC BeyondCorp style.
https://github.com/frosenberg/iap
Last synced: 2 months ago
JSON representation
GCP IAP-like authentication proxy. Helps protect internal services and centralise auth/RBAC BeyondCorp style.
- Host: GitHub
- URL: https://github.com/frosenberg/iap
- Owner: frosenberg
- Created: 2017-11-28T10:04:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T03:46:30.000Z (over 9 years ago)
- Last Synced: 2025-10-20T02:48:50.793Z (9 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IAP
_A simplified GCP IAP like authentication proxy_
The concept is simple, with organization that need to handle more and more employees working remote
and more and more devices, protecting internal services and resources can't be effectively done
with tools like private networks, firewalls and VPN. IAP (Identity Aware Proxy) will take in all
requests to services, authentication the current user, make sure it has access to the requested
services/resource, and only then proxy to the backing service adding headers like `X-IAP-User`
for the service to know which user is making the request.