Skip to content

Commit

Permalink
chore: remove IDP settings from the default DIAL config (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: Aliaksandr Stsiapanay <[email protected]>
  • Loading branch information
astsiapanay and astsiapanay authored Jan 3, 2024
1 parent f8274a3 commit 6f6ab74
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/resources/aidial.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@
"reload": 60000
},
"identityProviders": {
"idp1": {
"jwksUrl": "http://fakeJwksUrl:8080",
"rolePath": "roles1",
"issuerPattern": "issuer1"
},
"idp2": {
"jwksUrl": "http://fakeJwksUrl:8081",
"rolePath": "roles2",
"issuerPattern": "issuer1"
}
},
"storage": {
"provider" : "s3",
Expand Down

0 comments on commit 6f6ab74

Please sign in to comment.