-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44188/
-----------------------------------------------------------

Review request for Ambari, Jonathan Hurley, Nate Cole, Oliver Szabo, and Yusaku 
Sako.


Bugs: AMBARI-15232
    https://issues.apache.org/jira/browse/AMBARI-15232


Repository: ambari


Description
-------

Provide details on the JCE policy installed in the JVM used by Ambari. This 
data should be retrievable when querying the REST API 

#`GET /api/v1/services/AMBARI/components/AMBARI_SERVER`
```
  ...
  "jce_policy" : {
    "unlimited_key": "true",
    ...
  },
  "ciphers" : {
    ...
  }
  ...
```


Diffs
-----

  
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/RootServiceComponentResourceProvider.java
 0f16966 
  ambari-server/src/main/resources/properties.json 01c15f2 
  
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/RootServiceComponentResourceProviderTest.java
 1b742af 

Diff: https://reviews.apache.org/r/44188/diff/


Testing
-------

Manually tested

# Jenkins test results: PENDING


Thanks,

Robert Levas

Reply via email to