Skip to content

Commit

Permalink
Merge pull request #78 from RS-PYTHON/fix-rspy556/low-performance-of-…
Browse files Browse the repository at this point in the history
…auxip-cadip-searches

feat: let eodag get the auth token
  • Loading branch information
jgaucher-cs authored Dec 5, 2024
2 parents 6a6e098 + 391c738 commit c989bd7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/rs-server-adgs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RS SERVER ADGS
| app.station.adgs2.endpoint.url | string | `"http://mockup-station-adgs2-svc.processing.svc.cluster.local:8080/Products"` | ADGS2 URL |
| app.stationConfigFile | string | `"stations_cfg.json"` | Station configuration file for the application |
| app.uacURL | string | `"http://apikeymanager.processing.svc.cluster.local:8000/auth/check_key"` | URL of the API Key Manager service |
| app.useTokenModule | bool | `true` | The way the token for the external stations is loaded: own module or let eodag to do it (set it to false) |
| app.useTokenModule | bool | `false` | The way the token for the external stations is loaded: own module or let eodag to do it (set it to false) |
| app.workDir | string | `"/app"` | Working directory for the application |
| auth.secret.cookie_secret | string | `""` | Random string used to encode cookie-based HTTP sessions in SessionMiddleware |
| auth.secret.oidc_client_id | string | `""` | OIDC CLient ID |
Expand Down
2 changes: 1 addition & 1 deletion charts/rs-server-adgs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ app:
eodagConfigFile: adgs_ws_config.yaml
eodagConfigFileTokenModule: adgs_ws_config_token_module.yaml
# -- The way the token for the external stations is loaded: own module or let eodag to do it (set it to false)
useTokenModule: true
useTokenModule: false
station:
adgs:
endpoint:
Expand Down
2 changes: 1 addition & 1 deletion charts/rs-server-cadip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RS SERVER CADIP
| app.station.cadip | object | `{"endpoint":{"url":{"odata":"http://mockup-station-cadip-cadip-svc.processing.svc.cluster.local:8080","token":"http://mockup-station-cadip-cadip-svc.processing.svc.cluster.local:8080/oauth2/token"}}}` | CADIP station name |
| app.station.cadip.endpoint.url | object | `{"odata":"http://mockup-station-cadip-cadip-svc.processing.svc.cluster.local:8080","token":"http://mockup-station-cadip-cadip-svc.processing.svc.cluster.local:8080/oauth2/token"}` | CADIP station URL |
| app.uacURL | string | `"http://apikeymanager.processing.svc.cluster.local:8000/auth/check_key"` | URL of the API Key Manager service |
| app.useTokenModule | bool | `true` | allow EODAG to handle it (set it to false for EODAG). |
| app.useTokenModule | bool | `false` | allow EODAG to handle it (set it to false for EODAG). |
| app.workDir | string | `"/app"` | Working directory for the application |
| auth.secret.cookie_secret | string | `""` | Random string used to encode cookie-based HTTP sessions in SessionMiddleware |
| auth.secret.oidc_client_id | string | `""` | OIDC CLient ID |
Expand Down
2 changes: 1 addition & 1 deletion charts/rs-server-cadip/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ app:
eodagConfigFileTokenModule: cadip_ws_config_token_module.yaml
# -- The method for loading the token for external stations: use the custom module or
# -- allow EODAG to handle it (set it to false for EODAG).
useTokenModule: true
useTokenModule: false
station:
# -- CADIP station name
cadip:
Expand Down

0 comments on commit c989bd7

Please sign in to comment.