-
Notifications
You must be signed in to change notification settings - Fork 17
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
UID2-3702 Add python config server to eks pipeline #739
Conversation
b8ebd77
to
740524b
Compare
316594c
to
000661a
Compare
85a2724
to
52c94cb
Compare
b4d6e24
to
19b7eeb
Compare
6366b43
to
82b8f58
Compare
9a950c6
to
971d328
Compare
3f3e30d
to
761886d
Compare
867f221
to
1522d4c
Compare
e98954d
to
2678241
Compare
bd9e27a
to
5323dd6
Compare
38f014c
to
300183b
Compare
524ffd6
to
64fc690
Compare
@@ -137,7 +137,7 @@ jobs: | |||
steps: | |||
- name: Build Docker Image for EKS Pod | |||
id: build_docker_image | |||
uses: IABTechLab/uid2-operator/.github/actions/build_eks_docker_image@main | |||
uses: IABTechLab/uid2-operator/.github/actions/build_eks_docker_image@kcc-UID2-3702-config-server |
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.
Revert this before merging
224e194
to
b8e1a30
Compare
d690302
to
8033708
Compare
@@ -34,6 +34,7 @@ runs: | |||
uses: actions/checkout@v4 | |||
if: ${{ inputs.version_number_input == '' }} | |||
with: | |||
ref: kcc-UID2-3702-config-server |
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.
Revert this before merging
secret_value = secret_file.read().strip() | ||
return secret_value | ||
except Exception as e: | ||
return str(e), 500 |
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.
How will we diagnose if this is failing?
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.
The enclave entrypoint should fail when this value doesn't exit, and it should return with the error message and 500 status code. This will be done as a part of Ian's ticket.
6946166
to
65d37d1
Compare
e9b216f
to
c32fae7
Compare
a993fdc
to
cbeaa14
Compare
K8s deployment change:
The eks image successfully started in the pod:
The server working: