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 missing Janus creds error in Dev mode #2346

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Conversation

vlbee
Copy link
Member

@vlbee vlbee commented Aug 3, 2023

What does this change?

Ensures the DEV error message about missing AWS janus credentials is printed.

@vlbee vlbee marked this pull request as ready for review August 3, 2023 10:26
@vlbee vlbee requested a review from a team as a code owner August 3, 2023 10:26
@vlbee vlbee requested a review from coldlink August 3, 2023 10:26
if (
error.name === 'CredentialsProviderError' &&
stage === 'DEV'
) {
Copy link
Contributor

Choose a reason for hiding this comment

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

did the error change with a new version of the aws library or something ?

@coldlink coldlink removed the request for review from guardian-ci October 23, 2023 17:04
@coldlink coldlink merged commit 098b554 into main Oct 23, 2023
25 checks passed
@coldlink coldlink deleted the vb/fix-dev-awscreds-error branch October 23, 2023 17:16
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