Skip to content

Commit

Permalink
feat: add write permissions for basemaps buckets BM-822
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jacombs committed Aug 23, 2023
1 parent 354bf8c commit 635f937
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workflows/basemaps/imagery-import-cogify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ spec:
command: [node, /app/node_modules/.bin/cogify]
env:
- name: AWS_ROLE_CONFIG_PATH
value: s3://linz-bucket-config/config.json
value: s3://linz-bucket-config/config.json,s3://linz-bucket-config/config-write.basemaps.json
args:
- "cover"
- "--tile-matrix={{ inputs.parameters.tile_matrix }}"
Expand Down Expand Up @@ -228,7 +228,7 @@ spec:
command: [node, /app/node_modules/.bin/cogify]
env:
- name: AWS_ROLE_CONFIG_PATH
value: s3://linz-bucket-config/config.json
value: s3://linz-bucket-config/config.json,s3://linz-bucket-config/config-write.basemaps.json
args:
- "create"
- "--from-file={{= inputs.artifacts.covering_grouped.path }}{{inputs.parameters.covering_grouped_id}}.json"
Expand All @@ -244,7 +244,7 @@ spec:
command: [node, /app/node_modules/.bin/cogify]
env:
- name: AWS_ROLE_CONFIG_PATH
value: s3://linz-bucket-config/config.json
value: s3://linz-bucket-config/config.json,s3://linz-bucket-config/config-write.basemaps.json
args:
- "config"
- "{{ inputs.parameters.path }}"
Expand Down Expand Up @@ -276,7 +276,7 @@ spec:
command: [node, index.cjs]
env:
- name: AWS_ROLE_CONFIG_PATH
value: s3://linz-bucket-config/config.json
value: s3://linz-bucket-config/config.json,s3://linz-bucket-config/config-write.basemaps.json
args:
- "-V"
- "create-overview"
Expand Down

0 comments on commit 635f937

Please sign in to comment.