Skip to content

Commit

Permalink
feat (socure): Adding a reverse proxy route for socure (#176)
Browse files Browse the repository at this point in the history
* Adding a reverse proxy route for socure

* Fixing link to cover the subdomain
  • Loading branch information
nathan-moore-97 authored Feb 8, 2024
1 parent 1bc963b commit 6ba7155
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions egress/kong-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@ services:
- /wombat
protocols:
- http
- name: socure
url: https://verify-v2.general.socure.com/
routes:
- name: socure-route
paths:
- /badger
protocols:
- http
plugins:
- name: prometheus
11 changes: 11 additions & 0 deletions ingress/kong-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@ services:
- idva-${ENVIRONMENT_NAME}.app.cloud.gov
protocols:
- http
- name: socure
url: https://idva-kong-egress-${ENVIRONMENT_NAME}.apps.internal:61443
routes:
- name: socure-route
paths:
- /badger
strip_path: false
hosts:
- idva-${ENVIRONMENT_NAME}.app.cloud.gov
protocols:
- http
- name: incode
url: https://idva-incode-${ENVIRONMENT_NAME}.apps.internal:61443
routes:
Expand Down

0 comments on commit 6ba7155

Please sign in to comment.