Lee Surprenant

Results 188 comments of Lee Surprenant

notes: * currently these two webapps share a single fhir-server-config (and extension-search-parameters). how best to tease out the bulkdata configuration? * bulk import performs validation and also search parameter extraction...

Can we remove the dependency from fhir-server to the IBM COS sdk as part of this split? Currently we have this in fhir-server/pom.xml: ``` com.ibm.cos ibm-cos-java-sdk ``` Might we also...

thinking about this a little more, at least in the context of `fhir-smart`, I think we should be able to make this work with a securityContext that references ANY resource...

NOTE: its not just about read access. We also shouldn't allow a user to create a Binary resource that has a securityContext which references another resource that they do not...

@leochr is there any update on this? your comment on the PR says: > Once the images are in icr.io, the Liberty images will need to switch to those. But...

If test1 and test2 are both in the AbstractTest class it fails in the same way. If test1 and test2 are both in the ConcreteTest it works.

The log-watching approach is the same one we took in https://github.com/ibmjstart/bluemix-letsencrypt ...just keep in mind that CF Loggregator can be lossy and so make sure to have timeout in case...