improve documentation about user account and connecting to API (#5415)

* improve documentation about user acct and connecting to API

* fix lint
This commit is contained in:
rptaylor
2020-02-11 01:36:00 -08:00
committed by GitHub
parent 14b1cab5d2
commit 68c8c05775
2 changed files with 4 additions and 8 deletions

View File

@@ -183,7 +183,7 @@ in the form of dicts of key-value pairs of configuration parameters that will be
## User accounts
By default, a user with admin rights is created, named `kube`.
The variable `kube_basic_auth` is false by default, but if set to true, a user with admin rights is created, named `kube`.
The password can be viewed after deployment by looking at the file
`{{ credentials_dir }}/kube_user.creds` (`credentials_dir` is set to `{{ inventory_dir }}/credentials` by default). This contains a randomly generated
password. If you wish to set your own password, just precreate/modify this