test: add local dev authelia
This commit is contained in:
parent
d0dd3d81dd
commit
fe40fbf6b2
7 changed files with 1776 additions and 3 deletions
37
dev/authelia/config/users_database.yml
Normal file
37
dev/authelia/config/users_database.yml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# yamllint disable rule:line-length
|
||||
---
|
||||
###############################################################
|
||||
# Users Database #
|
||||
###############################################################
|
||||
|
||||
# This file can be used if you do not have an LDAP set up.
|
||||
|
||||
users:
|
||||
authelia:
|
||||
disabled: false
|
||||
displayname: "Test User"
|
||||
password: "$argon2id$v=19$m=32768,t=1,p=8$eUhVT1dQa082YVk2VUhDMQ$E8QI4jHbUBt3EdsU1NFDu4Bq5jObKNx7nBKSn1EYQxk" # Password is 'authelia'
|
||||
email: authelia@authelia.com
|
||||
groups:
|
||||
- admins
|
||||
- dev
|
||||
given_name: 'Robert'
|
||||
family_name: 'Zimmerman'
|
||||
middle_name: 'Allen'
|
||||
nickname: 'Bob'
|
||||
profile: 'https://en.wikipedia.org/wiki/Bob_Dylan'
|
||||
picture: 'https://kelvinokaforart.com/wp-content/uploads/2023/01/Bob-Dylan.jpg'
|
||||
website: 'https://www.bobdylan.com/'
|
||||
gender: 'male'
|
||||
birthdate: '1941-05-24'
|
||||
zoneinfo: 'America/Chicago'
|
||||
locale: 'en-US'
|
||||
phone_number: '+1 (425) 555-1212'
|
||||
phone_extension: '1000'
|
||||
address:
|
||||
street_address: '2-3 Kitanomarukoen'
|
||||
locality: 'Chiyoda City'
|
||||
region: 'Tokyo'
|
||||
postal_code: '102-8321'
|
||||
country: 'Japan'
|
||||
# yamllint enable rule:line-length
|
||||
Loading…
Add table
Add a link
Reference in a new issue