Skip to content

Commit

Permalink
default to instance role
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJKim committed Jan 26, 2024
1 parent 123ba1b commit dbe5976
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ config :realtime_signs,
restart_fn: &System.restart/0

config :ex_aws,
access_key_id: [{:system, "AWS_ACCESS_KEY_ID"}, {:awscli, "default", 30}],
access_key_id: [{:system, "AWS_ACCESS_KEY_ID"}, {:awscli, "default", 30}, :instance_role],
secret_access_key: [
{:system, "AWS_SECRET_ACCESS_KEY"},
{:awscli, "default", 30}
{:awscli, "default", 30},
:instance_role
]

0 comments on commit dbe5976

Please sign in to comment.