auth plugins

This commit is contained in:
Devaev Maxim
2019-04-09 07:13:13 +03:00
parent 0460c2e83b
commit a6028c46a4
16 changed files with 506 additions and 76 deletions

View File

@@ -59,7 +59,7 @@ def _run_htpasswd(htpasswd: passlib.apache.HtpasswdFile, cmd: List[str]) -> None
"kvmd-htpasswd",
*cmd,
"--set-options",
"kvmd/auth/htpasswd/file=" + htpasswd.path,
"kvmd/auth/internal/file=" + htpasswd.path,
])