Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feat/rspy560-impro…
Browse files Browse the repository at this point in the history
…ved-datetime
  • Loading branch information
jgaucher-cs committed Dec 11, 2024
2 parents 5092150 + 0daa119 commit 03038e0
Show file tree
Hide file tree
Showing 10 changed files with 1,031 additions and 51 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
Loading

0 comments on commit 03038e0

Please sign in to comment.