Explore >> Select a destination


You are here

it20.info
| | nodogmablog.bryanhogan.net
12.7 parsecs away

Travel
| | .NET Lambda functions can get secrets from AWS Secrets Manager, but you need to grant the Lambda function permission to access the secret. Read on to find out how.
| | aaronstuyvenberg.com
13.6 parsecs away

Travel
| | Securing your API Keys, database passwords, or SSH keys for Lambda Functions is tricky. This post compares Systems Manager, Secrets Manager, Key Management Service, and environment variables for handling your secrets in Lambda. We'll cover costs, features, performance, and more. Then we'll lay out a framework for considering the risk of your particular secret, so that you know what's best for your application's secrets.
| | www.stackery.io
18.9 parsecs away

Travel
| | In my last post we looked at the structure of AWS IAM policies and looked at an example of a policy that was too broad. Let's look at a few more examples to explore how broad permissions can lead to security concerns.
| | janikvonrotz.ch
91.2 parsecs away

Travel
| In my last post we built a Graphql API that handles user authentication and authorization. In particular we added a loginUser query that returns a JWT token. This token can be used to access restricted resources. In this post I will show what the implementation looks like on Reacts side.