Skip to content
Snippets Groups Projects
Commit f5faa0cb authored by Gilles POTTIER's avatar Gilles POTTIER
Browse files

Update NODE_TLS_REJECT_UNAUTHORIZED configmap value to "0" for allowing...

Update NODE_TLS_REJECT_UNAUTHORIZED configmap value to "0" for allowing unauthorized TLS connections.
parent 30a97a06
No related branches found
No related tags found
No related merge requests found
Pipeline #107024 passed
......@@ -32,4 +32,4 @@ data:
CHORUS_API_REPORT_SUFFIX: "_RPTCHO"
CHORUS_API_AUTH_URL: "https://oauth.piste.gouv.fr/api/oauth/token"
CHORUS_API_URL: "https://api.piste.gouv.fr/esignature/v1/reports"
NODE_TLS_REJECT_UNAUTHORIZED: "1"
NODE_TLS_REJECT_UNAUTHORIZED: "0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment