[jira] [Commented] (QPID-8541) [Broker-J] Enhance Broker Rest API to include certificate alias

2021-06-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17364525#comment-17364525
 ] 

ASF subversion and git services commented on QPID-8541:
---

Commit 7a064a475c1cea94a737d4dc4e8e8f0c99d61b2f in qpid-broker-j's branch 
refs/heads/8.0.x from Alex Rudyy
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=7a064a4 ]

QPID-8541: [Broker-J] Restore API backward compatibility


> [Broker-J] Enhance Broker Rest API to include certificate alias
> ---
>
> Key: QPID-8541
> URL: https://issues.apache.org/jira/browse/QPID-8541
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Marek Laca
>Priority: Minor
>  Labels: Alias, Broker, Certificate, Java
> Fix For: qpid-java-broker-8.0.6
>
>
> Java broker can publish the list of details about certificates that are hold 
> in the broker trust store via rest API.
>  Broker has 4 types of trust store:
>  * FileTrustStore
>  * NonJavaTrustStore
>  * ManagedPeerCertificateTrustStore
>  * SiteSpecificTrustStore
> FileTrustStore is based on the Java KeyStore, but the certificate alias is 
> not published in the certificate details. But the certificate alias is very 
> useful for managing the underlying Java KeyStore. The task is to enhance the 
> FileTrustStore and include the alias from underlying KeyStore in certificate 
> details. The alias should be accessible via Rest API and the broker GUI.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-8541) [Broker-J] Enhance Broker Rest API to include certificate alias

2021-06-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17364524#comment-17364524
 ] 

ASF subversion and git services commented on QPID-8541:
---

Commit b64ca15d654fc188c55420e30d35dbdc77c8ca35 in qpid-broker-j's branch 
refs/heads/8.0.x from Marek Laca
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=b64ca15 ]

QPID-8541: [Broker-J] Enhance Broker Rest API to include certificate alias

This closes #95


> [Broker-J] Enhance Broker Rest API to include certificate alias
> ---
>
> Key: QPID-8541
> URL: https://issues.apache.org/jira/browse/QPID-8541
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Marek Laca
>Priority: Minor
>  Labels: Alias, Broker, Certificate, Java
> Fix For: qpid-java-broker-8.0.6
>
>
> Java broker can publish the list of details about certificates that are hold 
> in the broker trust store via rest API.
>  Broker has 4 types of trust store:
>  * FileTrustStore
>  * NonJavaTrustStore
>  * ManagedPeerCertificateTrustStore
>  * SiteSpecificTrustStore
> FileTrustStore is based on the Java KeyStore, but the certificate alias is 
> not published in the certificate details. But the certificate alias is very 
> useful for managing the underlying Java KeyStore. The task is to enhance the 
> FileTrustStore and include the alias from underlying KeyStore in certificate 
> details. The alias should be accessible via Rest API and the broker GUI.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-8541) [Broker-J] Enhance Broker Rest API to include certificate alias

2021-06-16 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17364184#comment-17364184
 ] 

ASF GitHub Bot commented on QPID-8541:
--

asfgit closed pull request #95:
URL: https://github.com/apache/qpid-broker-j/pull/95


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [Broker-J] Enhance Broker Rest API to include certificate alias
> ---
>
> Key: QPID-8541
> URL: https://issues.apache.org/jira/browse/QPID-8541
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Marek Laca
>Priority: Minor
>  Labels: Alias, Broker, Certificate, Java
>
> Java broker can publish the list of details about certificates that are hold 
> in the broker trust store via rest API.
>  Broker has 4 types of trust store:
>  * FileTrustStore
>  * NonJavaTrustStore
>  * ManagedPeerCertificateTrustStore
>  * SiteSpecificTrustStore
> FileTrustStore is based on the Java KeyStore, but the certificate alias is 
> not published in the certificate details. But the certificate alias is very 
> useful for managing the underlying Java KeyStore. The task is to enhance the 
> FileTrustStore and include the alias from underlying KeyStore in certificate 
> details. The alias should be accessible via Rest API and the broker GUI.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-8541) [Broker-J] Enhance Broker Rest API to include certificate alias

2021-06-16 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17364183#comment-17364183
 ] 

ASF subversion and git services commented on QPID-8541:
---

Commit dca5e9b810f4e3eb72088044d624c72516f1f35d in qpid-broker-j's branch 
refs/heads/main from Marek Laca
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=dca5e9b ]

QPID-8541: [Broker-J] Enhance Broker Rest API to include certificate alias

This closes #95


> [Broker-J] Enhance Broker Rest API to include certificate alias
> ---
>
> Key: QPID-8541
> URL: https://issues.apache.org/jira/browse/QPID-8541
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Marek Laca
>Priority: Minor
>  Labels: Alias, Broker, Certificate, Java
>
> Java broker can publish the list of details about certificates that are hold 
> in the broker trust store via rest API.
>  Broker has 4 types of trust store:
>  * FileTrustStore
>  * NonJavaTrustStore
>  * ManagedPeerCertificateTrustStore
>  * SiteSpecificTrustStore
> FileTrustStore is based on the Java KeyStore, but the certificate alias is 
> not published in the certificate details. But the certificate alias is very 
> useful for managing the underlying Java KeyStore. The task is to enhance the 
> FileTrustStore and include the alias from underlying KeyStore in certificate 
> details. The alias should be accessible via Rest API and the broker GUI.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-8541) [Broker-J] Enhance Broker Rest API to include certificate alias

2021-06-16 Thread Marek Laca (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17364175#comment-17364175
 ] 

Marek Laca commented on QPID-8541:
--

Yes [~orudyy], we would like to have the changes in 8.0.x branch.

> [Broker-J] Enhance Broker Rest API to include certificate alias
> ---
>
> Key: QPID-8541
> URL: https://issues.apache.org/jira/browse/QPID-8541
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Marek Laca
>Priority: Minor
>  Labels: Alias, Broker, Certificate, Java
>
> Java broker can publish the list of details about certificates that are hold 
> in the broker trust store via rest API.
>  Broker has 4 types of trust store:
>  * FileTrustStore
>  * NonJavaTrustStore
>  * ManagedPeerCertificateTrustStore
>  * SiteSpecificTrustStore
> FileTrustStore is based on the Java KeyStore, but the certificate alias is 
> not published in the certificate details. But the certificate alias is very 
> useful for managing the underlying Java KeyStore. The task is to enhance the 
> FileTrustStore and include the alias from underlying KeyStore in certificate 
> details. The alias should be accessible via Rest API and the broker GUI.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-8541) [Broker-J] Enhance Broker Rest API to include certificate alias

2021-06-16 Thread Alex Rudyy (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17364165#comment-17364165
 ] 

Alex Rudyy commented on QPID-8541:
--

Hi [~lacam],
Would you like to merge the corresponding changes into 8.0.x branch to include 
in one of upcoming 8.0.x releases? It is a bit late for 8.0.5, but I can add 
the changes into 8.0.6 release...

> [Broker-J] Enhance Broker Rest API to include certificate alias
> ---
>
> Key: QPID-8541
> URL: https://issues.apache.org/jira/browse/QPID-8541
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Marek Laca
>Priority: Minor
>  Labels: Alias, Broker, Certificate, Java
>
> Java broker can publish the list of details about certificates that are hold 
> in the broker trust store via rest API.
>  Broker has 4 types of trust store:
>  * FileTrustStore
>  * NonJavaTrustStore
>  * ManagedPeerCertificateTrustStore
>  * SiteSpecificTrustStore
> FileTrustStore is based on the Java KeyStore, but the certificate alias is 
> not published in the certificate details. But the certificate alias is very 
> useful for managing the underlying Java KeyStore. The task is to enhance the 
> FileTrustStore and include the alias from underlying KeyStore in certificate 
> details. The alias should be accessible via Rest API and the broker GUI.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-8541) [Broker-J] Enhance Broker Rest API to include certificate alias

2021-06-15 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17363757#comment-17363757
 ] 

ASF GitHub Bot commented on QPID-8541:
--

mklaca opened a new pull request #95:
URL: https://github.com/apache/qpid-broker-j/pull/95


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [Broker-J] Enhance Broker Rest API to include certificate alias
> ---
>
> Key: QPID-8541
> URL: https://issues.apache.org/jira/browse/QPID-8541
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Marek Laca
>Priority: Minor
>  Labels: Alias, Broker, Certificate, Java
>
> Java broker can publish the list of details about certificates that are hold 
> in the broker trust store via rest API.
>  Broker has 4 types of trust store:
>  * FileTrustStore
>  * NonJavaTrustStore
>  * ManagedPeerCertificateTrustStore
>  * SiteSpecificTrustStore
> FileTrustStore is based on the Java KeyStore, but the certificate alias is 
> not published in the certificate details. But the certificate alias is very 
> useful for managing the underlying Java KeyStore. The task is to enhance the 
> FileTrustStore and include the alias from underlying KeyStore in certificate 
> details. The alias should be accessible via Rest API and the broker GUI.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org