Skip to content

Commit

Permalink
GITBOOK-3213: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
Health Samurai authored and gitbook-bot committed Mar 19, 2024
1 parent 99447e2 commit 79d22cd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Label-based Access Control engine provides a mechanism to restrict access to bun

Two security label code systems are currently supported:

1. http://terminology.hl7.org/CodeSystem/v3-Confidentiality
2. http://terminology.hl7.org/CodeSystem/v3-ActCode
1. [http://terminology.hl7.org/CodeSystem/v3-Confidentiality](http://terminology.hl7.org/CodeSystem/v3-Confidentiality)
2. [http://terminology.hl7.org/CodeSystem/v3-ActCode](http://terminology.hl7.org/CodeSystem/v3-ActCode)

## Security Labels in the request context

Expand Down Expand Up @@ -62,7 +62,7 @@ Security Labels access control is done in two steps:
### Resource-level access control
If the security labels of the request context intersect with the security labels of the resource, the requester can access the resource. Otherwise, no access.
If the security labels of the request context intersect with the security labels of the resource, the requester can access the resource. Otherwise, there is no access. Consider marking non-sensitive data with the security label U (unrestricted). 
{% hint style="warning" %}
If a resource has no security labels, no one can access the resource.
Expand Down

0 comments on commit 79d22cd

Please sign in to comment.