Skip to main content

16 posts tagged with "secretsmanager"

secretsmanager

View All Tags

SecretsManager 1.1.5

· One min read
Developer

General

  • Client Objects are now constructed asynchronously, projects should no longer “hang” for several seconds due to slow DNS resolving. However, you must wait until the Client object has been constructed! See included image below for an example.
  • AWS SDK libs are now Release built instead of Release+Debug to reduce it's size

Creating a SecretsManager User

· One min read
Developer

Go to https://console.aws.amazon.com/iam/ and login to your Amazon Account and access the IAM Console

Click on “Users” and then “Add User“

Name your user user and check “Programmatic Access“

On the next screen click on “Attach existing policies directly” and search for "Secrets" and select “SecretsManagerReadWrite“.

You can skip the “Tags” page

Verify your settings and click on “Create User“

These are the security keys that you will have to enter in Unreal Engine to access SecretsManager functionality!