[
https://issues.apache.org/jira/browse/CLOUDSTACK-9993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16200173#comment-16200173
]
ASF subversion and git services commented on CLOUDSTACK-9993:
-------------------------------------------------------------
Commit c3ed1b38e52b2b47578e7c3eecd4694360e97bfe in cloudstack's branch
refs/heads/master from [~bhaisaab]
[ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=c3ed1b3 ]
CLOUDSTACK-9993: Have basic constraint in CA certificate (#2286)
- Refactors V3 x509 cert generator to put basic constraint and key usage
extensions when CA cert is created
- Refactors root CA provider to use V3 generator to generate CA cert
Signed-off-by: Rohit Yadav <[email protected]>
> Secure Agent Communications
> ---------------------------
>
> Key: CLOUDSTACK-9993
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9993
> Project: CloudStack
> Issue Type: New Feature
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Rohit Yadav
> Assignee: Rohit Yadav
> Fix For: Future, 4.11.0.0
>
>
> In current CloudStack, the agent-management server communication is weakly
> secured by one way SSL authentication while encrypted and allows for any
> client/agent to connect and be served by the management server. There are
> other services that need TLS/SSL security and upcoming features such as
> container/application service etc. require certificate management. The common
> issue is CloudStack has no certificate management to provide security for its
> internal component especially the agent-mgmt server and mgmt-mgmt server
> communication. The aim of this feature is to provide pluggable CA
> (certificate authority) management in CloudStack that can fetch/provision
> certificates to (new) host(s) and systemvms. As a default CA plugin, a root
> CA plugin will be implement where CloudStack becomes a self-signed Root
> Certificate Authority. Developers will have option to implement further
> integration with their TLS/SSL cert providers such as letsencrypt and other
> vendors.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)