Skip to content

Commit 4fd282b

Browse files
Fix incorrect securitylabel
1 parent 71abd78 commit 4fd282b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

charts/ontoserver-indexer/examples/snomed-au.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,12 @@ syndication:
3030
tokenEndpoint: https://your-auth-server/oauth/token
3131
feed: ncts-syndication
3232
entryTitle: "SNOMED CT AU November 2023 release"
33-
securityLabels:
34-
- http://snomed.info/sct/32506021000036107
33+
# securityLabels:
34+
# - restricted.read # restrict read access to users with grouping/restricted.read scope
35+
# - restricted.write # restrict write access to users with grouping/restricted.write scope
36+
# Labels use codes from http://ontoserver.csiro.au/CodeSystem/ontoserver-permissions
37+
# Requires ontoserver.security.enabled=fine
38+
# See: https://ontoserver.csiro.au/docs/6.24.1/security-model.html
3539

3640
# Provide credentials via an existing Secret with keys: clientId, clientSecret
3741
# Create it with:

0 commit comments

Comments
 (0)