Skip to content

Commit

Permalink
Move proxy into its own manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
danivovich committed Aug 28, 2024
1 parent c3756e7 commit f55f1d8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
17 changes: 17 additions & 0 deletions manifest.proxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
applications:
- name: challenge-proxy
buildpacks:
- binary_buildpack
routes:
- route: challenge-proxy.apps.internal
stack: cflinuxfs4
memory: 64M
path: proxy
health-check-type: process
command: ./caddy run --config Caddyfile
env:
PROXY_USERNAME: ((username))
PROXY_PASSWORD: ((password))
PROXY_DENY: ((proxydeny))
PROXY_ALLOW: ((proxyallow))
16 changes: 0 additions & 16 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,3 @@ applications:
LOGIN_PUBLIC_KEY_PATH: dev_cert.pem
LOGIN_REDIRECT_EVAL_URL: https://challenge-dev.app.cloud.gov/auth/result
LOGOUT_REDIRECT_EVAL_URL: https://challenge-dev.app.cloud.gov/

- name: challenge-proxy
buildpacks:
- binary_buildpack
routes:
- route: challenge-proxy.apps.internal
stack: cflinuxfs4
memory: 64M
path: proxy
health-check-type: process
command: ./caddy run --config Caddyfile
env:
PROXY_USERNAME: ((username))
PROXY_PASSWORD: ((password))
PROXY_DENY: ((proxydeny))
PROXY_ALLOW: ((proxyallow))

0 comments on commit f55f1d8

Please sign in to comment.