Skip to content

Allow the configuration of multiple KDCs #549

Description

@siegfriedweber

Only one KDC can be set in a SecretClass:

---
apiVersion: secrets.stackable.tech/v1alpha1
kind: SecretClass
spec:
  backend:
    kerberosKeytab:
      kdc: KDC1.MY.REALM.COM

In a krb5.conf, multiple KDCs can be given:

[realms]

MY.REALM.COM = {
kdc = KDC1.MY.REALM.COM
kdc = KDC2.MY.REALM.COM
}

To support high availability, it should be possible to also define multiple KDCs in a SecretClass.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions