Skip to content

Commit

Permalink
Merge pull request #166 from FirelyTeam/clarify-OperationsToBeSecured
Browse files Browse the repository at this point in the history
Clarify OperationsToBeSecured
  • Loading branch information
alexzautke committed Mar 17, 2021
2 parents 6d17f0c + 3e1bd4a commit da8d929
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions firelyserver/configuration/administration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,11 @@ Limited access
* ``reindex`` (see :ref:`feature_customsp_reindex`)
* ``reset`` (see :ref:`feature_resetdb`)
* ``preload`` (see :ref:`feature_preload`)
* Read / write on the Conformance resources of type:

* ``StructureDefinition``
* ``SearchParameter``
* ``ValueSet``
* ``CodeSystem``
* ``CompartmentDefinition``

* ``Subscription``: all the read and write on /Subscription (see :ref:`feature_subscription`)
* ``StructureDefinition`` (restrict both read and write)
* ``SearchParameter`` (restrict both read and write)
* ``ValueSet`` (restrict both read and write)
* ``CodeSystem`` (restrict both read and write)
* ``CompartmentDefinition`` (restrict both read and write)
* ``Subscription``: (restrict both read and write, see :ref:`feature_subscription`)

* The ``AllowedNetworks`` have to be valid IP addresses, either IPv4 or IPv6, and masks are allowed.

0 comments on commit da8d929

Please sign in to comment.