- Change user from admin to bluemayne - Remove other users from ClusterRoleBinding
18 lines
535 B
YAML
18 lines
535 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: authelia-config
|
|
namespace: authelia
|
|
data:
|
|
users_database.yml: |
|
|
# Authelia Users Database
|
|
# Generate password hash: docker run --rm authelia/authelia:latest authelia crypto hash generate argon2
|
|
users:
|
|
bluemayne:
|
|
disabled: false
|
|
displayname: "Bluemayne"
|
|
email: "bluemayne0213@icloud.com"
|
|
password: "$argon2id$v=19$m=65536,t=3,p=4$zrwIup8+ZsjtznkT05P7Vw$Y8Baat3CKXIGVaOemdLQRBuai1gv78Q12yCUd3yRf2U"
|
|
groups:
|
|
- admins
|