forked from TrueCloudLab/distribution
Merge pull request #3630 from raxod502/patch-1
Explain important caveat in htpasswd tutorial
This commit is contained in:
commit
3e4f8a0ab1
1 changed files with 6 additions and 0 deletions
|
@ -400,6 +400,12 @@ secrets.
|
||||||
> authentication to work.
|
> authentication to work.
|
||||||
{:.warning}
|
{:.warning}
|
||||||
|
|
||||||
|
> **Warning**
|
||||||
|
> The official registry image **only** supports htpasswd credentials in
|
||||||
|
> bcrypt format, so if you omit the `-B` option when generating the credential
|
||||||
|
> using htpasswd, all authentication attempts will fail.
|
||||||
|
{:.warning}
|
||||||
|
|
||||||
1. Create a password file with one entry for the user `testuser`, with password
|
1. Create a password file with one entry for the user `testuser`, with password
|
||||||
`testpassword`:
|
`testpassword`:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue