Skip to content

Commit

Permalink
Add AWS credentials for osmdbt uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Oct 10, 2023
1 parent dde181e commit 58ffd6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cookbooks/planet/templates/default/aws-credentials.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ aws_secret_access_key = <%= @credentials["osm-pds"] %>
[osm-pds-upload]
role_arn=arn:aws:iam::630658470130:role/osm-pds-upload-role
source_profile=osm-pds

[osm-osmdbt-state]
aws_access_key_id = AKIASQUXHPE7BNEKJFRQ
aws_secret_access_key = <%= @credentials["osm-osmdbt-state"] %>

[osm-osmdbt-state-upload]
role_arn=arn:aws:iam::173189593406:role/osm-osmdbt-state-upload-role
source_profile=osm-osmdt-state

0 comments on commit 58ffd6e

Please sign in to comment.