Merge pull request #12743 from wasim-nihal/documentation-alignment

Correcting indentation of basic_auth configuration for uyuni_sd_config
pull/12660/head^2
Julien Pivotto 1 year ago committed by GitHub
commit c5e1498ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2993,8 +2993,8 @@ password: <secret>
# Optional HTTP basic authentication information, currently not supported by Uyuni. # Optional HTTP basic authentication information, currently not supported by Uyuni.
basic_auth: basic_auth:
[ username: <string> ] [ username: <string> ]
[ password: <secret> ] [ password: <secret> ]
[ password_file: <string> ] [ password_file: <string> ]
# Optional `Authorization` header configuration, currently not supported by Uyuni. # Optional `Authorization` header configuration, currently not supported by Uyuni.
authorization: authorization:

Loading…
Cancel
Save