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

Default secrets #41

Merged
merged 30 commits into from
Dec 31, 2024
Merged

Default secrets #41

merged 30 commits into from
Dec 31, 2024

Conversation

Owen-Choh
Copy link
Contributor

There is turn around time for developers to upload their secrets to use our sample app, as such lets move to allow them to use the app with some secrets they can use by default

@@ -39,11 +39,11 @@ def _prepare(self, referenceNumber: str) -> None:
.with_header("accept", "application/json") \
.with_header("Content-Type", "application/json")

def execute(self) -> requests.Response:
def execute(self, cert_pem, key_pem) -> requests.Response:
Copy link
Collaborator

Choose a reason for hiding this comment

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

can i confirm view assessment do not need encryption key?

@@ -46,11 +46,11 @@ def _prepare(self, runId: int, crn: str, session_id: str) -> None:
.with_param("courseReferenceNumber", crn) \
.with_param("sessionId", session_id)

def execute(self) -> requests.Response:
def execute(self, cert_pem, key_pem) -> requests.Response:
Copy link
Collaborator

Choose a reason for hiding this comment

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

can i confirm course session attendance do not need encryption key?

@vivswy vivswy merged commit 9644799 into ssg-wsg:master Dec 31, 2024
8 of 11 checks passed
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