Skip to content

Commit 0580b26

Browse files
Lewiscowles1986alexellis
authored andcommitted
fix basiic ;)
Signed-off-by: Lewis Cowles <[email protected]>
1 parent 6ffd43b commit 0580b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ These APIs exist at:
1212

1313
We recommend using basic authentication and a strong password to protect the `/system/` route, but it is not the only option. If you prefer you can use a reverse proxy project such as [Kong](https://getkong.org/docs/) to enable OAuth or a similar strategy.
1414

15-
The API Gateway as of version 0.8.2 provides built-in basic authentication. To use it set the environmental variable `basic_auth` to true. Then create two secrets named `basic-auth-user` and `basiic-auth-password`.
15+
The API Gateway as of version 0.8.2 provides built-in basic authentication. To use it set the environmental variable `basic_auth` to true. Then create two secrets named `basic-auth-user` and `basic-auth-password`.
1616

1717
Once basic authentication is enabled you will need to use `faas-cli login` before using the CLI.
1818

0 commit comments

Comments
 (0)