REFACTOR(authelia): simplify to single user
- Change user from admin to bluemayne - Remove other users from ClusterRoleBinding
This commit is contained in:
@@ -8,9 +8,9 @@ data:
|
|||||||
# Authelia Users Database
|
# Authelia Users Database
|
||||||
# Generate password hash: docker run --rm authelia/authelia:latest authelia crypto hash generate argon2
|
# Generate password hash: docker run --rm authelia/authelia:latest authelia crypto hash generate argon2
|
||||||
users:
|
users:
|
||||||
admin:
|
bluemayne:
|
||||||
disabled: false
|
disabled: false
|
||||||
displayname: "Admin"
|
displayname: "Bluemayne"
|
||||||
email: "bluemayne0213@icloud.com"
|
email: "bluemayne0213@icloud.com"
|
||||||
password: "$argon2id$v=19$m=65536,t=3,p=4$zrwIup8+ZsjtznkT05P7Vw$Y8Baat3CKXIGVaOemdLQRBuai1gv78Q12yCUd3yRf2U"
|
password: "$argon2id$v=19$m=65536,t=3,p=4$zrwIup8+ZsjtznkT05P7Vw$Y8Baat3CKXIGVaOemdLQRBuai1gv78Q12yCUd3yRf2U"
|
||||||
groups:
|
groups:
|
||||||
|
|||||||
@@ -7,12 +7,6 @@ roleRef:
|
|||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
name: cluster-admin
|
name: cluster-admin
|
||||||
subjects:
|
subjects:
|
||||||
- apiGroup: rbac.authorization.k8s.io
|
|
||||||
kind: User
|
|
||||||
name: "https://auth0213.kro.kr#admin"
|
|
||||||
- apiGroup: rbac.authorization.k8s.io
|
|
||||||
kind: User
|
|
||||||
name: admin
|
|
||||||
- apiGroup: rbac.authorization.k8s.io
|
- apiGroup: rbac.authorization.k8s.io
|
||||||
kind: User
|
kind: User
|
||||||
name: bluemayne
|
name: bluemayne
|
||||||
|
|||||||
Reference in New Issue
Block a user