Skip to content

Commit

Permalink
OZ-689 - Added note to the readme file that proxy should only be used…
Browse files Browse the repository at this point in the history
… when the client is authenticated
  • Loading branch information
wluyima committed Nov 4, 2024
1 parent 9c9d1d3 commit 5136867
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ password=test-password

`password`: The password to authenticate to the external FHIR API
#### Global Properties
`fhirproxy.charge.item.definition.privileges`: Comma separated list of privileges required to manage charge item definition FHIR resource, when the
external API is enabled
`fhirproxy.charge.item.definition.privileges`: Comma separated list of privileges required to manage charge item
definition FHIR resource, when the external API is enabled

`fhirproxy.inventory.item.privileges`: Comma separated list of privileges required to manage item inventory FHIR resource when the
external API is enabled
`fhirproxy.inventory.item.privileges`: Comma separated list of privileges required to manage item inventory FHIR
resource when the external API is enabled
#### NOTE
It is assumed that the external API exposed by proxy can only be consumed by a client already authenticated. If one
would want to query those resources using basic auth, it is advised to query directly the Odoo FHIR API service, not
through the FHIR proxy module.

0 comments on commit 5136867

Please sign in to comment.