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

fix: Include hdfs principal names in discovery ConfigMap #424

Closed
wants to merge 7 commits into from

Conversation

sbernauer
Copy link
Member

@sbernauer sbernauer commented Nov 9, 2023

Description

Fixes #419
Fixed while working on stackabletech/hbase-operator#285.
Strangely HBase works without the principals being configured...

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes

Author

Reviewer

Acceptance

@sbernauer sbernauer requested review from Jimvin and a team November 9, 2023 13:13
Copy link
Contributor

@fhennig fhennig left a comment

Choose a reason for hiding this comment

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

code looks good, but can we get a test maybe?

docs/modules/hdfs/pages/discovery.adoc Outdated Show resolved Hide resolved
docs/modules/hdfs/pages/discovery.adoc Outdated Show resolved Hide resolved
rust/operator/src/kerberos.rs Outdated Show resolved Hide resolved
Comment on lines 337 to 338
hdfs_name: &str,
hdfs_namespace: &str,
Copy link
Member

Choose a reason for hiding this comment

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

Do we really want to add extra parameters for something i can get from the HdfsCluster?
Same for other methods.
Id prefer to just impl this on the cluster object and call it?

Copy link
Member Author

Choose a reason for hiding this comment

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

Created #451 based on this review comment, please have a look there

@sbernauer
Copy link
Member Author

Superseded by #451

@sbernauer sbernauer closed this Jan 9, 2024
@razvan razvan deleted the fix/kerberos-discovery branch November 6, 2024 13:34
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.

Discovery configmap incomplete when Kerberos is enabled
3 participants