Skip to content

Commit cb3d110

Browse files
committed
fix(auth): remove jwt data from config and disable by default
1 parent edf4f7d commit cb3d110

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

proxy.config.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,15 @@
115115
"apiAuthentication": [
116116
{
117117
"type": "jwt",
118-
"enabled": true,
118+
"enabled": false,
119119
"jwtConfig": {
120-
"clientID": "1009968223893-u92qq6itk7ej5008o4174gjubs5lhorg.apps.googleusercontent.com",
121-
"authorityURL": "https://accounts.google.com"
120+
"clientID": "",
121+
"authorityURL": "",
122+
"roleMapping": {
123+
"admin": {
124+
"": ""
125+
}
126+
}
122127
}
123128
}
124129
]

0 commit comments

Comments
 (0)