Skip to content

Commit

Permalink
ssl not working on airflow workers
Browse files Browse the repository at this point in the history
  • Loading branch information
agrouaze committed Jan 30, 2025
1 parent 625056f commit 98110e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/opensearch_S1C_PRIVATE_IOC.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ passwd_cdse_expert=$4
email_account_cdse=$5
echo 'email_account_cdse '$email_account_cdse
echo 'passwd_cdse_expert '$passwd_cdse_expert
ACCESS_TOKEN=$(curl -d 'client_id=cdse-public' \
ACCESS_TOKEN=$(curl --insecure \
-d 'client_id=cdse-public' \
-d 'username='${email_account_cdse} \
-d 'password='${passwd_cdse_expert} \
-d 'grant_type=password' \
Expand Down

0 comments on commit 98110e4

Please sign in to comment.