stevensblueprint / techops

techops IaC, issue tracker, change control, etc...
2 stars 1 forks source link

Create endpoint to create new Authelia user #18

Closed miguel-merlin closed 6 months ago

miguel-merlin commented 10 months ago

Description

Authelia uses the following command to add a new user Create endpoint that modifies users.yaml

ezrizhu commented 10 months ago

authelia storage user identifiers add john --identifier f0919359-9d15-4e15-bcba-83b41620a073 command won't work since we're using the file backend, we will just have to append to the users.yml file

miguel-merlin commented 10 months ago

Yeah. I'm updating the YAML file now

miguel-merlin commented 6 months ago

Moved to User Management API