hapi-fhir icon indicating copy to clipboard operation
hapi-fhir copied to clipboard

Bulk Import Credentials are not propagated to batch job

Open tadgh opened this issue 1 year ago • 0 comments

  1. Execute a bulk import against a server that uses http basic auth, e.g.
{
      "name": "credentialHttpBasic",
      "valueString": "admin:password"
},
  1. the job will 403 against a servlet setup with that basic auth.

tadgh avatar Feb 01 '24 20:02 tadgh