Skip to content

Commit

Permalink
fix(quick-start): typo in authentication config section
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Schoone <schoone@osb-alliance.com>
  • Loading branch information
jschoone committed Mar 22, 2024
1 parent 8ea1865 commit 58689cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ IRONIC_HTPASSWD="<output of `htpasswd -n -b -B IRONIC_USERNAME IRONIC_PASSWORD`>
Similarly for `ironic-inspector-htpasswd`:

```bash
IRONIC_HTPASSWD="<output of `htpasswd -n -b -B INSPECTOR_USERNAME INSPECTOR_PASSWORD`>"
INSPECTOR_HTPASSWD="<output of `htpasswd -n -b -B INSPECTOR_USERNAME INSPECTOR_PASSWORD`>"
```

#### Ironic environment variables
Expand Down

0 comments on commit 58689cc

Please sign in to comment.