[
https://issues.apache.org/jira/browse/KNOX-3380?focusedWorklogId=1030541&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1030541
]
ASF GitHub Bot logged work on KNOX-3380:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jul/26 15:34
Start Date: 15/Jul/26 15:34
Worklog Time Spent: 10m
Work Description: smolnar82 opened a new pull request, #1307:
URL: https://github.com/apache/knox/pull/1307
[KNOX-3380](https://issues.apache.org/jira/browse/KNOX-3380) - Using the
correct HMS service-level config to determine of SSL is enabled on HMS
## What changes were proposed in this pull request?
Checking `hive_metastore_enable_ssl` instead of `hiveserver2_enable_ssl`
when discovering ICEBERG-REST in Cloudera Manager.
## How was this patch tested?
Manually on a live CM cluster:
SSL disabled:
```
# grep -A 3 -B 1 "<role>ICEBERG-REST</role>"
/var/lib/knox/gateway/conf/topologies/iceberg-rest-topology.xml
<service>
<role>ICEBERG-REST</role>
<url>http://MY_ICEBERG_REST_HOST1:8090/icecli</url>
<url>http://MY_ICEBERG_REST_HOST2:8090/icecli</url>
</service>
```
SSL enabled:
```
# grep -A 3 -B 1 "<role>ICEBERG-REST</role>"
/var/lib/knox/gateway/conf/topologies/iceberg-rest-topology.xml
<service>
<role>ICEBERG-REST</role>
<url>MY_ICEBERG_REST_HOST1:8090/icecli</url>
<url>MY_ICEBERG_REST_HOST2:8090/icecli</url>
</service>
```
## Integration Tests
N/A
## UI changes
N/A
Issue Time Tracking
-------------------
Worklog Id: (was: 1030541)
Remaining Estimate: 0h
Time Spent: 10m
> Wrong SSL enabled flag is used while discovering the ICEBERG-REST service in
> CM
> -------------------------------------------------------------------------------
>
> Key: KNOX-3380
> URL: https://issues.apache.org/jira/browse/KNOX-3380
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Affects Versions: 3.0.0
> Reporter: Sandor Molnar
> Assignee: Sandor Molnar
> Priority: Major
> Fix For: 3.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Currently used configuration: {{hiveserver2_enable_ssl}}
> Configuration we should use: {{hive_metastore_enable_ssl}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)