forked from oauth2-proxy/oauth2-proxy
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrender.yaml
More file actions
30 lines (30 loc) · 767 Bytes
/
render.yaml
File metadata and controls
30 lines (30 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
services:
- type: pserv
name: private-service
env: node
plan: free
repo: https://github.com/render-examples/express-hello-world
buildCommand: yarn
startCommand: node app.js
- type: web
name: oauth2-proxy
env: docker
plan: free
envVars:
- key: UPSTREAM
fromService:
name: private-service
type: pserv
property: hostport
- key: OAUTH2_PROXY_PROVIDER
sync: false
- key: OAUTH2_PROXY_CLIENT_ID
sync: false
- key: OAUTH2_PROXY_CLIENT_SECRET
sync: false
- key: OAUTH2_PROXY_COOKIE_SECRET
generateValue: true
- key: OAUTH2_PROXY_EMAIL_DOMAINS
value: '*'
- key: OAUTH2_PROXY_HTTP_ADDRESS
value: ":10000"