mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[PR #718] [MERGED] Add bootstrap script #914
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#914
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/lldap/lldap/pull/718
Author: @Sad-Soul-Eater
Created: 10/29/2023
Status: ✅ Merged
Merged: 11/2/2023
Merged by: @nitnelave
Base:
main← Head:bootstrap-script📝 Commits (8)
74c8a00Add bootstrap.shb9ad7b4Better describe script abilities5d91ec9Add more usage examples5b75badMade the suggested changes9207805Add config json validation71945d7Add note about bootstrap.sh to main README.md35c64e8Fix spelling47d4a50Add missing dot📊 Changes
4 files changed (+723 additions, -0 deletions)
View changed files
📝
README.md(+4 -0)➕
example_configs/bootstrap/bootstrap-example-log-1.jpeg(+0 -0)➕
example_configs/bootstrap/bootstrap.md(+254 -0)➕
example_configs/bootstrap/bootstrap.sh(+465 -0)📄 Description
Since I run lldap in my home-lab Kubernetes cluster, I made this script to manage my lldap instance in a git-ops manner.
The overall process is next:
The script can be used for maintaining lldap in the Kubernetes cluster, in the way I mentioned before. Or it also can be used for initial bootstrapping of the lldap instance in other ways, by manually running from the terminal for example.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.