kids-first / kf-ui-fhir-data-dashboard

💡📊 Prototype FHIR data dashboard - what's in my FHIR server?
Apache License 2.0
7 stars 2 forks source link

Assume basic auth for our dev FHIR servers #52

Closed znatty22 closed 4 years ago

znatty22 commented 4 years ago

I think this would be temporary until we figure out something for #24 , but could we make it so that the dashboard app uses basic auth (via user login) for server IPs that are in our dev IP range? Could even make it easier and just check if REACT_APP_FHIR_API IP starts with 10.10.1.

I'm deploying another FHIR server with our KF model and I'd like to be able to switch between the Phenopackets server and the KF FHIR server easily.

abgeorge7 commented 4 years ago

@znatty22 Do you want to close this in favor of #24 ?