Skip to content

Commit 5bc87f0

Browse files
authored
Merge pull request #44442 from rh-max/srvls-fix-ossm-attribute-usage
SRVKS-912: Fix OSSM attribute usage in Serverless docs
2 parents d5b3b08 + 55fd16d commit 5bc87f0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

serverless/admin_guide/serverless-ossm-setup.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
:_content-type: ASSEMBLY
22
include::_attributes/common-attributes.adoc[]
33
[id="serverless-ossm-setup"]
4-
= Integrating {ProductShortName} with {ServerlessProductName}
4+
= Integrating {SMProductShortName} with {ServerlessProductName}
55
:context: serverless-ossm-setup
66

77
toc::[]
88

9-
Using {ProductShortName} with {ServerlessProductName} enables developers to configure additional networking and routing options.
9+
Using {SMProductShortName} with {ServerlessProductName} enables developers to configure additional networking and routing options.
1010

11-
The {ServerlessOperatorName} provides Kourier as the default ingress for Knative. However, you can use {ProductShortName} with {ServerlessProductName} whether Kourier is enabled or not. Integrating with Kourier disabled allows you to configure additional networking and routing options that the Kourier ingress does not support.
11+
The {ServerlessOperatorName} provides Kourier as the default ingress for Knative. However, you can use {SMProductShortName} with {ServerlessProductName} whether Kourier is enabled or not. Integrating with Kourier disabled allows you to configure additional networking and routing options that the Kourier ingress does not support.
1212

1313
[IMPORTANT]
1414
====
@@ -17,9 +17,9 @@ The {ServerlessOperatorName} provides Kourier as the default ingress for Knative
1717

1818
// without kourier
1919
[id="serverless-ossm-setup-native"]
20-
== Integrating {ProductShortName} with {ServerlessProductName} natively
20+
== Integrating {SMProductShortName} with {ServerlessProductName} natively
2121

22-
Integrating {ProductShortName} with {ServerlessProductName} natively, without Kourier, allows you to use additional networking and routing options that are not supported by the default Kourier ingress, such as mTLS functionality.
22+
Integrating {SMProductShortName} with {ServerlessProductName} natively, without Kourier, allows you to use additional networking and routing options that are not supported by the default Kourier ingress, such as mTLS functionality.
2323

2424
The examples in the following procedures use the domain `example.com`. The example certificate for this domain is used as a certificate authority (CA) that signs the subdomain certificate.
2525

serverless/security/serverless-ossm-with-kourier-jwt.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
After the {ProductShortName} integration with {ServerlessProductName} and Kourier has been configured on your cluster, you can enable JSON Web Token (JWT) authentication for your Knative services.
9+
After the {SMProductShortName} integration with {ServerlessProductName} and Kourier has been configured on your cluster, you can enable JSON Web Token (JWT) authentication for your Knative services.
1010

1111
include::modules/serverless-ossm-enable-sidecar-injection-with-kourier.adoc[leveloffset=+1]
1212
include::modules/serverless-ossm-v2x-jwt.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)