Skip to content

Commit

Permalink
Merge pull request #244 from Rakshitha650/develop
Browse files Browse the repository at this point in the history
[DSD-6753]removed mimoto and esignet dependencies
  • Loading branch information
ckm007 authored Nov 29, 2024
2 parents d4772cc + e110e5b commit 8ed087a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions helm/inji-verify-ui/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ data:
gzip_proxied expired no-cache no-store private auth;
gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript;
location /v1/mimoto {
proxy_pass http://{{ .Values.inji_verify.host }}/v1/mimoto;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $server_name;
}
location /v1/verify {
proxy_pass http://{{ .Values.inji_verify_service.host }}/v1/verify;
proxy_redirect off;
Expand All @@ -51,9 +42,6 @@ data:
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $server_name;
}
location /authorize {
return 301 https://{{ .Values.esignet_redirect_url }}$request_uri;
}
location / {
try_files $uri $uri/ /index.html;
Expand Down
3 changes: 0 additions & 3 deletions helm/inji-verify-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,15 +413,12 @@ metrics:
# severity: error
rules: []

## The url below is to access esignet API services.
## CAUTION: Domain name to access injiverify UI must be secure/internal/over vpn.
## Slash is important!
inji_verify:
port: '8000'
host: 'mimoto.mimoto'
inji_verify_service:
host: 'inji-verify-service.injiverify'
esignet_redirect_url: 'esignet.sandbox.xyz.net'
istio:
enabled: true
ingressController:
Expand Down

0 comments on commit 8ed087a

Please sign in to comment.