Skip to content

Commit

Permalink
Chore/add pay model to hatchery qa heal (#2997)
Browse files Browse the repository at this point in the history
* (HP-1251): add pay-model hatchery config from qa-brh to qa-heal

* (HP-1251): update dynamodb table

* Add paymodel ARN for cross account access

* Update .secrets.baseline

---------

Co-authored-by: Mingfei Shao <2475897+mfshao@users.noreply.github.com>
  • Loading branch information
george42-ctds and mfshao authored Dec 11, 2024
1 parent 8e78169 commit 40e2c21
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
24 changes: 19 additions & 5 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@
{
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
},
{
"path": "detect_secrets.filters.common.is_baseline_file",
"filename": ".secrets.baseline"
},
{
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
"min_level": 2
Expand Down Expand Up @@ -6940,6 +6936,24 @@
"line_number": 246
}
],
"qa-heal.planx-pla.net/manifest.json": [
{
"type": "Secret Keyword",
"filename": "qa-heal.planx-pla.net/manifest.json",
"hashed_secret": "ae4a2a671a528744059cd818de9af9e13005563b",
"is_verified": false,
"line_number": 109
}
],
"qa-heal.planx-pla.net/manifests/hatchery/hatchery.json": [
{
"type": "Base64 High Entropy String",
"filename": "qa-heal.planx-pla.net/manifests/hatchery/hatchery.json",
"hashed_secret": "f5ad2e68958a62f3a9407b48e3026a537d48c313",
"is_verified": false,
"line_number": 10
}
],
"qa-heal.planx-pla.net/metadata/aggregate_config.json": [
{
"type": "Hex High Entropy String",
Expand Down Expand Up @@ -7635,5 +7649,5 @@
}
]
},
"generated_at": "2024-11-12T19:13:31Z"
"generated_at": "2024-12-05T15:56:25Z"
}
7 changes: 7 additions & 0 deletions qa-heal.planx-pla.net/manifests/hatchery/hatchery.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"user-namespace": "jupyter-pods-qa-heal",
"sub-dir": "/lw-workspace",
"user-volume-size": "10Gi",
"default-pay-model": {
"workspace_type": "Trial Workspace",
"local": true
},
"pay-models": [],
"pay-models-dynamodb-table": "bmh-admin-portal-backend-bmhworkspacetableD4D73E43-BAFEMVG0IMKE",
"pay-models-dynamodb-arn": "arn:aws:iam::840048274993:role/qaplanetv1-sa-permissions",
"license-user-maps-dynamodb-table": "gen3-license-user-maps",
"license-user-maps-global-secondary-index": "activeUsersIndex",
"sidecar": {
Expand Down

0 comments on commit 40e2c21

Please sign in to comment.