Skip to content

Commit

Permalink
CDH: update document and Makefile
Browse files Browse the repository at this point in the history
Added the statement for Intel Ehsm for KMS plugins. Fixed the Makefile
to follow the readme, s.t. If no `PROVIDER` is given, all features will
be enabled.

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Dec 14, 2023
1 parent 4e6e5dd commit 89ae579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions confidential-data-hub/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ ifdef PROVIDER
features += $(PROVIDER)
else
ifneq ($(ARCH), s390x)
$(info INFO: Aliyun KMS plugins will be built in by default)
features += aliyun
$(info INFO: All plugins will be built in by default)
features += aliyun,ehsm
endif
endif

Expand Down
1 change: 1 addition & 0 deletions confidential-data-hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ KMS plugins (flag `PROVIDER`)
| Feature name | Note |
| ------------------- | ----------------------------------------------------------------- |
| aliyun | Use aliyun KMS suites to unseal secrets, etc. |
| ehsm | Use Intel eHSM KMS suites to unseal secrets, etc. |

Note: If no `PROVIDER` is given, all features will be enabled.

0 comments on commit 89ae579

Please sign in to comment.