Uploaded image for project: 'Sentry (Retired)'
  1. Sentry (Retired)
  2. SENTRY-1055

Sentry service solr constants refer to clusters rather than services

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.7.0
    • 1.7.0
    • Service, Solr Plugin
    • 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

        1. SENTRY-1055.patch
          12 kB
          Gregory Chanan

        Issue Links

          Activity

            People

              gchanan Gregory Chanan
              gchanan Gregory Chanan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: