samply / blazectl

Control your FHIR® Server from the Command Line
Apache License 2.0
17 stars 5 forks source link

Allow basic auth #10

Closed juliangruendner closed 3 years ago

juliangruendner commented 3 years ago

the blazectl should allow for communication with a fhir server using basic auth. The blazectl should offer the optional possibility to pass a "user" and "password" argument, which is used in all communications with the respective fhir server and added to each request as a basic auth header.

Test The ibm FHIR server currently has basic auth implemented and can be used for testing purposes. For a working docker setup, see: https://github.com/juliangruendner/fhir-benchmarking/tree/master/ibm-fhir-server