Merge branch 'feature/auto-login'
This commit is contained in:
commit
5c7a9f6e5f
48 changed files with 1863 additions and 816 deletions
|
|
@ -131,16 +131,20 @@ of 16 (strong) random bytes (128 random bits). It is valid for
|
|||
10 seconds only. This may be challenging on a slower computer
|
||||
or if users may not enable automatic open for connection files
|
||||
in the browser. The validity can therefore be adjusted in the
|
||||
configuration.
|
||||
configuration.[^oldPath]
|
||||
|
||||
```yaml
|
||||
"/Manager":
|
||||
"/Controller":
|
||||
"/DisplaySecretMonitor":
|
||||
# Validity of generated password in seconds
|
||||
passwordValidity: 10
|
||||
"/Reconciler":
|
||||
"/DisplaySecretReconciler":
|
||||
# Validity of generated password in seconds
|
||||
passwordValidity: 10
|
||||
```
|
||||
|
||||
[^oldPath]: Before version 4.0, the path for `passwordValidity` was
|
||||
`/Manager/Controller/DisplaySecretMonitor`.
|
||||
|
||||
Taking into account that the controller generates a display
|
||||
secret automatically by default, this approach to securing
|
||||
console access should be sufficient in all cases. (Any feedback
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue