Uploaded image for project: 'Java Couchbase JVM Core'
  1. Java Couchbase JVM Core
  2. JVMCBC-765

Make CertificateAuthenticator use the cert

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 2.0.0-beta.2
    • None
    • None
    • None
    • 1

    Description

      This is part of a RFC change (see bootstrapping rfc):

      raw notes:

      • move client cert from security config to cert authenticator
      • add supportsTls() bool, supportsNonTls() bool
      • check on bootstrap instead looking for the cert authenticator directly

      CertificateAuthenticator {
        supportsTls() { true }
        supportsNonTls() { false }
      }
      PasswordAuthenticator {
        supportsTls() { true }
        supportsNonTls() { true }
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            daschl Michael Nitschinger
            daschl Michael Nitschinger
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty