You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Robert Levas (JIRA)" <ji...@apache.org> on 2016/02/29 20:24:18 UTC

[jira] [Created] (AMBARI-15232) Provide details on the JCE policy installed in the JVM used by Ambari

Robert Levas created AMBARI-15232:
-------------------------------------

             Summary: 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


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}
  ...
  "jce_policy" : {
    "unlimited_key": "true",
    ...
  },
  "ciphers" : {
    ...
  }
  ...
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)