Skip to content

fix: Include hdfs principal names in discovery ConfigMap#424

Closed
sbernauer wants to merge 7 commits intomainfrom
fix/kerberos-discovery
Closed

fix: Include hdfs principal names in discovery ConfigMap#424
sbernauer wants to merge 7 commits intomainfrom
fix/kerberos-discovery

Conversation

@sbernauer
Copy link
Copy Markdown
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
- [ ] Changes are OpenShift compatible
- [ ] CRD changes approved
- [ ] Helm chart can be installed and deployed operator works
- [ ] Integration tests passed (for non trivial changes)
- [ ] Changes need to be "offline" compatible
# Reviewer
- [ ] Code contains useful comments
- [ ] (Integration-)Test cases added
- [ ] Documentation added or updated
- [ ] Changelog updated
- [ ] Cargo.toml only contains references to git tags (not specific commits or branches)
# Acceptance
- [ ] Feature Tracker has been updated
- [ ] Proper release label has been added

@sbernauer sbernauer requested review from a team and Jimvin November 9, 2023 13:13
Copy link
Copy Markdown
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?

Comment on lines +337 to +338
hdfs_name: &str,
hdfs_namespace: &str,
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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