We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e29dd1 commit f74d72dCopy full SHA for f74d72d
2 files changed
auth-service/src/presentation/server.ts
@@ -13,6 +13,8 @@ import { errorHandler } from "../_lib/common/error";
13
// import cors from "cors";
14
const app:Application = express();
15
16
+app.set('trust proxy', true);
17
+
18
app.use(express.json())
19
app.use(express.urlencoded({extended:true}))
20
app.use(cookieParser());
manifest/deployments/auth.yaml
@@ -24,7 +24,7 @@ spec:
24
apiVersion: v1
25
kind: Service
26
metadata:
27
- name: vlearning-auth-service3
+ name: vlearning-auth-service
28
spec:
29
selector:
30
app: vlearning-auth-service
0 commit comments