Skip to content

Commit 7c57ac3

Browse files
subhtkShubha Narayanan
authored andcommitted
SME review comments addressed
1 parent 467a51a commit 7c57ac3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/nw-ingress-route-secret-load-external-cert.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ This feature applies to both edge routes and re-encrypt routes.
2323
* You must have a secret containing a valid certificate/key pair in PEM-encoded format of type `kubernetes.io/tls`, which includes both `tls.key` and `tls.crt` keys.
2424
* You must place the referenced secret in the same namespace as the route you want to secure.
2525
26+
[NOTE]
27+
====
28+
To configure the `spec.tls.externalCertificate` field on a route:
29+
30+
* You must have the `create` permission on the `routes/custom-host` sub-resource to set this field during route creation.
31+
* You must have either the `create` or `update` permission on the `routes/custom-host` sub-resource to modify this field on an existing route.
32+
====
33+
2634
.Procedure
2735

2836
. Create a `role` in the same namespace as the secret to allow the router service account read access by running the following command:

0 commit comments

Comments
 (0)