Skip to content

Commit 16f4838

Browse files
committed
OCPBUGS#31264: Warning to not use htpasswd in production
1 parent 3b370a7 commit 16f4838

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/identity-provider-htpasswd-about.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@
66
= About htpasswd authentication
77

88
Using htpasswd authentication in {product-title} allows you to identify users based on an htpasswd file. An htpasswd file is a flat file that contains the user name and hashed password for each user. You can use the `htpasswd` utility to create this file.
9+
10+
[WARNING]
11+
====
12+
Do not use htpasswd authentication in {product-title} for production environments. Use htpasswd authentication only for development environments.
13+
====

0 commit comments

Comments
 (0)