Skip to content

Commit f2c5e5e

Browse files
committed
feat(auth): fill in missing proxy.config.json auth methods
1 parent e8d0878 commit f2c5e5e

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

proxy.config.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
{
2525
"type": "mongo",
26-
"connectionString": "mongodb://localhost:27017/gitproxy",
26+
"connectionString": "mongodb+srv://juanescalada:[email protected]/?retryWrites=true&w=majority&appName=TestCluster",
2727
"options": {
2828
"useNewUrlParser": true,
2929
"useUnifiedTopology": true,
@@ -49,6 +49,26 @@
4949
"baseDN": "",
5050
"searchBase": ""
5151
}
52+
},
53+
{
54+
"type": "openidconnect",
55+
"enabled": false,
56+
"oidcConfig": {
57+
"issuer": "",
58+
"clientID": "",
59+
"clientSecret": "",
60+
"callbackURL": "",
61+
"scope": ""
62+
}
63+
},
64+
{
65+
"type": "jwt",
66+
"enabled": false,
67+
"jwtConfig": {
68+
"clientID": "",
69+
"authorityURL": "",
70+
"expectedAudience": ""
71+
}
5272
}
5373
],
5474
"api": {

0 commit comments

Comments
 (0)