add authelia in dev mode but then disabled because didnt get it to solve my problem [ci skip]
This commit is contained in:
parent
409554a608
commit
e853bf9dc1
5 changed files with 169 additions and 39 deletions
10
modules/kubernetes/authelia/users_database.yml
Normal file
10
modules/kubernetes/authelia/users_database.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
users:
|
||||
authelia:
|
||||
disabled: false
|
||||
displayname: "Viktor"
|
||||
# Password is authelia
|
||||
password: "$6$rounds=50000$BpLnfgDsc2WD8F2q$Zis.ixdg9s/UOJYrs56b5QEZFiZECu0qZVNsIYxBaNJ7ucIL.nlxVCT5tqh8KHG8X4tlwCFm5r6NTOZZ5qRFN/" # yamllint disable-line rule:line-length
|
||||
email: me@viktorbarzin.me
|
||||
groups:
|
||||
- admins
|
||||
- dev
|
||||
Loading…
Add table
Add a link
Reference in a new issue