Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for OpenLDAP addon #5097

Merged
merged 6 commits into from
Sep 14, 2023
Merged

feat: add support for OpenLDAP addon #5097

merged 6 commits into from
Sep 14, 2023

Conversation

kissycn
Copy link
Contributor

@kissycn kissycn commented Sep 12, 2023

feat: add support for OpenLDAP addon
added openldap cluster functionality component
You can quickly test it by entering the following method

# package
helm install opldap $OpenLDAP_PATH/
# create cluster
kbcli cluster create myopenldap --cluster-definition openldap
# test
helm test openldap
# client test
kubectl exec openldap-cluster-openldap-0 -- ldapsearch -x -H ldap://openldap-cluster-openldap-0.openldap-cluster-openldap-headless -b dc=kubeblocks,dc=io -D "cn=admin,dc=kubeblocks,dc=io" -w admin

Refs: #5077
close #5077

kissycn and others added 6 commits September 11, 2023 19:50
Added ClusterDefinition、ClusterVersion functions of the openldap addon
Added cluster.yaml functions of the openldap addon
Add openldap HA mode
Update auth domains
@CLAassistant
Copy link

CLAassistant commented Sep 12, 2023

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added the size/L Denotes a PR that changes 100-499 lines. label Sep 12, 2023
@sonarcloud
Copy link

sonarcloud bot commented Sep 12, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kissycn kissycn changed the title Feature openldap addon feat: Add support for OpenLDAP Addo Sep 12, 2023
@kissycn kissycn changed the title feat: Add support for OpenLDAP Addo feat: Add support for OpenLDAP Addon #5077 Sep 12, 2023
@kissycn kissycn changed the title feat: Add support for OpenLDAP Addon #5077 feat: Add support for OpenLDAP Addon Sep 12, 2023
@kissycn kissycn changed the title feat: Add support for OpenLDAP Addon feat: add support for OpenLDAP addon Sep 12, 2023
@ldming ldming merged commit 1d2f2eb into apecloud:main Sep 14, 2023
50 of 56 checks passed
ldming pushed a commit that referenced this pull request Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/user-interaction feature size/L Denotes a PR that changes 100-499 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Features] Add support for OpenLDAP Addon
7 participants