Merged
Conversation
Closed
ptgott
approved these changes
Apr 28, 2023
Some edits I made to the CloudHSM docs while going through the v13 test plan. The biggest change is an update to use the Client SDK 5, instead of version 3. This has many benefits, you are not required to run a client daemon, and it works with the kernel in FIPS mode (v3 doesn't). I also added much more detail to the guide and added code samples where I could, you should be able to go through this mostly without reading the AWS docs, I link there for downloads or extra/optional information. The AWS docs are very hard to follow.
7940fe5 to
2d28fb9
Compare
rosstimothy
approved these changes
May 2, 2023
timothyb89
approved these changes
May 2, 2023
|
@nklaassen See the table below for backport results.
|
nklaassen
added a commit
that referenced
this pull request
May 3, 2023
Backport #25306 to branch/v12 Some edits I made to the CloudHSM docs while going through the v13 test plan. The biggest change is an update to use the Client SDK 5, instead of version 3. This has many benefits, you are not required to run a client daemon, and it works with the kernel in FIPS mode (v3 doesn't). I also added much more detail to the guide and added code samples where I could, you should be able to go through this mostly without reading the AWS docs, I link there for downloads or extra/optional information. The AWS docs are very hard to follow.
nklaassen
added a commit
that referenced
this pull request
May 3, 2023
Backport #25306 to branch/v11 Some edits I made to the CloudHSM docs while going through the v13 test plan. The biggest change is an update to use the Client SDK 5, instead of version 3. This has many benefits, you are not required to run a client daemon, and it works with the kernel in FIPS mode (v3 doesn't). I also added much more detail to the guide and added code samples where I could, you should be able to go through this mostly without reading the AWS docs, I link there for downloads or extra/optional information. The AWS docs are very hard to follow.
This was referenced May 3, 2023
nklaassen
added a commit
that referenced
this pull request
May 3, 2023
Backport #25306 to branch/v12 Some edits I made to the CloudHSM docs while going through the v13 test plan. The biggest change is an update to use the Client SDK 5, instead of version 3. This has many benefits, you are not required to run a client daemon, and it works with the kernel in FIPS mode (v3 doesn't). I also added much more detail to the guide and added code samples where I could, you should be able to go through this mostly without reading the AWS docs, I link there for downloads or extra/optional information. The AWS docs are very hard to follow.
nklaassen
added a commit
that referenced
this pull request
May 3, 2023
Backport #25306 to branch/v11 Some edits I made to the CloudHSM docs while going through the v13 test plan. The biggest change is an update to use the Client SDK 5, instead of version 3. This has many benefits, you are not required to run a client daemon, and it works with the kernel in FIPS mode (v3 doesn't). I also added much more detail to the guide and added code samples where I could, you should be able to go through this mostly without reading the AWS docs, I link there for downloads or extra/optional information. The AWS docs are very hard to follow.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some edits I made to the CloudHSM docs while going through the v13 test plan. The biggest change is an update to use the Client SDK 5, instead of version 3. This has many benefits, you are not required to run a client daemon, and it works with the kernel in FIPS mode (v3 doesn't).
I also added much more detail to the guide and added code samples where I could, you should be able to go through most steps without reading the AWS docs, I link there for downloads or extra/optional information. The AWS docs are pretty hard to follow and you need to jump around a lot.
Closes #24503