|
| 1 | +{ |
| 2 | + "comment": [ |
| 3 | + "DEBT: The config parser expects all keys to be defined. It does not use", |
| 4 | + "the fallback to using the default values on `None`. This comment section", |
| 5 | + "is also a hack.", |
| 6 | + "See also:", |
| 7 | + "* src/settings.rs;", |
| 8 | + "* the `config` dependency." |
| 9 | + ], |
| 10 | + "auth": { |
| 11 | + "issuer": "https://dev.mozilla-dev.auth0.com/", |
| 12 | + "validation": { |
| 13 | + "audience": "hook.dev.sso.allizom.org" |
| 14 | + } |
| 15 | + }, |
| 16 | + "cis": { |
| 17 | + "client_config": { |
| 18 | + "client_id": "", |
| 19 | + "client_secret": "", |
| 20 | + "audience": "", |
| 21 | + "token_endpoint": "https://idp", |
| 22 | + "scopes": "" |
| 23 | + }, |
| 24 | + "sign_keys": { |
| 25 | + "source": "none" |
| 26 | + }, |
| 27 | + "verify_keys": { |
| 28 | + "source": "none" |
| 29 | + }, |
| 30 | + "person_api_user_endpoint": "https://person-api.cis", |
| 31 | + "person_api_users_endpoint": "https://person-api.cis", |
| 32 | + "change_api_user_endpoint": "https://change-api.cis", |
| 33 | + "change_api_users_endpoint": "https://change-api.cis" |
| 34 | + }, |
| 35 | + "dino_park": { |
| 36 | + "groups_bulk_endpoint": "http://packs/internal/update/bulk", |
| 37 | + "groups_delete_endpoint": "http://packs/internal/delete", |
| 38 | + "groups_update_endpoint": "http://packs/internal/update/user", |
| 39 | + "orgchart_bulk_endpoint": "http://tree/orgchart/bulk", |
| 40 | + "orgchart_delete_endpoint": "http://tree/orgchart/delete", |
| 41 | + "orgchart_update_endpoint": "http://tree/orgchart/update", |
| 42 | + "picture_delete_endpoint": "http://fossil/internal/delete", |
| 43 | + "search_bulk_endpoint": "http://search/search/bulk", |
| 44 | + "search_delete_endpoint": "http://search/search/delete", |
| 45 | + "search_update_endpoint": "http://search/search/update", |
| 46 | + "uuid_by_user_id_endpoint": "http://search/search/uuid" |
| 47 | + } |
| 48 | +} |
0 commit comments