1 Answer
- Newest
- Most votes
- Most comments
1
I needed to ensure the information sent in using the createSecret operation was safe from any third-party threats.
If you're concerned about over-the-wire threats (e.g. MITM), then you don't need to do anything. The payload will be encrypted via TLS which prevents third parties from being able to view the data.
Otherwise, there isn't an out-of-the-box mechanism to achieve this. You could send a client-side encrypted payload to a Lambda Function, and have the Function decrypt it and perform the createSecret
operation.
answered 3 years ago
Relevant content
- Accepted Answerasked 2 years ago
- asked 4 years ago
- asked 4 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated a year ago