[jira] [Updated] (HDDS-696) Bootstrap genesis SCM(CA) with self-signed certificate.

2018-11-27 Thread Anu Engineer (JIRA)


 [ 
https://issues.apache.org/jira/browse/HDDS-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anu Engineer updated HDDS-696:
--
Resolution: Fixed
Status: Resolved  (was: Patch Available)

[~ajayydv], [~xyao] Thanks for the reviews. I have committed this to the 
feature branch.

> Bootstrap genesis SCM(CA) with self-signed certificate.
> ---
>
> Key: HDDS-696
> URL: https://issues.apache.org/jira/browse/HDDS-696
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Xiaoyu Yao
>Assignee: Anu Engineer
>Priority: Major
> Attachments: HDDS-696-HDDS-4.001.patch, HDDS-696-HDDS-4.002.patch, 
> HDDS-696-HDDS-4.003.patch, HDDS-696-HDDS-4.004.patch
>
>
> If security is enabled, SCM will generate the CA certs and bootstrap a CA. If 
> it is already  bootstrapped it the keys and root certificates are read from 
> the secure store, if not, they are generated.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-696) Bootstrap genesis SCM(CA) with self-signed certificate.

2018-11-27 Thread Anu Engineer (JIRA)


 [ 
https://issues.apache.org/jira/browse/HDDS-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anu Engineer updated HDDS-696:
--
Attachment: HDDS-696-HDDS-4.004.patch

> Bootstrap genesis SCM(CA) with self-signed certificate.
> ---
>
> Key: HDDS-696
> URL: https://issues.apache.org/jira/browse/HDDS-696
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Xiaoyu Yao
>Assignee: Anu Engineer
>Priority: Major
> Attachments: HDDS-696-HDDS-4.001.patch, HDDS-696-HDDS-4.002.patch, 
> HDDS-696-HDDS-4.003.patch, HDDS-696-HDDS-4.004.patch
>
>
> If security is enabled, SCM will generate the CA certs and bootstrap a CA. If 
> it is already  bootstrapped it the keys and root certificates are read from 
> the secure store, if not, they are generated.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-696) Bootstrap genesis SCM(CA) with self-signed certificate.

2018-11-26 Thread Anu Engineer (JIRA)


 [ 
https://issues.apache.org/jira/browse/HDDS-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anu Engineer updated HDDS-696:
--
Attachment: HDDS-696-HDDS-4.003.patch

> Bootstrap genesis SCM(CA) with self-signed certificate.
> ---
>
> Key: HDDS-696
> URL: https://issues.apache.org/jira/browse/HDDS-696
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Xiaoyu Yao
>Assignee: Anu Engineer
>Priority: Major
> Attachments: HDDS-696-HDDS-4.001.patch, HDDS-696-HDDS-4.002.patch, 
> HDDS-696-HDDS-4.003.patch
>
>
> If security is enabled, SCM will generate the CA certs and bootstrap a CA. If 
> it is already  bootstrapped it the keys and root certificates are read from 
> the secure store, if not, they are generated.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-696) Bootstrap genesis SCM(CA) with self-signed certificate.

2018-11-21 Thread Anu Engineer (JIRA)


 [ 
https://issues.apache.org/jira/browse/HDDS-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anu Engineer updated HDDS-696:
--
Attachment: HDDS-696-HDDS-4.002.patch

> Bootstrap genesis SCM(CA) with self-signed certificate.
> ---
>
> Key: HDDS-696
> URL: https://issues.apache.org/jira/browse/HDDS-696
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Xiaoyu Yao
>Assignee: Anu Engineer
>Priority: Major
> Attachments: HDDS-696-HDDS-4.001.patch, HDDS-696-HDDS-4.002.patch
>
>
> If security is enabled, SCM will generate the CA certs and bootstrap a CA. If 
> it is already  bootstrapped it the keys and root certificates are read from 
> the secure store, if not, they are generated.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-696) Bootstrap genesis SCM(CA) with self-signed certificate.

2018-11-21 Thread Anu Engineer (JIRA)


 [ 
https://issues.apache.org/jira/browse/HDDS-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anu Engineer updated HDDS-696:
--
Description: If security is enabled, SCM will generate the CA certs and 
bootstrap a CA. If it is already  bootstrapped it the keys and root 
certificates are read from the secure store, if not, they are generated.  (was: 
This can be done in the following two scenarios:
1) scm has not been "-init"-ed
If ozone security is enabled, we will bootstrap genesis CA along with "scm 
--init".

2) scm has been "--init"-ed but without security enabled. 
Now, we want to enable security on an non-secure scm cluster. This can be done 
with 
"scm --init -security")

> Bootstrap genesis SCM(CA) with self-signed certificate.
> ---
>
> Key: HDDS-696
> URL: https://issues.apache.org/jira/browse/HDDS-696
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Xiaoyu Yao
>Assignee: Anu Engineer
>Priority: Major
> Attachments: HDDS-696-HDDS-4.001.patch
>
>
> If security is enabled, SCM will generate the CA certs and bootstrap a CA. If 
> it is already  bootstrapped it the keys and root certificates are read from 
> the secure store, if not, they are generated.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-696) Bootstrap genesis SCM(CA) with self-signed certificate.

2018-11-21 Thread Anu Engineer (JIRA)


 [ 
https://issues.apache.org/jira/browse/HDDS-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anu Engineer updated HDDS-696:
--
Status: Patch Available  (was: Open)

> Bootstrap genesis SCM(CA) with self-signed certificate.
> ---
>
> Key: HDDS-696
> URL: https://issues.apache.org/jira/browse/HDDS-696
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Xiaoyu Yao
>Assignee: Anu Engineer
>Priority: Major
> Attachments: HDDS-696-HDDS-4.001.patch
>
>
> If security is enabled, SCM will generate the CA certs and bootstrap a CA. If 
> it is already  bootstrapped it the keys and root certificates are read from 
> the secure store, if not, they are generated.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-696) Bootstrap genesis SCM(CA) with self-signed certificate.

2018-11-21 Thread Anu Engineer (JIRA)


 [ 
https://issues.apache.org/jira/browse/HDDS-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anu Engineer updated HDDS-696:
--
Attachment: HDDS-696-HDDS-4.001.patch

> Bootstrap genesis SCM(CA) with self-signed certificate.
> ---
>
> Key: HDDS-696
> URL: https://issues.apache.org/jira/browse/HDDS-696
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Xiaoyu Yao
>Assignee: Anu Engineer
>Priority: Major
> Attachments: HDDS-696-HDDS-4.001.patch
>
>
> This can be done in the following two scenarios:
> 1) scm has not been "-init"-ed
> If ozone security is enabled, we will bootstrap genesis CA along with "scm 
> --init".
> 2) scm has been "--init"-ed but without security enabled. 
> Now, we want to enable security on an non-secure scm cluster. This can be 
> done with 
> "scm --init -security"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDDS-696) Bootstrap genesis SCM(CA) with self-signed certificate.

2018-11-14 Thread Ajay Kumar (JIRA)


 [ 
https://issues.apache.org/jira/browse/HDDS-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDDS-696:

Target Version/s: 0.4.0

> Bootstrap genesis SCM(CA) with self-signed certificate.
> ---
>
> Key: HDDS-696
> URL: https://issues.apache.org/jira/browse/HDDS-696
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>
> This can be done in the following two scenarios:
> 1) scm has not been "-init"-ed
> If ozone security is enabled, we will bootstrap genesis CA along with "scm 
> --init".
> 2) scm has been "--init"-ed but without security enabled. 
> Now, we want to enable security on an non-secure scm cluster. This can be 
> done with 
> "scm --init -security"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org