Skip to content

Commit

Permalink
Adding docs on iap
Browse files Browse the repository at this point in the history
  • Loading branch information
irfan committed Feb 11, 2019
1 parent 99f7459 commit 1ff320c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# IAP Auth [![CircleCI](https://circleci.com/gh/gojekfarm/iap_auth.svg?style=svg)](https://circleci.com/gh/gojekfarm/iap_auth)

## IAP Enabled Google Load Balancer
https://cloud.google.com/iap/
IAP: [Identity Aware Proxy] (https://cloud.google.com/iap/)
Read more about IAP here https://cloud.google.com/blog/products/identity-security/protecting-your-cloud-vms-with-cloud-iap-context-aware-access-controls

### TLDR;
1. Setup an https Google load balancer
2. Enable IAP (Security > Identity Aware Proxy)
All eligible proxies will be listed here. IAP toggle will enable Oauth Bearer token based auth.
3. After enabling and selecting this you can add previously created service accounts to this proxy.
4. Download this service account credentials and configure as a param in in install

## Install as a Service

Expand Down

0 comments on commit 1ff320c

Please sign in to comment.