diff --git a/egress/kong-config.yaml b/egress/kong-config.yaml index c169c2b..2122be7 100644 --- a/egress/kong-config.yaml +++ b/egress/kong-config.yaml @@ -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 diff --git a/ingress/kong-config.yaml b/ingress/kong-config.yaml index 3243e53..1bb5889 100644 --- a/ingress/kong-config.yaml +++ b/ingress/kong-config.yaml @@ -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: