You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build-sandbox: ## Build a sandbox using either the branch as the workspace name, sanitised, or pass in a name for the workspace e.g. make build-sandbox WORKSPACE=my-workspace . By default only a plan will run unless APPLY=true is used.
# Pass in an aliases variable containing account IDs you need to mask.
40
43
# e.g. make export-dev-github-role aliases="123456789012=account 555555555555=other_account"
41
-
.PHONY: export-dev-github-role
42
44
export-dev-github-role: ## Export DEV github role permissions. Account IDs can be masked by passing in a list of aliases. E.g. make export-dev-github-role aliases="123456789012=account 555555555555=other_account"
43
45
python ./scripts/export_role_policies.py dev github-actions-dev-role ${aliases}
python ./scripts/export_role_policies.py test github-action-role ${aliases}
54
+
python ./scripts/export_role_policies.py test github-action-role ${aliases}`
55
+
56
+
# Create Certificate Signing Requests
57
+
create-csrs: ## Create CSRs for all environments. This will create a key and CSR for each environment and place them in the keys and csrs folders respectively.
0 commit comments