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

[feature](dcr) add kerberos support #336

Merged
merged 7 commits into from
Feb 27, 2025

Conversation

catpineapple
Copy link
Contributor

@catpineapple catpineapple commented Feb 21, 2025

What problem does this PR solve?

Added dcr kerberos configuration kerberosInfo, parsed and built corresponding mounts through doris-operator, and passed in environment variables to support kerberos system access:

apiVersion: doris.selectdb.com/v1
kind: DorisCluster
metadata:
  name: doriscluster-sample
spec:
  kerberosInfo:
    krb5ConfigMap: krb5-test
    keytabSecretName: keytab-secret
    keytabPath: /etc/my-keytab
  feSpec:
    replicas: 1
    ...

Problem Summary:

Release note

None

Check List (For Author)

  • Test

    • Regression test
    • Unit Test
    • Manual test (add detailed scripts or steps below)
    • No need to test or manual test. Explain why:
      • This is a refactor/code format and no logic has been changed.
      • Previous test can cover this change.
      • No code files have been changed.
      • Other reason
  • Behavior changed:

    • No.
    • Yes.
  • Does this need documentation?

    • No.
    • Yes.

Check List (For Reviewer who merge this PR)

  • Confirm the release note
  • Confirm test cases
  • Confirm document
  • Add branch pick label

Copy link
Contributor

@intelligentfu8 intelligentfu8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@intelligentfu8 intelligentfu8 merged commit 3178ea1 into apache:master Feb 27, 2025
1 check passed
@catpineapple catpineapple deleted the kerberos-support branch February 28, 2025 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants