Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/actions/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions .github/actions/aws-oidc/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/create-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
echo "::add-mask::$CENTRALIZED"
echo "CENTRALIZED=$CENTRALIZED" >> $GITHUB_OUTPUT
- name: Configure AWS Credentials from Centralized account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.CENTRALIZED }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/p2-aus-appv3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
# AWS CLI CONFIGURATION - CENTRALIZED ACCOUNT
################################################
- name: Configure AWS Credentials from P1 Centralized account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.CENTRALIZED }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand All @@ -151,7 +151,7 @@ jobs:
# AWS CLI CONFIGURATION - DEVOPS P2 P2AUS
################################################
- name: Configure AWS Credentials from p2 AUS account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2AUS }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
# AWS P2AUS ACCOUNT STEPS BELOW US-EAST-1 FOR LAMBDA@EDGE
##########################################################
- name: Configure AWS Credentials from p2 AUS account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2AUS }}:role/github-restricted-role-to-assume
region: us-east-1
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
# AWS CLI CONFIGURATION - DEVOPS P2 AUS
##########################################################
- name: Configure AWS Credentials from p2 AUS account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2AUS }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/p2-aus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
# AWS CLI CONFIGURATION - CENTRALIZED ACCOUNT
################################################
- name: Configure AWS Credentials from P1 Centralized account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.CENTRALIZED }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand All @@ -138,7 +138,7 @@ jobs:
# AWS CLI CONFIGURATION - DEVOPS P2 AUS
################################################
- name: Configure AWS Credentials from p2 AUS account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2AUS }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/p2-euk-appv3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
# AWS CLI CONFIGURATION - CENTRALIZED ACCOUNT
################################################
- name: Configure AWS Credentials from P1 Centralized account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.CENTRALIZED }}:role/github-restricted-role-to-assume
region: ap-southeast-2
Expand All @@ -151,7 +151,7 @@ jobs:
# AWS CLI CONFIGURATION - DEVOPS P2 P2EUK
################################################
- name: Configure AWS Credentials from p2 EUK account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2EUK }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
# AWS P2EUK ACCOUNT STEPS BELOW US-EAST-1 FOR LAMBDA@EDGE
##########################################################
- name: Configure AWS Credentials from p2 euk account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2EUK }}:role/github-restricted-role-to-assume
region: us-east-1
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
# AWS P2EUK ACCOUNT STEPS BELOW eu-west-2
##########################################################
- name: Configure AWS Credentials from p2 euk account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2EUK }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/p2-euk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
# AWS CLI CONFIGURATION - CENTRALIZED ACCOUNT
################################################
- name: Configure AWS Credentials from P1 Centralized account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.CENTRALIZED }}:role/github-restricted-role-to-assume
region: ap-southeast-2
Expand All @@ -138,7 +138,7 @@ jobs:
# AWS CLI CONFIGURATION - DEVOPS P2 EUK
################################################
- name: Configure AWS Credentials from p2 EUK account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2EUK }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/p2-prerelease-appv3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
# AWS CLI CONFIGURATION - CENTRALIZED ACCOUNT
################################################
- name: Configure AWS Credentials from P1 Centralized account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.CENTRALIZED }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand All @@ -154,7 +154,7 @@ jobs:
# AWS CLI CONFIGURATION - DEVOPS P2 P2PRERELEASE
################################################
- name: Configure AWS Credentials from p2 prerelease AU account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2PRERELEASE }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
# AWS P2PRERELEASE ACCOUNT STEPS BELOW US-EAST-1 FOR LAMBDA@EDGE
##########################################################
- name: Configure AWS Credentials from p2 p2prerelease AU account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2PRERELEASE }}:role/github-restricted-role-to-assume
region: us-east-1
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
# AWS P2PRERELEASE ACCOUNT STEPS BELOW ap-southeast-2
##########################################################
- name: Configure AWS Credentials from p2 p2prerelease AU account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2PRERELEASE }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/p2-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
# AWS CLI CONFIGURATION - P1 MAIN ACCOUNT
################################################
- name: Configure AWS Credentials from P1 Centralized account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.CENTRALIZED }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand All @@ -149,7 +149,7 @@ jobs:
# AWS CLI CONFIGURATION - DEVOPS P2 PRERELEASE
################################################
- name: Configure AWS Credentials from p2 prerelease AU account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2PRERELEASE }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/p2-sandbox-appv3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
# AWS CLI CONFIGURATION - CENTRALIZED ACCOUNT
################################################
- name: Configure AWS Credentials from P1 Centralized account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.CENTRALIZED }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand All @@ -154,7 +154,7 @@ jobs:
# AWS CLI CONFIGURATION - DEVOPS P2 P2SANDBOX
################################################
- name: Configure AWS Credentials from p2 sandbox AU account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2SANDBOX }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
# AWS P2SANDBOX ACCOUNT STEPS BELOW US-EAST-1 FOR LAMBDA@EDGE
##########################################################
- name: Configure AWS Credentials from p2 p2sandbox AU account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2SANDBOX }}:role/github-restricted-role-to-assume
region: us-east-1
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
# AWS P2SANDBOX ACCOUNT STEPS BELOW ap-southeast-2
##########################################################
- name: Configure AWS Credentials from p2 p2sandbox AU account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2SANDBOX }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/p2-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# AWS CLI CONFIGURATION - CENTRALIZED ACCOUNT
################################################
- name: Configure AWS Credentials from CENTRALIZED Account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.CENTRALIZED }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand All @@ -134,7 +134,7 @@ jobs:
# AWS CLI CONFIGURATION - P2SANDBOX ACCOUNT
################################################
- name: Configure AWS Credentials from P2SANDBOX Account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2SANDBOX }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/p2-stage-appv3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
# AWS CLI CONFIGURATION - CENTRALIZED ACCOUNT
################################################
- name: Configure AWS Credentials from P1 Centralized account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.CENTRALIZED }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand All @@ -155,7 +155,7 @@ jobs:
# AWS CLI CONFIGURATION - DEVOPS P2 P2STAGE
################################################
- name: Configure AWS Credentials from p2 stage AU account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2STAGE }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
# AWS P2STAGE ACCOUNT STEPS BELOW US-EAST-1 FOR LAMBDA@EDGE
##########################################################
- name: Configure AWS Credentials from p2 p2stage AU account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2STAGE }}:role/github-restricted-role-to-assume
region: us-east-1
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
# AWS P2STAGE ACCOUNT STEPS BELOW ap-southeast-2
##########################################################
- name: Configure AWS Credentials from p2 p2stage AU account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2STAGE }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/p2-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
# AWS CLI CONFIGURATION - CENTRALIZED ACCOUNT
################################################
- name: Configure AWS Credentials from CENTRALIZED Account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.CENTRALIZED }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand All @@ -137,7 +137,7 @@ jobs:
# AWS CLI CONFIGURATION - P2STAGE ACCOUNT
################################################
- name: Configure AWS Credentials from P2STAGE Account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2STAGE }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/p2-usa-appv3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
# AWS CLI CONFIGURATION - CENTRALIZED ACCOUNT
################################################
- name: Configure AWS Credentials from P1 Centralized account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.CENTRALIZED }}:role/github-restricted-role-to-assume
region: ap-southeast-2
Expand All @@ -151,7 +151,7 @@ jobs:
# AWS CLI CONFIGURATION - DEVOPS P2 P2USA
################################################
- name: Configure AWS Credentials from p2 USA account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2USA }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
# AWS P2USA ACCOUNT STEPS BELOW US-EAST-1 FOR LAMBDA@EDGE
##########################################################
- name: Configure AWS Credentials from p2 USA account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2USA }}:role/github-restricted-role-to-assume
region: us-east-1
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
# AWS P2USA ACCOUNT STEPS BELOW
##########################################################
- name: Configure AWS Credentials from p2 USA account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2USA }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/p2-usa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
# AWS CLI CONFIGURATION - CENTRALIZED ACCOUNT
################################################
- name: Configure AWS Credentials from P1 Centralized account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.CENTRALIZED }}:role/github-restricted-role-to-assume
region: ap-southeast-2
Expand All @@ -139,7 +139,7 @@ jobs:
# AWS CLI CONFIGURATION - DEVOPS P2 P2USA
################################################
- name: Configure AWS Credentials from p2 P2USA account
uses: ./.github/actions/aws-oidc
uses: intersective/devops-infrastructure-common/workflows/aws-oidc@release/live
with:
role-to-assume: arn:aws:iam::${{ steps.AWS_ORG.outputs.P2USA }}:role/github-restricted-role-to-assume
region: ${{ env.REGION }}
Expand Down