feat: add k8s/argo-apps/authelia

- add scripts/users.py to manage users against lldap
- add smtp values for lldap so it can send emails
This commit is contained in:
cătălin 2026-08-18 19:05:02 +02:00
commit c9fcd56bda
No known key found for this signature in database
8 changed files with 465 additions and 1 deletions

View file

@ -13,3 +13,9 @@ ethtool -K eno1 tx off rx off
```bash
helm upgrade argo-cd argo/argo-cd -n argo-cd -f k8s/helm/argo-cd/values.yaml
```
- create a new user and send them an email
```bash
scripts/users.py add -u catalin -n cătălin -e catalin@roboces.dev
```