Uploaded image for project: 'Couchbase Documentation'
  1. Couchbase Documentation
  2. DOC-7812

Add documentation for per-service minimum TLS setting

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • None
    • Cheshire-Cat
    • None
    • None
    • 1

    Description

      https://docs.couchbase.com/server/7.0/rest-api/rest-setting-security.html

      It's possible to set the minimum allowed TLS protocol version at a per service level instead of cluster-wide.  Customers may want to do this where a newer TLS protocol isn't available across the cluster but is available in the services they are using. 
       
      This is changed with the REST endpoint /settings/security/<service>/tlsMinVersion

      Example for setting the Key Value Data Service to allow only TLS 1.3 or higher in Couchbase Server 7.0.

      curl -k https://localhost:18091/settings/security/data/tlsMinVersion \
      -u Administrator:password -X POST -d "tlsv1.3"

      Attachments

        Issue Links

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

          Activity

            People

              tony.hillman Tony Hillman (Inactive)
              ianmccloy Ian McCloy (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty