Skip to content

Commit

Permalink
fix(cache-issues): grant read permissions for sc-dbaas-data-qa account
Browse files Browse the repository at this point in the history
Since SCT test can be triggered not only from under cloudius-systems,
but sc-dbaas-data-qa account (cloud longevity tests), cache-issues job
is adjusted to grant read permissions to the uploaded files for this
sc-dbaas-data-qa account.

Grants for cloudius-systems account should be specified as well,
otherwise, the owner will miss these permissions.
  • Loading branch information
mikliapko authored and fruch committed Dec 12, 2024
1 parent 246f303 commit 6378cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cache-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Upload folder to bucket
uses: a-sync/[email protected]
with:
args: --recursive
args: --recursive --grants full=id=${{ secrets.CLOUDIUS_SYSTEMS_CANONICAL_ID }} read=id=${{ secrets.DBAAS_DATA_QA_CANONICAL_ID }}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.S3_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 6378cc9

Please sign in to comment.