Skip to content

How do I configure the system manager to use this library? #52

Answered by ashishdhingra
weirdyang asked this question in Q&A
Discussion options

You must be logged in to vote

@weirdyang Good morning. Please advise exactly what you are looking for. As Readme mentions, this library allows you to use AWS Systems Manager's Parameter Store to store keys generated by ASP.NET's Data Protection API. For more details on data protection, please refer:

The library configures SSMXmlRepository by making call to PersistKeysToAWSSystemsManager() and configuring KeyManagementOptions (see example in Use AddOptions to configure custom repository).

Taking below example from Readme, it would use parameter /MyApplication/DataProtection to store keys generated by ASP.NET's Data Protect…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ashishdhingra
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants