Skip to content

Commit abd1300

Browse files
Kalyani Desaiopenshift-cherrypick-robot
authored andcommitted
SRVLOGIC-98-security: Another round of Walter review round 3
1 parent 999927f commit abd1300

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/serverless-logic-security-example-oauth-authentication.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ In this example, the `sayHelloOauth2` operation is protected by the `oauth-examp
6565
OAuth 2.0 token management is handled by a Quarkus `OidcClient`. To enable this integration, you must add the Quarkus OIDC Client Filter extension to your project as shown in the following examples:
6666

6767
.Example of adding extension using Maven
68-
[source,xml,subs="attributes+"]
68+
[source,text,subs="attributes+"]
6969
----
7070
<dependency>
7171
<groupId>io.quarkus</groupId>
@@ -83,9 +83,9 @@ OAuth 2.0 token management is handled by a Quarkus `OidcClient`. To enable this
8383
.Example of adding extension using `gitops` profile
8484

8585
Ensure that you configure the QUARKUS_EXTENSIONS build argument with the following value when building the workflow image:
86-
[source,terminal,subs="attributes+]
86+
[source,text,subs="attributes+"]
8787
----
88-
--build-arg=QUARKUS_EXTENSIONS=io.quarkus:quarkus-oidc-client-filter:{ServerlessLogicQuarkusVersion},io.quarkiverse.openapi.generator:quarkus-openapi-generator-oidc:{ServerlessLogicOauthDependencyVersion}
88+
$ --build-arg=QUARKUS_EXTENSIONS=io.quarkus:quarkus-oidc-client-filter:{ServerlessLogicQuarkusVersion},io.quarkiverse.openapi.generator:quarkus-openapi-generator-oidc:{ServerlessLogicOauthDependencyVersion}
8989
----
9090

9191
[id="serverless-logic-security-oidc-configuration_{context}"]

0 commit comments

Comments
 (0)