OAuth2-Proxy Setup
This doc is about OAuth2-proxy Setup
Was this helpful?
This doc is about OAuth2-proxy Setup
Was this helpful?
Was this helpful?
oauth2-proxy:
config:
configFile: |-
email_domains = [ "*" ]
github_org = "<github_org>" # Repalce with GitHub org name
github_team = "<github_team>,<github_team>" # Repalce with GitHub teams
upstreams = [ "file:///dev/null" ]oauth2-proxy: ## To work oauth2-proxy service, create and add your github OAuth Apps details
clientID: qwgethjymnbv
clientSecret: 3a08079easd95696fd3baad5292
cookieSecret: QVbnq0L96wtBg== ## Any random hash valuecd DIGIT-DevOps/deploy-as-code/deployer
go run main.go deploy -e <environment_name> 'oauth2-proxy'