Skip to content
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

Merged
merged 30 commits into from
Jul 22, 2024

Conversation

cYKatherine
Copy link
Contributor

@cYKatherine cYKatherine commented Jul 16, 2024

K8s deployment change:
image

The eks image successfully started in the pod:
image

The server working:
image

@cYKatherine cYKatherine self-assigned this Jul 16, 2024
@cYKatherine cYKatherine force-pushed the kcc-UID2-3702-config-server branch 6 times, most recently from b8ebd77 to 740524b Compare July 17, 2024 04:18
@cYKatherine cYKatherine force-pushed the kcc-UID2-3702-config-server branch from 316594c to 000661a Compare July 17, 2024 05:11
@cYKatherine cYKatherine force-pushed the kcc-UID2-3702-config-server branch from 85a2724 to 52c94cb Compare July 17, 2024 05:41
@cYKatherine cYKatherine force-pushed the kcc-UID2-3702-config-server branch from b4d6e24 to 19b7eeb Compare July 17, 2024 05:52
@cYKatherine cYKatherine force-pushed the kcc-UID2-3702-config-server branch 2 times, most recently from 6366b43 to 82b8f58 Compare July 17, 2024 06:30
@cYKatherine cYKatherine force-pushed the kcc-UID2-3702-config-server branch from 9a950c6 to 971d328 Compare July 18, 2024 00:37
@cYKatherine cYKatherine force-pushed the kcc-UID2-3702-config-server branch from 3f3e30d to 761886d Compare July 18, 2024 01:14
@cYKatherine cYKatherine force-pushed the kcc-UID2-3702-config-server branch from 867f221 to 1522d4c Compare July 18, 2024 01:34
@cYKatherine cYKatherine force-pushed the kcc-UID2-3702-config-server branch from e98954d to 2678241 Compare July 18, 2024 01:50
@cYKatherine cYKatherine force-pushed the kcc-UID2-3702-config-server branch from bd9e27a to 5323dd6 Compare July 19, 2024 03:51
@cYKatherine cYKatherine force-pushed the kcc-UID2-3702-config-server branch from 38f014c to 300183b Compare July 19, 2024 04:47
@cYKatherine cYKatherine force-pushed the kcc-UID2-3702-config-server branch from 524ffd6 to 64fc690 Compare July 19, 2024 05:40
@@ -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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this before merging

@cYKatherine cYKatherine force-pushed the kcc-UID2-3702-config-server branch from 224e194 to b8e1a30 Compare July 19, 2024 05:44
@cYKatherine cYKatherine force-pushed the kcc-UID2-3702-config-server branch from d690302 to 8033708 Compare July 19, 2024 06:09
@@ -34,6 +34,7 @@ runs:
uses: actions/checkout@v4
if: ${{ inputs.version_number_input == '' }}
with:
ref: kcc-UID2-3702-config-server
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this before merging

@cYKatherine cYKatherine requested a review from thomasm-ttd July 19, 2024 06:12
secret_value = secret_file.read().strip()
return secret_value
except Exception as e:
return str(e), 500
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@cYKatherine cYKatherine force-pushed the kcc-UID2-3702-config-server branch from 6946166 to 65d37d1 Compare July 19, 2024 06:39
@cYKatherine cYKatherine force-pushed the kcc-UID2-3702-config-server branch from e9b216f to c32fae7 Compare July 22, 2024 05:34
@cYKatherine cYKatherine force-pushed the kcc-UID2-3702-config-server branch from a993fdc to cbeaa14 Compare July 22, 2024 05:58
@cYKatherine cYKatherine merged commit e4007e0 into main Jul 22, 2024
4 checks passed
@cYKatherine cYKatherine deleted the kcc-UID2-3702-config-server branch July 22, 2024 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants