[ 
https://issues.apache.org/jira/browse/KNOX-2265?focusedWorklogId=399250&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-399250
 ]

ASF GitHub Bot logged work on KNOX-2265:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Mar/20 17:35
            Start Date: 06/Mar/20 17:35
    Worklog Time Spent: 10m 
      Work Description: risdenk commented on pull request #280: KNOX-2265 - 
Checking CM configs by their related names and read hive.server2.use.SSL from 
the service configuration
URL: https://github.com/apache/knox/pull/280
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 399250)
    Time Spent: 20m  (was: 10m)

> Cloudera Manager discovery - check configs by their related names
> -----------------------------------------------------------------
>
>                 Key: KNOX-2265
>                 URL: https://issues.apache.org/jira/browse/KNOX-2265
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: cm-discovery
>    Affects Versions: 1.4.0
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Major
>             Fix For: 1.4.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Cloudera Manager provided configurations (service and role configs) have two 
> unique identifiers:
>  * name
>  * related name
> As of now, during service discovery, Knox only checks for the first one. 
> However, it's perfectly fine if a particular service model identifies a 
> configuration with the corresponding related name.
> For instance, at the time of this Jira being filed, Hive Server 2 tries to 
> identify the schema using {{hive.server2.use.SSL}} from 
> {code:java}
> class ApiConfig {
>         name: hiveserver2_enable_ssl
>         value: true
>         required: false
>         _default: false
>         displayName: Enable TLS/SSL for HiveServer2
>         description: Encrypt communication between clients and HiveServer2 
> using Transport Layer Security (TLS) (formerly known as Secure Socket Layer 
> (SSL)).
>         relatedName: hive.server2.use.SSL
>         sensitive: false
>         validationState: OK
>         validationMessage: null
>         validationWarningsSuppressed: null
>     } {code}
> As this sample shows, this particular configuration's name is 
> {{hiveserver2_enable_ssl}} so that the discovery process will always default 
> to {{http}} as the scheme.
>  
> Cc.: [[email protected]]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to