Fix OAuth endpoint prefix in k8s ingress configuration (#5837)

This commit is contained in:
Shrikant Sharat Kandula 2021-07-15 16:23:06 +05:30 committed by GitHub
parent f169c8c5a0
commit 0bd58971e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ if [[ "$ssl_enable" == "true" ]]; then
backend:
serviceName: appsmith-backend-service
servicePort: 8080
- path: /oauth
- path: /oauth2
pathType: Prefix
backend:
serviceName: appsmith-backend-service
@ -74,7 +74,7 @@ else
backend:
serviceName: appsmith-backend-service
servicePort: 8080
- path: /oauth
- path: /oauth2
pathType: Prefix
backend:
serviceName: appsmith-backend-service
@ -95,4 +95,4 @@ else
serviceName: appsmith-editor
servicePort: 80
EOF
fi
fi