[AMBARI-25088] Enable Kerberos fails when Ambari server is not on a registered host#2753
Merged
rlevas merged 1 commit intoapache:trunkfrom Jan 4, 2019
Merged
[AMBARI-25088] Enable Kerberos fails when Ambari server is not on a registered host#2753rlevas merged 1 commit intoapache:trunkfrom
rlevas merged 1 commit intoapache:trunkfrom
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Enable Kerberos fails when Ambari server is not on a registered host.
The following error is seen in /var/log/ambari-server.log
This is caused when Ambari tried to find the host-specific configuration values when processing the Kerberos identities and the host is not registered for the relevant cluster. This can happen when the Ambari server Kerberos identity is being processed when the Ambari server host is not registered with the cluster.
To solve this, host specific configuration values should not be obtained for the non-registered Ambari server host.
How was this patch tested?
Manually tested.
All unit tests passed.
Please review Ambari Contributing Guide before opening a pull request.