Skip to content

Commit

Permalink
Merge pull request #2 from AustralianBioCommons/update-repourl
Browse files Browse the repository at this point in the history
Update repourl
  • Loading branch information
flashguerdon authored Nov 13, 2024
2 parents d4a3e82 + 9adfc57 commit fc32bfb
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 91 deletions.
64 changes: 0 additions & 64 deletions .github/workflows/lint-commit-messages.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/release.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}
14 changes: 13 additions & 1 deletion src/config/clusterConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,16 @@ clusters:
tags:
Name: "GEN3 Cluster"
Type: "ACDC"
ENV: "test"
ENV: "dev"
sbx:
version: "1.30"
minSize: 1
maxSize: 1
desiredSize: 1
diskSize: 100
amiReleaseVersion: "1.30.0-20240703"
instanceType: "m5.2xlarge"
tags:
Name: "GEN3 Cluster"
Type: "ACDC"
ENV: "sbx"
13 changes: 12 additions & 1 deletion src/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,18 @@ dev:
platformRoleName: ""
vpcId: ""
namespace: "cad"
workloadRepoUrl: "[email protected]:AustralianBioCommons/gen3-workloads-example.git"
workloadRepoUrl: "https://github.com/AustralianBioCommons/gen3-workloads-example.git"
targetRevision: "main"
sbx:
name: "sbx"
clusterName: "Gen3-Eks-pipeline-cad-dev"
aws:
account: "232870232581"
region: "ap-southeast-2"
platformRoleName: ""
vpcId: ""
namespace: "cad"
workloadRepoUrl: "https://github.com/AustralianBioCommons/gen3-workloads-example.git"
targetRevision: "main"
tools:
# We are are using the same AWS account here for testing/dev purposes.
Expand Down
24 changes: 24 additions & 0 deletions src/config/iamRolesConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,28 @@ services:
Action:
- "s3:ListAllMyBuckets"
Resource: "*"
sbx:
arborist:
- Effect: "Allow"
Action:
- "s3:ListAllMyBuckets"
Resource: "*"
audit:
- Effect: "Allow"
Action:
- "s3:ListAllMyBuckets"
Resource: "*"
- Effect: "Allow"
Action:
- "s3:ListAllMyBuckets"
Resource: "*"
- Effect: "Allow"
Action:
- "s3:ListAllMyBuckets"
Resource: "*"
fence:
- Effect: "Allow"
Action:
- "s3:ListAllMyBuckets"
Resource: "*"

0 comments on commit fc32bfb

Please sign in to comment.