Files
Olares/build/base-package/wizard/config/account/templates/sync.yaml
Peng Peng 79372a32af feat: Merge the code currently scattered across the beclab and Above-os organizations into the https://github.com/beclab/Olares repository. (#1325)
* feat: refactor

* refactor apps folder

* feat: add vendor folder

* refactor: package scripts

---------

Co-authored-by: eball <liuy102@hotmail.com>
2025-05-21 21:43:35 +08:00

19 lines
363 B
YAML

apiVersion: iam.kubesphere.io/v1alpha2
kind: Sync
metadata:
name: lldap
spec:
lldap:
name: ldap
url: "http://lldap-service.os-system:17170"
userBlacklist:
- admin
- terminus
groupWhitelist:
- lldap_admin
- lldap_regular
credentialsSecret:
kind: Secret
name: lldap-credentials
namespace: os-system