Skip to content

Commit 1dbc408

Browse files
authored
Update cnf-best-practices-expectations-permissions.adoc
1 parent e2573fe commit 1dbc408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/cnf-best-practices-expectations-permissions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Application design should conform to cloud-native design principles to the maxim
4242

4343
* CNFs shall be built to be cloud-native
4444

45-
* Containers MUST NOT run as root (uid=0). Applications that require elevated privileges will require an exception with HQ Planning
45+
* Containers MUST NOT run as root (uid=0). See test case link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#access-control-security-context-non-root-user-check[access-control-security-context-non-root-user-check]
4646

47-
* Containers MUST run with the minimal set of permissions required. Avoid Privileged Pods.
47+
* Containers MUST run with the minimal set of permissions required. Avoid Privileged Pods. See test case link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#access-control-security-context-privilege-escalation[access-control-security-context-privilege-escalation]
4848

4949
* Use the main CNI for all traffic - MULTUS/SRIOV/MacVLAN are for corner cases only (extreme throughput requirements, protocols that are unable to be load balanced)
5050

0 commit comments

Comments
 (0)