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

hdfs: add ha to Httpfs ha #859

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

hdfs: add ha to Httpfs ha #859

wants to merge 7 commits into from

Conversation

mehdibn
Copy link
Contributor

@mehdibn mehdibn commented Jul 18, 2024

Which issue(s) this PR fixes

Fixes #858

Additional comments

Agreements

rpignolet and others added 7 commits July 7, 2024 01:02
- "krb_principal" can take a list of principals to create or delete.
- "krb_keytab" can take a list of principals to put inside one keytab.
- Move "try_kinit" in module_utils to be used by other modules.
The return code of grep was not checked so nothing was check.

Use a module to check if keytab is working and reuse the same
code used by "krb_keytab".

The new check use the new "try_kinit" which supports checking
multiple principals inside one keytab.
Spnego keytabs need to be created once per machine.

Add support for creating spnego HA keytabs by adding HA addresses
(for example a load balancer) inside the spnego keytab.
@mehdibn mehdibn self-assigned this Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hdfs: add ha support for httpfs
2 participants