Skip to content

Commit

Permalink
Merge pull request #404 from jschoone/fix/typo-inspector-htpasswd
Browse files Browse the repository at this point in the history
Typo in authentication config section
  • Loading branch information
metal3-io-bot committed Mar 25, 2024
2 parents 8ea1865 + 58689cc commit 9986b60
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 9986b60

Please sign in to comment.