Skip to content

Commit

Permalink
Merge pull request #84 from RS-PYTHON/fix-rspy575/mas-palomas-authori…
Browse files Browse the repository at this point in the history
…zation

feat:  set the authorization for token retrieval by eodag
  • Loading branch information
jgaucher-cs authored Dec 19, 2024
2 parents 822e52d + 8dfab39 commit df9468a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/rs-server-adgs/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@ data:
credentials:
username: PLACEHOLDER
password: PLACEHOLDER
auth_for_token: PLACEHOLDER
headers:
Content-Type: application/x-www-form-urlencoded
retrieve_headers:
Content-Type: application/x-www-form-urlencoded
Authorization: '{auth_for_token}'
products:
CAMS_GRF_AUX:
productType: cams-ads-grf-aux
Expand Down
8 changes: 8 additions & 0 deletions charts/rs-server-cadip/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@ data:
credentials:
username: PLACEHOLDER
password: PLACEHOLDER
auth_for_token: PLACEHOLDER
headers:
Content-Type: application/x-www-form-urlencoded
retrieve_headers:
Content-Type: application/x-www-form-urlencoded
Authorization: '{auth_for_token}'
products:
S1_SAR_RAW:
productType: RAW
Expand Down Expand Up @@ -146,8 +150,12 @@ data:
credentials:
username: PLACEHOLDER
password: PLACEHOLDER
auth_for_token: PLACEHOLDER
headers:
Content-Type: application/x-www-form-urlencoded
retrieve_headers:
Content-Type: application/x-www-form-urlencoded
Authorization: '{auth_for_token}'
products:
S1_SAR_RAW:
productType: RAW
Expand Down

0 comments on commit df9468a

Please sign in to comment.