-
Notifications
You must be signed in to change notification settings - Fork 6
chore: poc aws private ca #647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
88a7b98
e606e66
315a011
a8ed069
283bdc3
86d81dc
f8f5e45
b136d0c
195c010
6fcc68b
495c607
fa469db
5beab1b
913aa8f
f3d3d05
1e3c162
aa49d63
c1fd6fb
fca4d66
6e74265
8a0241c
a53e3e1
631e0bf
94245a9
077d772
ba744ea
8746487
f8ba03e
7a73977
fa88a8b
954d15c
db1a915
b78936a
93e8361
78d4bc7
17dc833
74b39c8
c4a24a1
1ab201b
5568912
bdd7998
6e9bf03
5d39935
1d3db98
60b1062
b930f44
d60a02c
d732fef
10b2f45
ad6fcbd
8a7cd64
e7b0082
653c8fa
ec9b5ad
218a1c0
9fcd03a
54d73b4
21a79bb
456f2af
d1aadcb
5b7393f
a1071e5
dcb2500
2d96f12
4992c01
cbfaf5d
d6e1105
bbe881c
5419e9b
b46ff98
8d68cb2
915a266
98be065
6b655ec
dbaa3ab
b93e0ec
d8dd4b6
58eceac
2ca8b21
c2af8a4
99792ee
4d6ba80
4fdf602
fa0232a
0a9b55a
13b6301
604ea99
482cb5b
5643d03
b0532a7
0778655
cc46c7a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,13 +59,15 @@ env: | |
IS_RENOVATE_PR: ${{ github.event_name == 'pull_request' && github.event.pull_request.user.login == 'renovate[bot]' }} | ||
|
||
AWS_PROFILE: infraex | ||
AWS_REGION: eu-west-2 | ||
S3_BACKEND_BUCKET: tests-ra-aws-rosa-hcp-tf-state-eu-central-1 | ||
# TODO: revert | ||
AWS_REGION: eu-north-1 | ||
S3_BACKEND_BUCKET: general-purpose-bucket-that-will-not-be-deleted | ||
S3_BUCKET_REGION: eu-central-1 | ||
TLD: camunda.ie | ||
MAIL_OVERWRITE: admin@camunda.ie | ||
|
||
CLEANUP_CLUSTERS: ${{ github.event.inputs.delete_clusters || 'true' }} | ||
# TODO: do it later | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A new Todo was discovered. If it is not a priority right now, consider marking it for later attention. |
||
CLEANUP_CLUSTERS: ${{ github.event.inputs.delete_clusters || 'false' }} | ||
|
||
# TEST VARIABLES | ||
|
||
|
@@ -116,7 +118,8 @@ jobs: | |
id: matrix | ||
with: | ||
ci_matrix_file: ${{ env.CI_MATRIX_FILE }} | ||
cluster_name: ${{ inputs.cluster_name }} | ||
# TODO: revert | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A new Todo was discovered. If it is not a priority right now, consider marking it for later attention. |
||
cluster_name: lejduo783 | ||
ref_arch: ${{ inputs.ref-arch }} | ||
cluster_prefix: eks-${{ github.event.pull_request.number || '' }} | ||
is_schedule: ${{ env.IS_SCHEDULE }} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A new Todo was discovered. If it is not a priority right now, consider marking it for later attention.
TODO:
# TODO: revert
🔕 React with 👎 (thumbs down) to this comment to acknowledge and prevent further reminders.
Click here to retry and refresh the list of remaining TODOs