mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Add basic auth to k8s dashboard
This commit is contained in:
parent
d8d9733ed9
commit
2315ed19df
4 changed files with 75 additions and 99 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
# set basic_auth_user as non-empty to enforce basic auth
|
||||
basic_auth_user: ""
|
||||
basic_auth_password: ""
|
||||
dashboard_basic_auth_user: ""
|
||||
dashboard_basic_auth_password: ""
|
||||
|
||||
# e.g. the fqdn would be k8s.yourdomain.tld if
|
||||
# dashboard_subdomain=k8s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue