Skip to content

Commit

Permalink
Donor data api (#307)
Browse files Browse the repository at this point in the history
* apollo setup. mirror argo-clinical (#303)

* apollo setup. mirror argo-clinical

* skip TS lib check on node modules

* fix path

* fix typo

---------

Co-authored-by: Ciaran Schutte <[email protected]>

* Gql schemas (#304)

* apollo setup. mirror argo-clinical

* fix path

* add program donor summary

* add missing utils and configs. in line with recent argo-clinical commits

* add program donor published analysis by date

* adds missing configs and utils

* fix schema merging and types

---------

Co-authored-by: Ciaran Schutte <[email protected]>

* auth function code refactor and reusable (#305)

* rearrange some auth funcs

* clean up imports

* use ego package utils

* add rdpc code from env var

* remove rdpc_code property from base query args

---------

Co-authored-by: Ciaran Schutte <[email protected]>

* fix imports

* public key and prettier

* use ego token utils

* pr feedback

---------

Co-authored-by: Ciaran Schutte <[email protected]>
  • Loading branch information
2 people authored and justincorrigible committed Jan 7, 2025
1 parent 2ce6b32 commit 45ba402
Show file tree
Hide file tree
Showing 20 changed files with 18,563 additions and 4,739 deletions.
19 changes: 18 additions & 1 deletion .schema.env
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ ROLLCALL_INDEX_SHARDPREFIX="program"
########### Elasticsearch ###########
ES_HOST="http://localhost:9200"
ES_CLIENT_TRUST_SSL_CERT=false
ELASTICSEARCH_PROGRAM_DONOR_DASHBOARD_INDEX=donor_centric
ENABLE_ELASTICSEARCH_LOGGING=false


########### VAULT ###########
USE_VAULT=false
Expand All @@ -47,6 +50,20 @@ VAULT_SECRET_PATH_EGO_APP=kv/ego
EGO_URL=
EGO_APP_CLIENT_ID=
EGO_APP_CLIENT_SECRET=
EGO_PUBLIC_KEY=-----BEGIN PUBLIC KEY-----\r\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0lOqMuPLCVusc6szklNXQL1FHhSkEgR7An+8BllBqTsRHM4bRYosseGFCbYPn8r8FsWuMDtxp0CwTyMQR2PCbJ740DdpbE1KC6jAfZxqcBete7gP0tooJtbvnA6X4vNpG4ukhtUoN9DzNOO0eqMU0Rgyy5HjERdYEWkwTNB30i9I+nHFOSj4MGLBSxNlnuo3keeomCRgtimCx+L/K3HNo0QHTG1J7RzLVAchfQT0lu3pUJ8kB+UM6/6NG+fVyysJyRZ9gadsr4gvHHckw8oUBp2tHvqBEkEdY+rt1Mf5jppt7JUV7HAPLB/qR5jhALY2FX/8MN+lPLmb/nLQQichVQIDAQAB\r\n-----END PUBLIC KEY-----



PORT=7000

######
# GQL
######
GRAPHQL_PORT=


######
# RDPC
######
RDPC_CODE=TORONTO

PORT=7000
Loading

0 comments on commit 45ba402

Please sign in to comment.