Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.7.0
-
None
Description
/** * The property of sentry.search.cluster was used to distinguish itself from multiple search clusters. For example, there are two * search clusters: cluster1 and cluster2 implemented authorization via sentry, and it must set the value of * sentry.search.cluster=cluster1 or cluster2 to communicate with sentry service for authorization */ public static final String SENTRY_SEARCH_CLUSTER_KEY = "sentry.search.cluster"; public static final String SENTRY_SEARCH_CLUSTER_DEFAULT = "cluster1";
This code appears to be out of date...generic client refers to "services" rather than "clusters".
Attachments
Attachments
Issue Links
- links to