Skip to content

Commit

Permalink
Clarrifying docs on server_auth_method
Browse files Browse the repository at this point in the history
  • Loading branch information
Brint O'Hearn authored and schisamo committed Sep 9, 2013
1 parent 779f230 commit 84ae26f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Attributes
* `node['jenkins']['http_proxy']['client_max_body_size']` - max client upload
size ("1024m" by default, nginx only).
* `node['jenkins']['http_proxy']['server_auth_method']` - Authentication with
the server can be done with cas (using `apache2::mod_auth_cas`), or htauth
(basic). The default is no authentication.
the server can be done with cas (using `apache2::mod_auth_cas`), or basic
(using `htpasswd`). The default is no authentication.
* `node['jenkins']['http_proxy']['basic_auth_username']` - Username to use for
HTTP Basic Authenitcation.
* `node['jenkins']['http_proxy']['basic_auth_password']` - Password to use with
Expand Down

0 comments on commit 84ae26f

Please sign in to comment.