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

Use secrets from secret manager #39

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

Owen-Choh
Copy link
Contributor

These changes are to complete the POC to show how to retrieve and use secrets from AWS Secret Manager.
Lets move to update the repository.

import boto3
from botocore.exceptions import ClientError

course_run_id = "35423"
Copy link
Collaborator

Choose a reason for hiding this comment

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

if this is hardcoded, does it mean we only run this course run id?

@vivswy vivswy merged commit ac88451 into ssg-wsg:master Dec 27, 2024
8 of 9 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