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

fix dcap url #1871

Merged
merged 1 commit into from
Apr 10, 2024
Merged

fix dcap url #1871

merged 1 commit into from
Apr 10, 2024

Conversation

tudor-malene
Copy link
Collaborator

@tudor-malene tudor-malene commented Apr 9, 2024

Why this change is needed

To fix the deployment after an ego version upgrade

What changes were made as part of this PR

Remove the az-dcap library which is no longer supported in the latest ego image and replace with the direct "libsgx-dcap-default-qpl" library

PR checks pre-merging

Please indicate below by ticking the checkbox that you have read and performed the required
PR checks

  • PR checks reviewed and performed

Copy link
Collaborator

@BedrockSquirrel BedrockSquirrel left a comment

Choose a reason for hiding this comment

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

LGTM, comment to double-check

if [ -n "${PCCS_ADDR}" ]; then
PCCS_URL=https://${PCCS_ADDR}/sgx/certification/v3/
fi
PCCS_URL=https://global.acccache.azure.net/sgx/certification/v4/
Copy link
Collaborator

Choose a reason for hiding this comment

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

This change removes the support that Pedro put in for other cloud providers by hardcoding it to azure, that ok for now?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think it's ok. We'll have to try again anyway

@tudor-malene tudor-malene merged commit f7fef30 into main Apr 10, 2024
11 checks passed
@tudor-malene tudor-malene deleted the tudor/dcap_fix_1 branch April 10, 2024 08:47
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.

2 participants