[
https://issues.apache.org/jira/browse/QPID-6364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Keith Wall reopened QPID-6364:
------------------------------
Alex,
I notice if I
# define a java keystore using a server file that references includes a
variable (${QPID_SSL}/java_broker_keystore.jks), the keystore is created
properly
# check the config file to config that the variable is still embedded in the
file path.
# view the keystore, expanded file path displayed properly
# edit the keystore, I expect that the variable unexpanded in the edit field,
but it is expanded [DEFECT]
Truststore does not exhibit the same problem.
> [Java Broker] Keystore data url must be a secure attribute
> ----------------------------------------------------------
>
> Key: QPID-6364
> URL: https://issues.apache.org/jira/browse/QPID-6364
> Project: Qpid
> Issue Type: Bug
> Components: Java Broker
> Affects Versions: 0.31
> Reporter: Alex Rudyy
> Assignee: Keith Wall
> Fix For: 0.31
>
>
> The contents of the java keystore are private by its nature, whilst it is
> protected by password, we shouldn't return the contents over REST, as this
> would pose a security concern.
> Refactor the FileKeystoreImpl/UI so that the contents of the keystore can be
> marked as private.
> New attribute (marked as secure) that accepts both a path or dataurl.
> Path attribute to become derived, It will populated only if it contains a
> file path (if the object is being populated from a dataurl it will be null)
> Upgrader to take care of upgrading old stores with the path attribute
> Changes to the UI. UI to continue to allow an existing path to be
> modified.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]