OAuth2-Proxy Setup
This doc is about OAuth2-proxy Setup
Was this helpful?
This doc is about OAuth2-proxy Setup
Was this helpful?
Git
git clone -b release https://github.com/egovernments/DIGIT-DevOps
Add below configs into your environment file
Create a GitHub OAuth app and add the below secrets into the environment secrets file
GitHub OAuth App Creation
Homepage URL:- mentions your domain name eg. https://<your_domain_name>
Authorization callback URL:- https://<your_domain_name>/oauth2/callback
Deploy the oauth2-proxy via Jenkins deployment job or go land deployer
DIGIT uses (required v1.13.3) automated scripts to deploy the builds onto Kubernetes - or or
All DIGIT services are packaged using helm charts
is a CLI to connect to the Kubernetes cluster from your machine
IDE Code for better code/configuration editing capabilities
Clone the following repo (If not already done as part of Infra setup), you may need to and then run on your machine.
Follow the