Skip to content

Commit

Permalink
Upgrade Engine FHIR SDK Library : Sync upload bug Hotfix (#3165)
Browse files Browse the repository at this point in the history
* Documentation clean up

* Upgrade FHIR SDK Engine
- Hotfix - sync upload bug - google/android-fhir#2497
  • Loading branch information
ndegwamartin authored Mar 23, 2024
1 parent 22fd831 commit b32f18b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dokkaBase = "1.8.20"
easy-rules-jexl = "4.1.0"
espresso-core = "3.5.1"
fhir-common-utils = "1.0.0-SNAPSHOT"
fhir-engine = "1.0.0-preview4-SNAPSHOT"
fhir-engine = "1.0.0-preview5-SNAPSHOT"
foundation = "1.6.3"
fragment-ktx = "1.6.2"
glide = "4.16.0"
Expand Down
9 changes: 6 additions & 3 deletions docs/engineering/backend/production.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ _Separate_ OAuth clients should be configured for the ETL Pipes/Analytics and th


#### Android client
Enable **Direct Access Grant only** - This client should be configured as a `Public` client. To fetch a token you will not need the client secret. This will use the `Resource Credentials/Password` Grant type.
Enable **Direct Access Grant only** - This client should be configured as a `Public` client. To fetch a token you will not need the client secret.
This will use the `Resource Credentials/Password` Grant type.

:::danger

Expand All @@ -18,7 +19,9 @@ Do not store any sensitive data like _password credentials_ or _secrets_ in your
::::

#### FHIR Web client
Enable **Client Authentication** and enable **Standard flow**. _Implicit flow should only be used for local dev testing - it can be configured for stage and maybe preview but NOT production._. This will use the
Enable **Client Authentication** and enable **Standard flow**. _Implicit flow should only be used for local dev testing - it can be configured for stage and maybe preview but NOT production._.
This will use the `Authorization Code` Grant type

#### Data pipelines/Analytics client
Enable **Client Authentication** and enable **Service Account Roles**. This will use the `Client Credentials` grant type.
Enable **Client Authentication** and enable **Service Account Roles**.
This will use the `Client Credentials` Grant type.
2 changes: 1 addition & 1 deletion docs/engineering/backend/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The backend requires these pieces of software, with an optional fourth:

:::info

For deployment to production, see some of your recommendations on the set up. [Production configuration](https://docs.opensrp.io/engineering/production).
For deployment to production, see our [Production configuration](https://docs.opensrp.io/engineering/backend/production) recommendations.

:::

Expand Down

0 comments on commit b32f18b

Please sign in to comment.