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:
parent
98c165897d
commit
c9fcd56bda
8 changed files with 465 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue