Skip to content

Add backup schema for machine-binding-Rootkey #196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

JinkaiYang
Copy link
Contributor

@JinkaiYang JinkaiYang commented Dec 9, 2022

we have designed a backup architecture for machine-binding-Rootkey. When we start the standby server, we will ask the primary server for the root key and keep it securely. When the primary server goes down, the backup server can play a role as the primary server.

@JinkaiYang JinkaiYang force-pushed the branch-dev/ehsm branch 2 times, most recently from 345dd24 to feeae39 Compare December 14, 2022 02:40
@liangintel
Copy link
Contributor

please merge PR to branch-dev/machine_binding_root_key_backup

@JinkaiYang JinkaiYang changed the base branch from branch-dev/ehsm to branch-dev/machine_binding_root_key_backup December 16, 2022 07:59
@JinkaiYang JinkaiYang changed the title Add backup schema for ehsm-dkeyserver Add backup schema for machine-binding-Rootkey Dec 16, 2022
Copy link
Contributor

@liangintel liangintel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't remove the files under cczoo/ehsm

@@ -0,0 +1,104 @@
/*
* Copyright (C) 2011-2021 Intel Corporation. All rights reserved.
Copy link
Contributor

@liangintel liangintel Dec 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

modify the copyright to GPL, like below:

.#
.# Copyright (c) 2021 Intel Corporation
.#
.# Licensed under the Apache License, Version 2.0 (the "License");
.# you may not use this file except in compliance with the License.
.# You may obtain a copy of the License at
.#
.# http://www.apache.org/licenses/LICENSE-2.0
.#
.# Unless required by applicable law or agreed to in writing, software
.# distributed under the License is distributed on an "AS IS" BASIS,
.# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
.# See the License for the specific language governing permissions and
.# limitations under the License.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have done.

@liangintel liangintel merged commit d9485cb into intel:branch-dev/machine_binding_root_key_backup Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants