Skip to content

Commit 9d40235

Browse files
author
GitHub Actions
committed
Added missing parameter in auth set up
1 parent d27b276 commit 9d40235

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 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,subs="+attributes,+quotes"]
38+
[source,yaml]
3939
----
4040
auth:
4141
environment: production
@@ -76,7 +76,8 @@ 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-
[source,yaml,subs="+attributes,+quotes"]
79+
80+
[source,yaml]
8081
----
8182
auth:
8283
environment: production

0 commit comments

Comments
 (0)