Skip to content

Commit f481d4e

Browse files
author
GitHub Actions
committed
Added missing parameter in auth setup
1 parent 9d40235 commit f481d4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/authentication/proc-enabling-authentication-with-rhbk.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Save the value for the next step:
3535
+
3636
--
3737
.`{my-app-config-file}` fragment with mandatory fields to enable authentication with {rhbk}
38-
[source,yaml]
38+
[source,yaml,subs="+attributes,+quotes"]
3939
----
4040
auth:
4141
environment: production
@@ -76,7 +76,6 @@ To enable authentication without requiring to provision users in the {product-sh
7676
WARNING: Use this option to explore {product-short} features, but do not use it in production.
7777
+
7878
.`{my-app-config-file}` fragment with optional field to allow authenticating users absent from the software catalog
79-
8079
[source,yaml]
8180
----
8281
auth:

0 commit comments

Comments
 (0)