stackabletech / stackabletech/secret-operator

Allow the configuration of multiple LDAP servers

Open
#550 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

customer-request refinement-needed type/feature-improvement
Dominant language
Rust
Stars
13
Forks
8
Avg merge
1d 8h
Merged PRs (30d)
10

Description

Only one LDAP server can be set in a SecretClass:

---
apiVersion: secrets.stackable.tech/v1alpha1
kind: SecretClass
spec:
  backend:
    kerberosKeytab:
      admin:
        activeDirectory:
          ldapServer: sble-addc.sble.test

It would probably be a good idea if multiple LDAP servers can be specified to support high availability.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the SecretClass activeDirectory configuration and the Rust code that consumes its ldapServer value. Trace how the current single server is passed to LDAP or Kerberos provisioning, then define and verify the multiple-server configuration and high-availability behavior; done requires tests covering the new SecretClass form.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes, rust
Domain
authentication
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.