Ajit Londhe

Results 48 comments of Ajit Londhe

Which ports do you think we shouldn't have open to the external environment?

Understood. I think we can shift to expose for all services but these: 1. traefik - needed 2. atlasdb - it is helpful to have remote access for DBA activities....

I just pushed some changes to develop to really scale back the number of external ports: 1. traefik 2. atlasdb 3. openldap Let's examine the last 2, but thanks @sudoshi...

Can you share your env file (with passwords redacted)?

_"Secrets are encrypted during transit and at rest in a Docker swarm. A given secret is only accessible to those services which have been granted explicit access to it, and...

Added to develop branch

Solr is tricky because we need to still be able to import data via JDBC to build the vocab core. Until we have a method for this, we'd need to...

Permission error @ | Router.js:82 -- | --

Appears to be this item in our templated config-local.js: https://github.com/OHDSI/Broadsea/blob/main/atlas/config-local-template.js#L4-L5

We could either do a Postgres-based approach (e.g. with insert SQLs) or we could leverage the running WebAPI and just issue a bunch of POSTs. The former seems easier to...