[
https://issues.apache.org/jira/browse/AMBARI-15232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Levas updated AMBARI-15232:
----------------------------------
Description:
Provide details on the JCE policy installed in the JVM used by Ambari. This
data should be retrievable when querying the REST API
{code:title=GET
/api/v1/services/AMBARI/components/AMBARI_SERVER?fields=RootServiceComponents/jce_policy}
{
...
"RootServiceComponents" : {
"component_name" : "AMBARI_SERVER",
"service_name" : "AMBARI",
"jce_policy" : {
"unlimited_key" : true
}
}
...
}
{code}
{code:title=GET
/api/v1/services/AMBARI/components/AMBARI_SERVER?fields=RootServiceComponents/ciphers}
{
...
"RootServiceComponents" : {
"component_name" : "AMBARI_SERVER",
"service_name" : "AMBARI",
"ciphers" : {
"sunjce.aes" : 2147483647,
"sunjce.aeswrap" : 2147483647,
"sunjce.aeswrap_128" : 2147483647,
"sunjce.aeswrap_192" : 2147483647,
"sunjce.aeswrap_256" : 2147483647,
"sunjce.arcfour" : 2147483647,
"sunjce.blowfish" : 2147483647,
...
}
}
...
}
{code}
was:
Provide details on the JCE policy installed in the JVM used by Ambari. This
data should be retrievable when querying the REST API
{code:title=GET
/api/v1/services/AMBARI/components/AMBARI_SERVER?fields=RootServiceComponents/jce_policy}
...
"jce_policy" : {
"unlimited_key": "true",
...
},
"ciphers" : {
...
}
...
{code}
> Provide details on the JCE policy installed in the JVM used by Ambari
> ---------------------------------------------------------------------
>
> Key: AMBARI-15232
> URL: https://issues.apache.org/jira/browse/AMBARI-15232
> Project: Ambari
> Issue Type: Task
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Fix For: 2.4.0
>
> Attachments: AMBARI-15232_trunk_01.patch, AMBARI-15232_trunk_02.patch
>
>
> Provide details on the JCE policy installed in the JVM used by Ambari. This
> data should be retrievable when querying the REST API
> {code:title=GET
> /api/v1/services/AMBARI/components/AMBARI_SERVER?fields=RootServiceComponents/jce_policy}
> {
> ...
> "RootServiceComponents" : {
> "component_name" : "AMBARI_SERVER",
> "service_name" : "AMBARI",
> "jce_policy" : {
> "unlimited_key" : true
> }
> }
> ...
> }
> {code}
> {code:title=GET
> /api/v1/services/AMBARI/components/AMBARI_SERVER?fields=RootServiceComponents/ciphers}
> {
> ...
> "RootServiceComponents" : {
> "component_name" : "AMBARI_SERVER",
> "service_name" : "AMBARI",
> "ciphers" : {
> "sunjce.aes" : 2147483647,
> "sunjce.aeswrap" : 2147483647,
> "sunjce.aeswrap_128" : 2147483647,
> "sunjce.aeswrap_192" : 2147483647,
> "sunjce.aeswrap_256" : 2147483647,
> "sunjce.arcfour" : 2147483647,
> "sunjce.blowfish" : 2147483647,
> ...
> }
> }
> ...
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)